69 lines
2.4 KiB
XML
69 lines
2.4 KiB
XML
<?xml version="1.0" ?>
|
||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||
<PISI>
|
||
<Source>
|
||
<Name>python-py3c</Name>
|
||
<Homepage>https://github.com/encukou/py3c</Homepage>
|
||
<Packager>
|
||
<Name>Kamil Atlı</Name>
|
||
<Email>suvari@pisilinux.org</Email>
|
||
</Packager>
|
||
<License>MIT</License>
|
||
<IsA>library</IsA>
|
||
<Summary>py3c helps you port C extensions to Python 3</Summary>
|
||
<Description>It provides a detailed guide, and a set of macros to make porting easy and reduce boilerplate.</Description>
|
||
<Archive sha1sum="001193620792d2c2ed66faf72af6d3cb0f403284" type="targz">https://github.com/encukou/py3c/archive/v1.3.1.tar.gz</Archive>
|
||
<BuildDependencies>
|
||
<Dependency>python3-setuptools</Dependency>
|
||
<Dependency>python3-devel</Dependency>
|
||
</BuildDependencies>
|
||
</Source>
|
||
|
||
<Package>
|
||
<Name>python-py3c</Name>
|
||
<RuntimeDependencies>
|
||
<Dependency>python3</Dependency>
|
||
</RuntimeDependencies>
|
||
<Files>
|
||
<Path fileType="library">/usr/lib/python3*</Path>
|
||
<Path fileType="doc">/usr/share/doc</Path>
|
||
</Files>
|
||
</Package>
|
||
|
||
<Package>
|
||
<Name>python-py3c-devel</Name>
|
||
<Summary>Development files for python-py3c</Summary>
|
||
<RuntimeDependencies>
|
||
<Dependency release="current">python-py3c</Dependency>
|
||
</RuntimeDependencies>
|
||
<Files>
|
||
<Path fileType="header">/usr/include</Path>
|
||
<Path fileType="data">/usr/share/pkgconfig/py3c.pc</Path>
|
||
</Files>
|
||
</Package>
|
||
|
||
<History>
|
||
<Update release="3">
|
||
<Date>2023-10-17</Date>
|
||
<Version>1.3.1</Version>
|
||
<Comment>Rebuild.</Comment>
|
||
<Name>Kamil Atlı</Name>
|
||
<Email>suvari@pisilinux.org</Email>
|
||
</Update>
|
||
<Update release="2">
|
||
<Date>2021-10-22</Date>
|
||
<Version>1.3.1</Version>
|
||
<Comment>Rebuild.</Comment>
|
||
<Name>Kamil Atlı</Name>
|
||
<Email>suvari@pisilinux.org</Email>
|
||
</Update>
|
||
<Update release="1">
|
||
<Date>2021-03-11</Date>
|
||
<Version>1.3.1</Version>
|
||
<Comment>First release</Comment>
|
||
<Name>Kamil Atlı</Name>
|
||
<Email>suvari@pisilinux.org</Email>
|
||
</Update>
|
||
</History>
|
||
</PISI>
|