diff --git a/programming/language/python3/pyqt-builder/actions.py b/programming/language/python3/pyqt-builder/actions.py index 76074754df..1ca465d97a 100644 --- a/programming/language/python3/pyqt-builder/actions.py +++ b/programming/language/python3/pyqt-builder/actions.py @@ -4,13 +4,16 @@ # Licensed under the GNU General Public License, version 3. # See the file http://www.gnu.org/licenses/gpl.txt -from pisi.actionsapi import pythonmodules -from pisi.actionsapi import pisitools +from pisi.actionsapi import python3modules +from pisi.actionsapi import pisitools, get + + +WorkDir="pyqt_builder-%s" % get.srcVERSION() def build(): - pythonmodules.compile(pyVer="3") + python3modules.compile() def install(): - pythonmodules.install(pyVer="3") + python3modules.install() pisitools.dodoc("ChangeLog", "LICENSE*", "README*") diff --git a/programming/language/python3/pyqt-builder/pspec.xml b/programming/language/python3/pyqt-builder/pspec.xml index 2958531900..a6642dd431 100644 --- a/programming/language/python3/pyqt-builder/pspec.xml +++ b/programming/language/python3/pyqt-builder/pspec.xml @@ -12,9 +12,10 @@ library PyQt build system PyQt build system - https://pypi.io/packages/source/P/PyQt-builder/PyQt-builder-1.15.4.tar.gz + https://files.pythonhosted.org/packages/57/09/11d09b4140932960a4e232e04858ceda19d821f8deb350605934f2251c87/pyqt_builder-1.16.2.tar.gz python3-devel + python3-build python3-setuptools