Files
main/programming/language/python3/python3-cffi/pspec.xml
T
2023-03-31 20:02:19 +03:00

77 lines
2.8 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-cffi</Name>
<Homepage>https://cffi.readthedocs.io/</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>MIT</License>
<IsA>library</IsA>
<Summary>Foreign Function Interface for Python calling C code</Summary>
<Description>Foreign Function Interface for Python calling C code</Description>
<Archive sha1sum="b795a6c06eee85fb3d9194981f9f94aec4dfe053" type="targz">https://foss.heptapod.net/pypy/cffi/-/archive/v1.15.1/cffi-v1.15.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>libffi-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-cffi</Name>
<Summary>Foreign Function Interface for Python calling C code</Summary>
<RuntimeDependencies>
<Dependency>python3-six</Dependency>
<Dependency>python3</Dependency>
<Dependency>python3-pycparser</Dependency>
<Dependency>python3-pytest-runner</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-cffi</Path>
</Files>
</Package>
<History>
<Update release="5">
<Date>2023-03-31</Date>
<Version>1.15.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="4">
<Date>2021-10-22</Date>
<Version>1.14.6</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="3">
<Date>2020-02-08</Date>
<Version>1.14.0</Version>
<Comment>Version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="2">
<Date>2019-12-11</Date>
<Version>1.13.2</Version>
<Comment>Rebuilt and split packages</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="1">
<Date>2019-11-07</Date>
<Version>1.13.2</Version>
<Comment>First pisi release</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>