Files
main/programming/language/python3/python3-pyttsx3/pspec.xml
T
suvari a8ad987f57 index
2022-01-25 22:23:24 +03:00

49 lines
1.9 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-pyttsx3</Name>
<Homepage>https://github.com/nateshmbhat/pyttsx3</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>MPL2</License>
<IsA>library</IsA>
<Summary>pyttsx3 is a text-to-speech conversion library in Python.</Summary>
<Description>pyttsx3 is a text-to-speech conversion library in Python. Unlike alternative libraries, it works offline, and is compatible with both Python 2 and 3.</Description>
<Archive sha1sum="026632d1b7cc23a6bbc490425768085ea04b61a3" type="targz">https://github.com/nateshmbhat/pyttsx3/archive/v.2.90.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>espeak-devel</Dependency>
<Dependency>python3-sphinx</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-pyttsx3</Name>
<Summary>pyttsx3 is a text-to-speech conversion library in Python.</Summary>
<RuntimeDependencies>
<Dependency>python3</Dependency>
<Dependency>espeak</Dependency>
<Dependency>python3-sphinx</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-pyttsx3</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2022-01-23</Date>
<Version>2.90</Version>
<Comment>First release</Comment>
<Name>Ali Cengiz Kurt</Name>
<Email>alicengizkurt@gmail.com</Email>
</Update>
</History>
</PISI>