git: e994c3e4ec7a - main - devel/py-parver: Allow build with older py-setuptools
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 05 Jun 2023 18:52:50 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e994c3e4ec7ab39bad7793f45a32fdd59eca55da
commit e994c3e4ec7ab39bad7793f45a32fdd59eca55da
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-06-05 18:39:32 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-06-05 18:47:12 +0000
devel/py-parver: Allow build with older py-setuptools
---
devel/py-parver/files/patch-pyproject.toml | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/devel/py-parver/files/patch-pyproject.toml b/devel/py-parver/files/patch-pyproject.toml
new file mode 100644
index 000000000000..7990937d27ea
--- /dev/null
+++ b/devel/py-parver/files/patch-pyproject.toml
@@ -0,0 +1,9 @@
+--- pyproject.toml.orig 2022-11-11 21:29:27 UTC
++++ pyproject.toml
+@@ -1,5 +1,5 @@
+ [build-system]
+-requires = ["setuptools>=64", "wheel"]
++requires = ["setuptools>=61", "wheel"]
+ build-backend = "setuptools.build_meta"
+
+ [project]