8 Each Python Module for Jelvis

This commit is contained in:
alick01
2022-01-24 17:24:36 +03:00
parent 33ad869192
commit f0b97df720
24 changed files with 580 additions and 0 deletions
@@ -0,0 +1,15 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import pythonmodules
#WorkDir="gtts-token-%s" % get.srcVERSION()
def build():
pythonmodules.compile(pyVer="3")
def install():
pythonmodules.install(pyVer="3")
@@ -0,0 +1,46 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-gtts-token</Name>
<Homepage>https://github.com/Boudewijn26/gTTS-token</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>MIT</License>
<IsA>library</IsA>
<Summary>Google Text to Speech token</Summary>
<Description>A python implementation of the token validation of Google Translate.</Description>
<Archive sha1sum="3d0f6dcad1f4811d31f82e937b8e6b3dbdfba52c" type="targz">https://files.pythonhosted.org/packages/source/g/gTTS-token/gTTS-token-1.1.4.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-requests</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-gtts-token</Name>
<Summary>Google Text to Speech token</Summary>
<RuntimeDependencies>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/bin*</Path>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-gtts-token</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2022-01-23</Date>
<Version>1.1.4</Version>
<Comment>First release</Comment>
<Name>Ali Cengiz Kurt</Name>
<Email>alicengizkurt@gmail.com</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>python3-gtts-token</Name>
<Summary>Google Text to Speech token</Summary>
<Description>A python implementation of the token validation of Google Translate.</Description>
</Source>
</PISI>