diff options
Diffstat (limited to '')
-rw-r--r-- | devel/py-sip/files/patch-pyproject.toml | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/devel/py-sip/files/patch-pyproject.toml b/devel/py-sip/files/patch-pyproject.toml index b5ff55794a37..616667b61c96 100644 --- a/devel/py-sip/files/patch-pyproject.toml +++ b/devel/py-sip/files/patch-pyproject.toml @@ -3,23 +3,28 @@ with 63.x. [1] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270358 ---- pyproject.toml.orig 2024-12-12 09:56:29 UTC +--- pyproject.toml.orig 2025-05-16 11:58:37 UTC +++ pyproject.toml @@ -1,7 +1,7 @@ # The project configuration for sip. [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] -@@ -12,7 +12,7 @@ urls.homepage = "https://github.com/Python-SIP/sip" +@@ -12,10 +12,10 @@ urls.homepage = "https://github.com/Python-SIP/sip" description = "A Python bindings generator for C/C++ libraries" readme = "README.md" urls.homepage = "https://github.com/Python-SIP/sip" --dependencies = ["packaging", "setuptools>=69.5", "tomli; python_version<'3.11'"] -+dependencies = ["packaging", "setuptools>=63", "tomli; python_version<'3.11'"] +-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" - license = {file = "LICENSE"} - classifiers = ["License :: OSI Approved :: BSD License"] +-license = "BSD-2-Clause" +-license-files = ["LICENSE"] ++license = {file = "LICENSE"} ++classifiers = ["License :: OSI Approved :: BSD License"] + dynamic = ["version"] + + [[project.authors]] |