From fb3e3679c0de6db62ffab8fd96682b275036aad9 Mon Sep 17 00:00:00 2001 From: Rmys Date: Sun, 9 Jun 2024 14:01:32 +0300 Subject: [PATCH] python3-sip --- .../language/python3/python3-sip/actions.py | 18 +++++++++--------- .../language/python3/python3-sip/pspec.xml | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/programming/language/python3/python3-sip/actions.py b/programming/language/python3/python3-sip/actions.py index 4e77062feb..aefe3d5202 100644 --- a/programming/language/python3/python3-sip/actions.py +++ b/programming/language/python3/python3-sip/actions.py @@ -7,7 +7,7 @@ from pisi.actionsapi import shelltools from pisi.actionsapi import autotools from pisi.actionsapi import pisitools -from pisi.actionsapi import pythonmodules +from pisi.actionsapi import python3modules from pisi.actionsapi import get #WorkDir = "sip-%s" % get.srcVERSION() @@ -19,22 +19,22 @@ def setup(): # shelltools.system("find . -type f -exec sed -i 's/Python.h/python3.9\/Python.h/g' {} \;") - # pythonmodules.compile(pyVer="3") + # python3modules.compile() # shelltools.cd("../sip-%s-pyqt6" % get.srcVERSION()) - # pythonmodules.compile(pyVer="3") + # python3modules.compile() def build(): - pythonmodules.compile(pyVer="3") + python3modules.compile() - shelltools.cd("../sip-%s-pyqt6" % get.srcVERSION()) - pythonmodules.compile(pyVer="3") + # shelltools.cd("../sip-%s-pyqt6" % get.srcVERSION()) + # python3modules.compile() def install(): - pythonmodules.install(pyVer="3") + python3modules.install() # autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - shelltools.cd("../sip-%s-pyqt6" % get.srcVERSION()) - pythonmodules.install(pyVer="3") + # shelltools.cd("../sip-%s-pyqt6" % get.srcVERSION()) + # python3modules.install() # autotools.rawInstall("DESTDIR=%s" % get.installDIR()) diff --git a/programming/language/python3/python3-sip/pspec.xml b/programming/language/python3/python3-sip/pspec.xml index ff6108dacf..7ddfa750be 100644 --- a/programming/language/python3/python3-sip/pspec.xml +++ b/programming/language/python3/python3-sip/pspec.xml @@ -16,7 +16,7 @@ https://pypi.python.org/packages/source/s/sip/sip-6.8.3.tar.gz python3-devel - python3-setuptools + python3-build