summaryrefslogtreecommitdiff
path: root/devel/py-qtbuilder
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--devel/py-qtbuilder/distinfo6
-rw-r--r--devel/py-qtbuilder/files/patch-pyproject.toml17
2 files changed, 17 insertions, 6 deletions
diff --git a/devel/py-qtbuilder/distinfo b/devel/py-qtbuilder/distinfo
index b828deb3f50f..9a8493998a63 100644
--- a/devel/py-qtbuilder/distinfo
+++ b/devel/py-qtbuilder/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1738580901
-SHA256 (pyqt_builder-1.18.0.tar.gz) = ce9930aafc1ce0af928a6944bcc80ecf78c23ffdcad6ac111306c4c71057848e
-SIZE (pyqt_builder-1.18.0.tar.gz) = 3671854
+TIMESTAMP = 1749201539
+SHA256 (pyqt_builder-1.18.2.tar.gz) = 56dfea461484a87a8f0c8b0229190defc436d7ec5de71102e20b35e5639180bc
+SIZE (pyqt_builder-1.18.2.tar.gz) = 3671864
diff --git a/devel/py-qtbuilder/files/patch-pyproject.toml b/devel/py-qtbuilder/files/patch-pyproject.toml
index b20272d1fd1f..3a745191a899 100644
--- a/devel/py-qtbuilder/files/patch-pyproject.toml
+++ b/devel/py-qtbuilder/files/patch-pyproject.toml
@@ -3,14 +3,25 @@ with 63.x.
[1] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270358
---- pyproject.toml.orig 2024-04-20 11:55:50 UTC
+--- pyproject.toml.orig 2025-06-03 14:12:19 UTC
+++ pyproject.toml
@@ -1,7 +1,7 @@
- # The project configuration for sip.
+ # The project configuration for PyQt-builder.
[build-system]
--requires = ["setuptools>=64", "setuptools_scm>=8"]
+-requires = ["setuptools>=77", "setuptools_scm>=8"]
+requires = ["setuptools>=63", "setuptools_scm>=8"]
build-backend = "setuptools.build_meta"
[tool.setuptools_scm]
+@@ -14,8 +14,8 @@ requires-python = ">=3.8"
+ urls.homepage = "https://github.com/Python-PyQt/PyQt-builder"
+ dependencies = ["packaging", "sip >=6.7, <7"]
+ requires-python = ">=3.8"
+-license = "BSD-2-Clause"
+-license-files = ["LICENSE"]
++license = {file = "LICENSE"}
++classifiers = ["License :: OSI Approved :: BSD License"]
+ dynamic = ["version"]
+
+ [[project.authors]]