diff options
Diffstat (limited to 'devel/py-sip/files')
| -rw-r--r-- | devel/py-sip/files/patch-pyproject.toml | 4 | ||||
| -rw-r--r-- | devel/py-sip/files/patch-sipbuild_project.py | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/py-sip/files/patch-pyproject.toml b/devel/py-sip/files/patch-pyproject.toml index 616667b61c96..d812ae8288ca 100644 --- a/devel/py-sip/files/patch-pyproject.toml +++ b/devel/py-sip/files/patch-pyproject.toml @@ -3,7 +3,7 @@ with 63.x. [1] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270358 ---- pyproject.toml.orig 2025-05-16 11:58:37 UTC +--- pyproject.toml.orig 2025-12-06 11:51:43 UTC +++ pyproject.toml @@ -1,7 +1,7 @@ # The project configuration for sip. @@ -20,7 +20,7 @@ with 63.x. urls.homepage = "https://github.com/Python-SIP/sip" -dependencies = ["packaging>=24.2", "setuptools>=75.8.1", "tomli; python_version<'3.11'"] +dependencies = ["packaging>=24.2", "setuptools>=63", "tomli; python_version<'3.11'"] - requires-python = ">=3.9" + requires-python = ">=3.10" -license = "BSD-2-Clause" -license-files = ["LICENSE"] +license = {file = "LICENSE"} diff --git a/devel/py-sip/files/patch-sipbuild_project.py b/devel/py-sip/files/patch-sipbuild_project.py index 8c2feb2c845e..3b2f977e83e0 100644 --- a/devel/py-sip/files/patch-sipbuild_project.py +++ b/devel/py-sip/files/patch-sipbuild_project.py @@ -1,6 +1,6 @@ ---- sipbuild/project.py.orig 2024-07-12 11:20:17 UTC +--- sipbuild/project.py.orig 2025-11-12 11:53:43 UTC +++ sipbuild/project.py -@@ -408,9 +408,9 @@ class Project(AbstractProject, Configurable): +@@ -432,9 +432,9 @@ class Project(AbstractProject, Configurable): generator=None, wheel_tag=None, generator_version=None): """ Return a sequence of command line arguments to invoke sip-distinfo. """ |
