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,45 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-PyAudio</Name>
<Homepage>http://people.csail.mit.edu/hubert/pyaudio/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>MIT</License>
<IsA>library</IsA>
<Summary>Python Bindings for PortAudio.</Summary>
<Description>ython bindings for PortAudio (Fork to fix PY_SSIZE_T_CLEAN error)</Description>
<Archive sha1sum="b09341f11e1797866afc16bac7995d0f6c039e52" type="targz">https://files.pythonhosted.org/packages/ab/42/b4f04721c5c5bfc196ce156b3c768998ef8c0ae3654ed29ea5020c749a6b/PyAudio-0.2.11.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>portaudio-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-PyAudio</Name>
<Summary>Python Bindings for PortAudio.</Summary>
<RuntimeDependencies>
<Dependency>python3</Dependency>
<Dependency>portaudio</Dependency>
</RuntimeDependencies>
<Files>ortaudio
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-PyAudio</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2022-01-23</Date>
<Version>0.2.11</Version>
<Comment>First release</Comment>
<Name>Ali Cengiz Kurt</Name>
<Email>alicengizkurt@gmail.com</Email>
</Update>
</History>
</PISI>