123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>python-cffi</Name>
- <Homepage>https://cffi.readthedocs.io/</Homepage>
- <Packager>
- <Name>Blue Devil</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Packager>
- <PartOf>programming.language.python</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="35bb24955834ecb5b7173e625fa95b02d638fcfd" type="targz">https://files.pythonhosted.org/packages/2e/92/87bb61538d7e60da8a7ec247dc048f7671afe17016cd0008b3b710012804/cffi-1.14.6.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>python-setuptools</Dependency>
- <Dependency>python-devel</Dependency>
- <Dependency>libffi-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>python-cffi</Name>
- <Summary>Foreign Function Interface for Python calling C code</Summary>
- <RuntimeDependencies>
- <Dependency>python-enum34</Dependency>
- <Dependency>python-six</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="doc">/usr/share/doc/python-cffi</Path>
- </Files>
- </Package>
- <History>
- <Update release="4">
- <Date>2024-12-30</Date>
- <Version>1.14.6</Version>
- <Comment>Rebuild.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</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="3">
- <Date>2020-01-23</Date>
- <Version>1.13.2</Version>
- <Comment>Rebuilt, clean and fix flags</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>
|