47 lines
1.8 KiB
XML
47 lines
1.8 KiB
XML
<?xml version="1.0" ?>
|
|
<!DOCTYPE PISI SYSTEM "https://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>
|