Files
main/programming/language/python3/python3-gtts/pspec.xml
T
2023-10-19 11:04:04 +03:00

55 lines
2.0 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-gtts</Name>
<Homepage>https://github.com/pndurette/gTTS</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 (TTS) API</Summary>
<Description>Module and command line utility to save spoken text to mp3 via the Google Text to Speech (TTS) API</Description>
<Archive sha1sum="39744ed0f1efb1c438e6d41042a412d75fc7fd85" type="targz">https://github.com/pndurette/gTTS/archive/v2.2.3.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-click</Dependency>
<Dependency>python3-requests</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-gtts</Name>
<Summary>Google Text to Speech (TTS) API</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</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2023-10-17</Date>
<Version>2.2.3</Version>
<Comment>Rebuild</Comment>
<Name>Ali Cengiz Kurt</Name>
<Email>alicengizkurt@gmail.com</Email>
</Update>
<Update release="1">
<Date>2022-01-23</Date>
<Version>2.2.3</Version>
<Comment>First release</Comment>
<Name>Ali Cengiz Kurt</Name>
<Email>alicengizkurt@gmail.com</Email>
</Update>
</History>
</PISI>