ports/devel/py-python-semantic-release/files/patch-pyproject.toml
Po-Chuan Hsieh 1c9e03d1fb
devel/py-python-semantic-release: Allow build with py-python-gitlab 5.0.0+
- Fix build after 45b4df0acd
- Bump PORTREVISION for package change
2024-11-21 21:38:16 +08:00

20 lines
657 B
TOML

--- pyproject.toml.orig 2024-10-18 04:41:49 UTC
+++ pyproject.toml
@@ -1,7 +1,7 @@
# Ref: https://packaging.python.org/en/latest/specifications/declaring-project-metadata/
# and https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html
[build-system]
-requires = ["setuptools ~= 69.0", "wheel ~= 0.42"]
+requires = ["setuptools >= 61.0", "wheel ~= 0.42"]
build-backend = "setuptools.build_meta"
[project]
@@ -27,7 +27,7 @@ dependencies = [
"gitpython ~= 3.0",
"requests ~= 2.25",
"jinja2 ~= 3.1",
- "python-gitlab ~= 4.0",
+ "python-gitlab >= 4.0",
"tomlkit ~= 0.11",
"dotty-dict ~= 1.3",
"importlib-resources ~= 6.0",