From 05e8129152db2e90133904e33ad62c764e36a005 Mon Sep 17 00:00:00 2001 From: Rmys Date: Sun, 9 Jun 2024 11:51:30 +0300 Subject: [PATCH] pyqt-builder ver. bump --- programming/language/python3/pyqt-builder/actions.py | 11 +++++++---- programming/language/python3/pyqt-builder/pspec.xml | 10 +++++++++- .../language/python3/python3-setuptools-scm/pspec.xml | 9 ++++++++- 3 files changed, 24 insertions(+), 6 deletions(-) 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