sip3:fixed dep
This commit is contained in:
@@ -40,3 +40,5 @@ def install():
|
|||||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||||
pisitools.rename("/usr/bin/sip", "sip3")
|
pisitools.rename("/usr/bin/sip", "sip3")
|
||||||
|
|
||||||
|
|
||||||
|
# By PiSiDo 2.3.1
|
||||||
|
|||||||
@@ -1,29 +1,24 @@
|
|||||||
<?xml version="1.0" ?>
|
|
||||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
|
||||||
<PISI>
|
<PISI>
|
||||||
<Source>
|
<Source>
|
||||||
<Name>sip3</Name>
|
<Name>sip3</Name>
|
||||||
<Homepage>http://www.riverbankcomputing.co.uk/sip</Homepage>
|
<Homepage>http://www.riverbankcomputing.co.uk/sip</Homepage>
|
||||||
<Packager>
|
<Packager>
|
||||||
<Name>PisiLinux Community</Name>
|
<Name>Ayhan Yalçınsoy</Name>
|
||||||
<Email>admins@pisilinux.org</Email>
|
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||||
</Packager>
|
</Packager>
|
||||||
<License>GPLv2</License>
|
<License>GPLv2</License>
|
||||||
<IsA>app:console</IsA>
|
<IsA>app:console</IsA>
|
||||||
<Summary>SIP is a tool for generating bindings for C++ classes so that they can be used by Python</Summary>
|
<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>
|
<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>
|
<BuildDependencies>
|
||||||
<Dependency>python3-devek</Dependency>
|
<Dependency>python3-devel</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
|
<Archive sha1sum="ec467c1ca9f9ead16be869eccc2e7cae72750d56" type="targz">mirrors://sourceforge/pyqt/sip-4.16.7.tar.gz</Archive>
|
||||||
<Patches>
|
<Patches>
|
||||||
<Patch level="1">no-strip.patch</Patch>
|
<Patch level="1">no-strip.patch</Patch>
|
||||||
<Patch>disable-rpaths.diff</Patch>
|
<Patch level="1">sip-outoftree.patch</Patch>
|
||||||
<Patch>fix-linking.diff</Patch>
|
|
||||||
<Patch>sip-outoftree.patch</Patch>
|
|
||||||
</Patches>
|
</Patches>
|
||||||
</Source>
|
</Source>
|
||||||
|
|
||||||
<Package>
|
<Package>
|
||||||
<Name>sip3</Name>
|
<Name>sip3</Name>
|
||||||
<Files>
|
<Files>
|
||||||
@@ -31,33 +26,48 @@
|
|||||||
<Path fileType="executable">/usr/local/bin</Path>
|
<Path fileType="executable">/usr/local/bin</Path>
|
||||||
<Path fileType="executable">/usr/sbin</Path>
|
<Path fileType="executable">/usr/sbin</Path>
|
||||||
<Path fileType="doc">/usr/share/doc</Path>
|
<Path fileType="doc">/usr/share/doc</Path>
|
||||||
|
<Path fileType="data">/usr/share/sip3</Path>
|
||||||
</Files>
|
</Files>
|
||||||
|
<AdditionalFiles>
|
||||||
|
<AdditionalFile group="root" permission="0644" owner="root" target="/usr/share/sip3/disable-rpaths.diff">disable-rpaths.diff</AdditionalFile>
|
||||||
|
<AdditionalFile group="root" permission="0644" owner="root" target="/usr/share/sip3/fix-linking.diff">fix-linking.diff</AdditionalFile>
|
||||||
|
</AdditionalFiles>
|
||||||
|
<Summary>Development files for qscintilla2</Summary>
|
||||||
|
<RuntimeDependencies>
|
||||||
|
<Dependency>libgcc</Dependency>
|
||||||
|
</RuntimeDependencies>
|
||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<Package>
|
<Package>
|
||||||
<Name>python3-sip3</Name>
|
<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>
|
<Files>
|
||||||
<Path fileType="library">/usr/lib/python3*</Path>
|
<Path fileType="library">/usr/lib/python3*</Path>
|
||||||
</Files>
|
</Files>
|
||||||
|
<AdditionalFiles>
|
||||||
|
<AdditionalFile group="root" permission="0644" owner="root" target="/usr/share/sip3/disable-rpaths.diff">disable-rpaths.diff</AdditionalFile>
|
||||||
|
<AdditionalFile group="root" permission="0644" owner="root" target="/usr/share/sip3/fix-linking.diff">fix-linking.diff</AdditionalFile>
|
||||||
|
</AdditionalFiles>
|
||||||
|
<Summary>Python 3.x SIP bindings for C and C++ libraries</Summary>
|
||||||
|
<RuntimeDependencies>
|
||||||
|
<Dependency>libgcc</Dependency>
|
||||||
|
<Dependency>python3</Dependency>
|
||||||
|
<Dependency release="current">sip3</Dependency>
|
||||||
|
</RuntimeDependencies>
|
||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<Package>
|
<Package>
|
||||||
<Name>sip3-devel</Name>
|
<Name>sip3-devel</Name>
|
||||||
<Summary>Development files for sip</Summary>
|
|
||||||
<RuntimeDependencies>
|
|
||||||
<Dependency release="current">sip3</Dependency>
|
|
||||||
<Dependency release="current">python3-sip3</Dependency>
|
|
||||||
</RuntimeDependencies>
|
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="header">/usr/include</Path>
|
<Path fileType="header">/usr/include</Path>
|
||||||
</Files>
|
</Files>
|
||||||
|
<AdditionalFiles>
|
||||||
|
<AdditionalFile group="root" permission="0644" owner="root" target="/usr/share/sip3/disable-rpaths.diff">disable-rpaths.diff</AdditionalFile>
|
||||||
|
<AdditionalFile group="root" permission="0644" owner="root" target="/usr/share/sip3/fix-linking.diff">fix-linking.diff</AdditionalFile>
|
||||||
|
</AdditionalFiles>
|
||||||
|
<Summary>Development files for sip</Summary>
|
||||||
|
<RuntimeDependencies>
|
||||||
|
<Dependency release="current">python3-sip3</Dependency>
|
||||||
|
<Dependency release="current">sip3</Dependency>
|
||||||
|
</RuntimeDependencies>
|
||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
<Update release="2">
|
<Update release="2">
|
||||||
<Date>2015-06-14</Date>
|
<Date>2015-06-14</Date>
|
||||||
@@ -75,3 +85,5 @@
|
|||||||
</Update>
|
</Update>
|
||||||
</History>
|
</History>
|
||||||
</PISI>
|
</PISI>
|
||||||
|
|
||||||
|
<!-- By PiSiDo 2.3.1 -->
|
||||||
|
|||||||
@@ -1,28 +1,17 @@
|
|||||||
<?xml version="1.0" ?>
|
|
||||||
<PISI>
|
<PISI>
|
||||||
<Source>
|
<Source>
|
||||||
<Name>sip3</Name>
|
<Name>sip3</Name>
|
||||||
<Summary xml:lang="tr">C ve C++ kütüphaneleri için python bağlayıcıları oluşturan bir araç</Summary>
|
<Summary xml:lang="tr">C ve C++ kütüphaneleri için python bağlayıcıları oluşturan bir araç</Summary>
|
||||||
<Summary xml:lang="pl">Generator powiązań Pythona z bibliotekami klas C++</Summary>
|
<Summary xml:lang="pl">Generator powiązań Pythona z bibliotekami klas C++</Summary>
|
||||||
<Description xml:lang="tr">SIP3 C ve C++ kütüphanelerini Python'da kullanabilmek için bağlayıcılar oluşturan bir araçtır. Herhangi bir C veya C++ kütüphanesini Python genişletme modülüne dönüştürür.</Description>
|
<Description xml:lang="tr">SIP3 C ve C++ kütüphanelerini Python'da kullanabilmek için bağlayıcılar oluşturan bir araçtır. Herhangi bir C veya C++ kütüphanesini Python genişletme modülüne dönüştürür.</Description>
|
||||||
<Description xml:lang="fr">SIP est un outil de génération de bindings (liens) pour librairies C et C++ afin de les rendre utilisables depuis Python. Il prend n'importe quelle librairie C ou C++ et la convertit en module d'extension Python.</Description>
|
|
||||||
<Description xml:lang="es">SIP es una herramienta para generar librerías de acceso a clases C++, para poder usarlos desde Python. Puede tomar cualquier librería C o C++ y convertirlo en módulos de extensión para Python.</Description>
|
|
||||||
<Description xml:lang="pl">Generuje powiązania Pythona z bibliotekami klas C++ ze zbioru plików ze specyfikacjami klas. Obsługiwany jest Python 2 i 3.</Description>
|
<Description xml:lang="pl">Generuje powiązania Pythona z bibliotekami klas C++ ze zbioru plików ze specyfikacjami klas. Obsługiwany jest Python 2 i 3.</Description>
|
||||||
</Source>
|
</Source>
|
||||||
|
|
||||||
<Package>
|
<Package>
|
||||||
<Name>sip-devel</Name>
|
<Name>python3-sip3</Name>
|
||||||
<Summary xml:lang="tr">sip3 için geliştirme dosyaları</Summary>
|
|
||||||
<Summary xml:lang="pl">Pliki nagłówkowe sip</Summary>
|
|
||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<Package>
|
<Package>
|
||||||
<Name>python-sip</Name>
|
<Name>sip3-devel</Name>
|
||||||
<Summary xml:lang="pl">Moduł python2 wymagany przez wygenerowane powiązania</Summary>
|
|
||||||
</Package>
|
|
||||||
|
|
||||||
<Package>
|
|
||||||
<Name>python3-sip</Name>
|
|
||||||
<Summary xml:lang="pl">Moduł python3 wymagany przez wygenerowane powiązania</Summary>
|
|
||||||
</Package>
|
</Package>
|
||||||
</PISI>
|
</PISI>
|
||||||
|
|
||||||
|
<!-- By PiSiDo 2.3.1 -->
|
||||||
|
|||||||
Reference in New Issue
Block a user