78 lines
2.8 KiB
XML
78 lines
2.8 KiB
XML
<?xml version="1.0" ?>
|
|
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
|
<PISI>
|
|
<Source>
|
|
<Name>sip3</Name>
|
|
<Homepage>http://www.riverbankcomputing.co.uk/sip</Homepage>
|
|
<Packager>
|
|
<Name>PisiLinux Community</Name>
|
|
<Email>admins@pisilinux.org</Email>
|
|
</Packager>
|
|
<License>GPLv2</License>
|
|
<IsA>app:console</IsA>
|
|
<Summary>SIP is a tool for generating bindings for C++ classes so that they can be used by Python</Summary>
|
|
<Description>SIP is a tool for generating bindings for C and C++ libraries so that they can be used by Python. It takes any C or C++ libraries and converts them into Python extension modules.</Description>
|
|
<Archive sha1sum="ec467c1ca9f9ead16be869eccc2e7cae72750d56" type="targz">mirrors://sourceforge/pyqt/sip-4.16.7.tar.gz</Archive>
|
|
<BuildDependencies>
|
|
<Dependency>python3-devek</Dependency>
|
|
</BuildDependencies>
|
|
<Patches>
|
|
<Patch level="1">no-strip.patch</Patch>
|
|
<Patch>disable-rpaths.diff</Patch>
|
|
<Patch>fix-linking.diff</Patch>
|
|
<Patch>sip-outoftree.patch</Patch>
|
|
</Patches>
|
|
</Source>
|
|
|
|
<Package>
|
|
<Name>sip3</Name>
|
|
<Files>
|
|
<Path fileType="executable">/usr/bin</Path>
|
|
<Path fileType="executable">/usr/local/bin</Path>
|
|
<Path fileType="executable">/usr/sbin</Path>
|
|
<Path fileType="doc">/usr/share/doc</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<Package>
|
|
<Name>python3-sip3</Name>
|
|
<Summary>Python 3.x SIP bindings for C and C++ libraries</Summary>
|
|
<RuntimeDependencies>
|
|
<Dependency release="current">sip3</Dependency>
|
|
<Dependency>python3</Dependency>
|
|
</RuntimeDependencies>
|
|
<Files>
|
|
<Path fileType="library">/usr/lib/python3*</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<Package>
|
|
<Name>sip3-devel</Name>
|
|
<Summary>Development files for sip</Summary>
|
|
<RuntimeDependencies>
|
|
<Dependency release="current">sip3</Dependency>
|
|
<Dependency release="current">python3-sip3</Dependency>
|
|
</RuntimeDependencies>
|
|
<Files>
|
|
<Path fileType="header">/usr/include</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<History>
|
|
<Update release="2">
|
|
<Date>2015-06-14</Date>
|
|
<Version>4.16.7</Version>
|
|
<Comment>Version Bump.</Comment>
|
|
<Name>Ayhan Yalçınsoy</Name>
|
|
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
|
</Update>
|
|
<Update release="1">
|
|
<Date>2015-04-23</Date>
|
|
<Version>4.16.6</Version>
|
|
<Comment>First release</Comment>
|
|
<Name>Ayhan Yalçınsoy</Name>
|
|
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
|
</Update>
|
|
</History>
|
|
</PISI>
|