aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Bronder <jsbronder@cold-front.org>2024-04-11 15:22:48 -0400
committerMartin Jansa <martin.jansa@gmail.com>2024-04-18 10:15:29 +0200
commitd1d8e0848a3cde1f41e6d645d77ded1a36d07fc9 (patch)
tree797ecc5465249938e75d3b07423099f42b9385c4
parent766024c9bdc46a9fb9129e3a6cfd9a35fd457c89 (diff)
python3-pyqt-builder: bump 1.15.0 -> 1.16.0
Signed-off-by: Justin Bronder <jsbronder@cold-front.org> Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
-rw-r--r--recipes-python/pyqt5/python3-pyqt-builder-native_1.15.0.bb10
-rw-r--r--recipes-python/pyqt5/python3-pyqt-builder-native_1.16.0.bb12
2 files changed, 12 insertions, 10 deletions
diff --git a/recipes-python/pyqt5/python3-pyqt-builder-native_1.15.0.bb b/recipes-python/pyqt5/python3-pyqt-builder-native_1.15.0.bb
deleted file mode 100644
index 7f16eb7b..00000000
--- a/recipes-python/pyqt5/python3-pyqt-builder-native_1.15.0.bb
+++ /dev/null
@@ -1,10 +0,0 @@
-SUMMARY = "The PEP 517 compliant PyQt build system"
-HOMEPAGE = "https://pypi.org/project/PyQt-builder/"
-LICENSE = "SIP | GPL-2.0-or-later"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=9cd437778ebd1c056a76b4ded73b3a6d"
-
-SRC_URI[sha256sum] = "a90553703897eb41e27c2f1abd31fb9ed304c32ec3271b380015b54ea9762ddd"
-
-inherit pypi setuptools3 native
-
-PYPI_PACKAGE = "PyQt-builder"
diff --git a/recipes-python/pyqt5/python3-pyqt-builder-native_1.16.0.bb b/recipes-python/pyqt5/python3-pyqt-builder-native_1.16.0.bb
new file mode 100644
index 00000000..6c0c7508
--- /dev/null
+++ b/recipes-python/pyqt5/python3-pyqt-builder-native_1.16.0.bb
@@ -0,0 +1,12 @@
+SUMMARY = "The PEP 517 compliant PyQt build system"
+HOMEPAGE = "https://pypi.org/project/PyQt-builder/"
+LICENSE = "BSD-2-Clause"
+LIC_FILES_CHKSUM = "file://pyproject.toml;md5=62537c8c9cf72be020148e3adc658ce3;beginline=17;endline=17"
+
+SRC_URI[sha256sum] = "47bbd2cfa5430020108f9f40301e166cbea98b6ef3e53953350bdd4c6b31ab18"
+
+inherit pypi python_setuptools_build_meta native
+
+PYPI_PACKAGE = "PyQt-builder"
+
+DEPENDS += "python3-setuptools-scm-native"