mirror of
https://git.freebsd.org/ports.git
synced 2025-05-02 11:36:40 -04:00
- Convert to USE_PYTHON=pep517 Changes: https://cffi.readthedocs.io/en/latest/whatsnew.html
10 lines
320 B
TOML
10 lines
320 B
TOML
--- pyproject.toml.orig 2023-09-28 17:43:07 UTC
|
|
+++ pyproject.toml
|
|
@@ -2,6 +2,6 @@
|
|
requires = [
|
|
# first version that supports Python 3.12; older versions may work
|
|
# with previous Python versions, but are not tested
|
|
- "setuptools >= 66.1"
|
|
+ "setuptools >= 61"
|
|
]
|
|
build-backend = "setuptools.build_meta"
|