From ed9339bb6960f605c7974fde0f472fe04101c77d Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Wed, 9 Sep 2015 11:39:07 +0300 Subject: [PATCH 1/5] sip3 renamed as sip --- programming/language/python/sip3/actions.py | 30 ------ .../python/sip3/files/disable-rpaths.diff | 10 -- .../python/sip3/files/fix-linking.diff | 11 --- .../language/python/sip3/files/no-strip.patch | 26 ------ .../python/sip3/files/sip-outoftree.patch | 73 --------------- programming/language/python/sip3/pspec.xml | 93 ------------------- .../language/python/sip3/translations.xml | 17 ---- 7 files changed, 260 deletions(-) delete mode 100644 programming/language/python/sip3/actions.py delete mode 100644 programming/language/python/sip3/files/disable-rpaths.diff delete mode 100644 programming/language/python/sip3/files/fix-linking.diff delete mode 100644 programming/language/python/sip3/files/no-strip.patch delete mode 100644 programming/language/python/sip3/files/sip-outoftree.patch delete mode 100644 programming/language/python/sip3/pspec.xml delete mode 100644 programming/language/python/sip3/translations.xml diff --git a/programming/language/python/sip3/actions.py b/programming/language/python/sip3/actions.py deleted file mode 100644 index eb44f1d43b..0000000000 --- a/programming/language/python/sip3/actions.py +++ /dev/null @@ -1,30 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- -# -# Licensed under the GNU General Public License, version 3. -# See the file http://www.gnu.org/licenses/gpl.txt - -from pisi.actionsapi import shelltools -from pisi.actionsapi import autotools -from pisi.actionsapi import pisitools -from pisi.actionsapi import pythonmodules -from pisi.actionsapi import get - -WorkDir = "sip-%s" % get.srcVERSION() -py3dir = "python3.4" - -def setup(): - pythonmodules.run('configure.py \ - -b /usr/bin \ - -d /usr/lib/%s/site-packages/ \ - -e /usr/include/%sm/ \ - CFLAGS="%s" CXXFLAGS="%s"' % (py3dir, py3dir, get.CFLAGS(), get.CXXFLAGS()), pyVer = "3") - -def build(): - autotools.make() - -def install(): - autotools.rawInstall("DESTDIR=%s -C sipgen" % get.installDIR()) - - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.rename("/usr/bin/sip", "sip3") diff --git a/programming/language/python/sip3/files/disable-rpaths.diff b/programming/language/python/sip3/files/disable-rpaths.diff deleted file mode 100644 index 7aab12987a..0000000000 --- a/programming/language/python/sip3/files/disable-rpaths.diff +++ /dev/null @@ -1,10 +0,0 @@ ---- siputils.py -+++ siputils.py -@@ -737,6 +737,7 @@ class Makefile: - rpaths is the cannonical list of rpaths. - """ - flags = [] -+ return flags - prefix = self.optional_string("RPATH") - - if prefix: diff --git a/programming/language/python/sip3/files/fix-linking.diff b/programming/language/python/sip3/files/fix-linking.diff deleted file mode 100644 index e97281a507..0000000000 --- a/programming/language/python/sip3/files/fix-linking.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- specs/linux-g++ 2009/08/31 11:59:37 1.1 -+++ specs/linux-g++ 2009/08/31 12:00:19 -@@ -53,7 +53,7 @@ - QMAKE_LFLAGS = - QMAKE_LFLAGS_RELEASE = - QMAKE_LFLAGS_DEBUG = --QMAKE_LFLAGS_SHLIB = -shared -+QMAKE_LFLAGS_SHLIB = -shared -lpython2.7 - QMAKE_LFLAGS_PLUGIN = $$QMAKE_LFLAGS_SHLIB - QMAKE_LFLAGS_SONAME = -Wl,-soname, - QMAKE_LFLAGS_THREAD = diff --git a/programming/language/python/sip3/files/no-strip.patch b/programming/language/python/sip3/files/no-strip.patch deleted file mode 100644 index 033b54f968..0000000000 --- a/programming/language/python/sip3/files/no-strip.patch +++ /dev/null @@ -1,26 +0,0 @@ -Index: sip-4.8.2/specs/linux-g++ -=================================================================== ---- sip-4.8.2.orig/specs/linux-g++ -+++ sip-4.8.2/specs/linux-g++ -@@ -83,7 +83,7 @@ QMAKE_COPY_DIR = $(COPY) -r - QMAKE_MOVE = mv -f - QMAKE_DEL_FILE = rm -f - QMAKE_DEL_DIR = rmdir --QMAKE_STRIP = strip -+QMAKE_STRIP = - QMAKE_STRIPFLAGS_LIB += --strip-unneeded - QMAKE_CHK_DIR_EXISTS = test -d - QMAKE_MKDIR = mkdir -p -Index: sip-4.8.2/specs/linux-lsb -=================================================================== ---- sip-4.8.2.orig/specs/linux-lsb -+++ sip-4.8.2/specs/linux-lsb -@@ -83,7 +83,7 @@ QMAKE_COPY_DIR = $(COPY) -r - QMAKE_MOVE = mv -f - QMAKE_DEL_FILE = rm -f - QMAKE_DEL_DIR = rmdir --QMAKE_STRIP = strip -+QMAKE_STRIP = - QMAKE_STRIPFLAGS_LIB += --strip-unneeded - QMAKE_CHK_DIR_EXISTS = test -d - QMAKE_MKDIR = mkdir -p diff --git a/programming/language/python/sip3/files/sip-outoftree.patch b/programming/language/python/sip3/files/sip-outoftree.patch deleted file mode 100644 index d394a9dcf6..0000000000 --- a/programming/language/python/sip3/files/sip-outoftree.patch +++ /dev/null @@ -1,73 +0,0 @@ ---- sip-4.16.3/configure.py.orig 2014-09-11 19:12:51.000000000 +0200 -+++ sip-4.16.3/configure.py 2014-10-27 17:54:50.981640566 +0100 -@@ -47,6 +47,7 @@ - sip_sip_dir = '' - sysroot = '' - src_dir = os.path.dirname(os.path.abspath(__file__)) -+build_dir = os.getcwd() - sip_module_base = None - build_platform = None - ---- sip-4.16.3/siputils.py.orig 2014-09-07 17:30:09.000000000 +0200 -+++ sip-4.16.3/siputils.py 2014-10-27 22:19:01.287642057 +0100 -@@ -202,7 +202,7 @@ - def __init__(self, configuration, console=0, qt=0, opengl=0, python=0, - threaded=0, warnings=1, debug=0, dir=None, - makefile="Makefile", installs=None, universal=None, -- arch=None, deployment_target=None): -+ arch=None, deployment_target=None, src_dir=None): - """Initialise an instance of the target. All the macros are left - unchanged allowing scripts to manipulate them at will. - -@@ -264,8 +264,11 @@ - else: - self.dir = os.path.curdir - -- # Assume we are building in the source tree. -- self._src_dir = self.dir -+ if src_dir is not None: -+ self._src_dir = src_dir -+ else: -+ # Assume we are building in the source tree. -+ self._src_dir = self.dir - - if universal is None: - self._universal = configuration.universal -@@ -381,6 +381,8 @@ - defines.extend(self.optional_list("DEFINES")) - - incdir = _UniqueList(["."]) -+ if self.dir != self._src_dir: -+ incdir.append(self._src_dir) - incdir.extend(self.extra_include_dirs) - incdir.extend(self.optional_list("INCDIR")) - -@@ -1029,7 +1031,8 @@ - else: - if os.path.isabs(filename): - # We appear to be building out of the source tree. -- self._src_dir = os.path.dirname(filename) -+ if self._src_dir == self.dir: -+ self._src_dir = os.path.dirname(filename) - bfname = filename - else: - bfname = os.path.join(self.dir, filename) -@@ -1465,7 +1471,7 @@ - console=0, qt=0, opengl=0, threaded=0, warnings=1, debug=0, - dir=None, makefile="Makefile", installs=None, strip=1, - export_all=0, universal=None, arch=None, -- deployment_target=None): -+ deployment_target=None, src_dir=None): - """Initialise an instance of a module Makefile. - - build_file is the file containing the target specific information. If -@@ -1479,7 +1485,7 @@ - increases the size of the module and slows down module load times but - may avoid problems with modules that use exceptions. The default is 0. - """ -- Makefile.__init__(self, configuration, console, qt, opengl, 1, threaded, warnings, debug, dir, makefile, installs, universal, arch, deployment_target) -+ Makefile.__init__(self, configuration, console, qt, opengl, 1, threaded, warnings, debug, dir, makefile, installs, universal, arch, deployment_target, src_dir) - - self._build = self.parse_build_file(build_file) - self._install_dir = install_dir - \ No newline at end of file diff --git a/programming/language/python/sip3/pspec.xml b/programming/language/python/sip3/pspec.xml deleted file mode 100644 index 9f0c060166..0000000000 --- a/programming/language/python/sip3/pspec.xml +++ /dev/null @@ -1,93 +0,0 @@ - - - sip3 - http://www.riverbankcomputing.co.uk/sip - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - app:console - SIP is a tool for generating bindings for C++ classes so that they can be used by Python - 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. - - python3-devel - - mirrors://sourceforge/pyqt/sip-4.16.7.tar.gz - - no-strip.patch - sip-outoftree.patch - - - - - sip3 - - /usr/bin - /usr/local/bin - /usr/sbin - /usr/share/doc - /usr/share/sip3 - - - disable-rpaths.diff - fix-linking.diff - - Development files for qscintilla2 - - libgcc - - - - - python3-sip3 - - /usr/lib/python3* - - - disable-rpaths.diff - fix-linking.diff - - Python 3.x SIP bindings for C and C++ libraries - - libgcc - python3 - sip3 - - - - - sip3-devel - - /usr/include - - - disable-rpaths.diff - fix-linking.diff - - Development files for sip - - python3-sip3 - sip3 - - - - - - 2015-06-14 - 4.16.7 - Version Bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2015-04-23 - 4.16.6 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - diff --git a/programming/language/python/sip3/translations.xml b/programming/language/python/sip3/translations.xml deleted file mode 100644 index 71b6b4097d..0000000000 --- a/programming/language/python/sip3/translations.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - sip3 - C ve C++ kütüphaneleri için python bağlayıcıları oluşturan bir araç - Generator powiązań Pythona z bibliotekami klas C++ - 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. - Generuje powiązania Pythona z bibliotekami klas C++ ze zbioru plików ze specyfikacjami klas. Obsługiwany jest Python 2 i 3. - - - python3-sip3 - - - sip3-devel - - - - From 32bea56ac867fa8c13143fa985100445fa0fd19c Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Wed, 9 Sep 2015 11:39:37 +0300 Subject: [PATCH 2/5] sip3:renamed as sip --- programming/language/python/sip/actions.py | 30 +++++++ .../python/sip/files/disable-rpaths.diff | 10 +++ .../python/sip/files/fix-linking.diff | 11 +++ .../language/python/sip/files/no-strip.patch | 26 ++++++ .../python/sip/files/sip-outoftree.patch | 73 +++++++++++++++++ programming/language/python/sip/pspec.xml | 81 +++++++++++++++++++ .../language/python/sip/translations.xml | 17 ++++ 7 files changed, 248 insertions(+) create mode 100644 programming/language/python/sip/actions.py create mode 100644 programming/language/python/sip/files/disable-rpaths.diff create mode 100644 programming/language/python/sip/files/fix-linking.diff create mode 100644 programming/language/python/sip/files/no-strip.patch create mode 100644 programming/language/python/sip/files/sip-outoftree.patch create mode 100644 programming/language/python/sip/pspec.xml create mode 100644 programming/language/python/sip/translations.xml diff --git a/programming/language/python/sip/actions.py b/programming/language/python/sip/actions.py new file mode 100644 index 0000000000..02a17fec25 --- /dev/null +++ b/programming/language/python/sip/actions.py @@ -0,0 +1,30 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import shelltools +from pisi.actionsapi import autotools +from pisi.actionsapi import pisitools +from pisi.actionsapi import pythonmodules +from pisi.actionsapi import get +WorkDir = "sip-%s" % get.srcVERSION() +py3dir = "python3.4" + +def setup(): + pythonmodules.run('configure.py \ + -b /usr/bin \ + -d /usr/lib/%s/site-packages/ \ + -e /usr/include/%s/ \ + CFLAGS="%s" CXXFLAGS="%s"' % (py3dir, py3dir, get.CFLAGS(), get.CXXFLAGS()), pyVer = "3") + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s -C sipgen" % get.installDIR()) + + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + diff --git a/programming/language/python/sip/files/disable-rpaths.diff b/programming/language/python/sip/files/disable-rpaths.diff new file mode 100644 index 0000000000..7aab12987a --- /dev/null +++ b/programming/language/python/sip/files/disable-rpaths.diff @@ -0,0 +1,10 @@ +--- siputils.py ++++ siputils.py +@@ -737,6 +737,7 @@ class Makefile: + rpaths is the cannonical list of rpaths. + """ + flags = [] ++ return flags + prefix = self.optional_string("RPATH") + + if prefix: diff --git a/programming/language/python/sip/files/fix-linking.diff b/programming/language/python/sip/files/fix-linking.diff new file mode 100644 index 0000000000..e97281a507 --- /dev/null +++ b/programming/language/python/sip/files/fix-linking.diff @@ -0,0 +1,11 @@ +--- specs/linux-g++ 2009/08/31 11:59:37 1.1 ++++ specs/linux-g++ 2009/08/31 12:00:19 +@@ -53,7 +53,7 @@ + QMAKE_LFLAGS = + QMAKE_LFLAGS_RELEASE = + QMAKE_LFLAGS_DEBUG = +-QMAKE_LFLAGS_SHLIB = -shared ++QMAKE_LFLAGS_SHLIB = -shared -lpython2.7 + QMAKE_LFLAGS_PLUGIN = $$QMAKE_LFLAGS_SHLIB + QMAKE_LFLAGS_SONAME = -Wl,-soname, + QMAKE_LFLAGS_THREAD = diff --git a/programming/language/python/sip/files/no-strip.patch b/programming/language/python/sip/files/no-strip.patch new file mode 100644 index 0000000000..033b54f968 --- /dev/null +++ b/programming/language/python/sip/files/no-strip.patch @@ -0,0 +1,26 @@ +Index: sip-4.8.2/specs/linux-g++ +=================================================================== +--- sip-4.8.2.orig/specs/linux-g++ ++++ sip-4.8.2/specs/linux-g++ +@@ -83,7 +83,7 @@ QMAKE_COPY_DIR = $(COPY) -r + QMAKE_MOVE = mv -f + QMAKE_DEL_FILE = rm -f + QMAKE_DEL_DIR = rmdir +-QMAKE_STRIP = strip ++QMAKE_STRIP = + QMAKE_STRIPFLAGS_LIB += --strip-unneeded + QMAKE_CHK_DIR_EXISTS = test -d + QMAKE_MKDIR = mkdir -p +Index: sip-4.8.2/specs/linux-lsb +=================================================================== +--- sip-4.8.2.orig/specs/linux-lsb ++++ sip-4.8.2/specs/linux-lsb +@@ -83,7 +83,7 @@ QMAKE_COPY_DIR = $(COPY) -r + QMAKE_MOVE = mv -f + QMAKE_DEL_FILE = rm -f + QMAKE_DEL_DIR = rmdir +-QMAKE_STRIP = strip ++QMAKE_STRIP = + QMAKE_STRIPFLAGS_LIB += --strip-unneeded + QMAKE_CHK_DIR_EXISTS = test -d + QMAKE_MKDIR = mkdir -p diff --git a/programming/language/python/sip/files/sip-outoftree.patch b/programming/language/python/sip/files/sip-outoftree.patch new file mode 100644 index 0000000000..d394a9dcf6 --- /dev/null +++ b/programming/language/python/sip/files/sip-outoftree.patch @@ -0,0 +1,73 @@ +--- sip-4.16.3/configure.py.orig 2014-09-11 19:12:51.000000000 +0200 ++++ sip-4.16.3/configure.py 2014-10-27 17:54:50.981640566 +0100 +@@ -47,6 +47,7 @@ + sip_sip_dir = '' + sysroot = '' + src_dir = os.path.dirname(os.path.abspath(__file__)) ++build_dir = os.getcwd() + sip_module_base = None + build_platform = None + +--- sip-4.16.3/siputils.py.orig 2014-09-07 17:30:09.000000000 +0200 ++++ sip-4.16.3/siputils.py 2014-10-27 22:19:01.287642057 +0100 +@@ -202,7 +202,7 @@ + def __init__(self, configuration, console=0, qt=0, opengl=0, python=0, + threaded=0, warnings=1, debug=0, dir=None, + makefile="Makefile", installs=None, universal=None, +- arch=None, deployment_target=None): ++ arch=None, deployment_target=None, src_dir=None): + """Initialise an instance of the target. All the macros are left + unchanged allowing scripts to manipulate them at will. + +@@ -264,8 +264,11 @@ + else: + self.dir = os.path.curdir + +- # Assume we are building in the source tree. +- self._src_dir = self.dir ++ if src_dir is not None: ++ self._src_dir = src_dir ++ else: ++ # Assume we are building in the source tree. ++ self._src_dir = self.dir + + if universal is None: + self._universal = configuration.universal +@@ -381,6 +381,8 @@ + defines.extend(self.optional_list("DEFINES")) + + incdir = _UniqueList(["."]) ++ if self.dir != self._src_dir: ++ incdir.append(self._src_dir) + incdir.extend(self.extra_include_dirs) + incdir.extend(self.optional_list("INCDIR")) + +@@ -1029,7 +1031,8 @@ + else: + if os.path.isabs(filename): + # We appear to be building out of the source tree. +- self._src_dir = os.path.dirname(filename) ++ if self._src_dir == self.dir: ++ self._src_dir = os.path.dirname(filename) + bfname = filename + else: + bfname = os.path.join(self.dir, filename) +@@ -1465,7 +1471,7 @@ + console=0, qt=0, opengl=0, threaded=0, warnings=1, debug=0, + dir=None, makefile="Makefile", installs=None, strip=1, + export_all=0, universal=None, arch=None, +- deployment_target=None): ++ deployment_target=None, src_dir=None): + """Initialise an instance of a module Makefile. + + build_file is the file containing the target specific information. If +@@ -1479,7 +1485,7 @@ + increases the size of the module and slows down module load times but + may avoid problems with modules that use exceptions. The default is 0. + """ +- Makefile.__init__(self, configuration, console, qt, opengl, 1, threaded, warnings, debug, dir, makefile, installs, universal, arch, deployment_target) ++ Makefile.__init__(self, configuration, console, qt, opengl, 1, threaded, warnings, debug, dir, makefile, installs, universal, arch, deployment_target, src_dir) + + self._build = self.parse_build_file(build_file) + self._install_dir = install_dir + \ No newline at end of file diff --git a/programming/language/python/sip/pspec.xml b/programming/language/python/sip/pspec.xml new file mode 100644 index 0000000000..e5efe7d98a --- /dev/null +++ b/programming/language/python/sip/pspec.xml @@ -0,0 +1,81 @@ + + + sip + http://www.riverbankcomputing.co.uk/sip + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + app:console + SIP is a tool for generating bindings for C++ classes so that they can be used by Python + 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. + + python3-devel + + mirrors://sourceforge/pyqt/sip-4.16.7.tar.gz + + no-strip.patch + sip-outoftree.patch + + + + sip + + /usr/bin + /usr/local/bin + /usr/sbin + /usr/share/doc + /usr/share/sip3 + + + disable-rpaths.diff + fix-linking.diff + + Development files for qscintilla2 + + libgcc + + + + python3-sip + + /usr/lib/python3* + + Python 3.x SIP bindings for C and C++ libraries + + libgcc + python3 + sip + + + + sip-devel + + /usr/include + + Development files for sip + + python3-sip + sip + + + + + 2015-06-14 + 4.16.7 + Version Bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2015-04-23 + 4.16.6 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + diff --git a/programming/language/python/sip/translations.xml b/programming/language/python/sip/translations.xml new file mode 100644 index 0000000000..71b6b4097d --- /dev/null +++ b/programming/language/python/sip/translations.xml @@ -0,0 +1,17 @@ + + + sip3 + C ve C++ kütüphaneleri için python bağlayıcıları oluşturan bir araç + Generator powiązań Pythona z bibliotekami klas C++ + 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. + Generuje powiązania Pythona z bibliotekami klas C++ ze zbioru plików ze specyfikacjami klas. Obsługiwany jest Python 2 i 3. + + + python3-sip3 + + + sip3-devel + + + + From 076df7d941b7e5e39966d05499e826a9afe1e85a Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Wed, 9 Sep 2015 11:40:02 +0300 Subject: [PATCH 3/5] qscintilla2:fixed dep --- desktop/toolkit/qscintilla2/pspec.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/desktop/toolkit/qscintilla2/pspec.xml b/desktop/toolkit/qscintilla2/pspec.xml index 2aa21f3bbb..1937b4a580 100644 --- a/desktop/toolkit/qscintilla2/pspec.xml +++ b/desktop/toolkit/qscintilla2/pspec.xml @@ -14,10 +14,10 @@ python3-qt5 python3-devel - python3-sip3 + python3-sip qt5-base-devel qt5-designer-devel - sip3-devel + sip-devel mirrors://sourceforge/pyqt/QScintilla2/QScintilla-2.9/QScintilla-gpl-2.9.tar.gz @@ -68,7 +68,7 @@ python3 qscintilla2 qscintilla2-python-common - qt-base + qt5-base /usr/lib/python3* From 869d7ba29ce39ed1800b4e7e5f00d359d08d3edc Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Wed, 9 Sep 2015 11:40:30 +0300 Subject: [PATCH 4/5] ptyhon-qt5:fixed dep --- programming/language/python/python-qt5/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programming/language/python/python-qt5/actions.py b/programming/language/python/python-qt5/actions.py index 756778ad62..d7cc3734ac 100644 --- a/programming/language/python/python-qt5/actions.py +++ b/programming/language/python/python-qt5/actions.py @@ -17,7 +17,7 @@ def setup(): --assume-shared \ --no-timestamp \ --qsci-api \ - --sip /usr/bin/sip3 \ + --sip /usr/bin/sip \ --qmake='/usr/lib/qt5/bin/qmake' \ --destdir='/usr/lib/python3.4/site-packages/' \ --sip-incdir='/usr/include/python3.4m' \ From 45a7e1b5bc852a30d9782ee2e6e7b4d9cd9c56e2 Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Wed, 9 Sep 2015 11:40:56 +0300 Subject: [PATCH 5/5] python-qt5:fixed dep --- programming/language/python/python-qt5/pspec.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/programming/language/python/python-qt5/pspec.xml b/programming/language/python/python-qt5/pspec.xml index abc06723fa..9cf891e27f 100644 --- a/programming/language/python/python-qt5/pspec.xml +++ b/programming/language/python/python-qt5/pspec.xml @@ -16,7 +16,7 @@ dbus-python3 dbus-python-common python3-devel - python3-sip3 + python3-sip qt5-base-devel qt5-connectivity-devel qt5-declarative-devel @@ -31,11 +31,11 @@ qt5-websockets-devel qt5-x11extras-devel qt5-xmlpatterns-devel - sip3-devel + sip-devel mirrors://sourceforge/pyqt/PyQt5/PyQt-5.4.2/PyQt-gpl-5.4.2.tar.gz - + python3-qt5-common Common files shared between python-qt5 and python3-qt5 @@ -50,7 +50,7 @@ /usr/share/sip/PyQt5 - + python3-qt5 A set of Python 3.x bindings for the Qt 5.x Toolkit @@ -74,7 +74,7 @@ /usr/lib/qt5/plugins - + python3-qt5-docs Documentation for python-qt5 bindings @@ -85,7 +85,7 @@ /usr/share/doc - + 2015-09-07