mirror of
https://git.freebsd.org/ports.git
synced 2025-06-12 00:00:33 -04:00
- Convert to USE_PYTHON=pep517 Changes: https://github.com/ionelmc/python-lazy-object-proxy/blob/master/CHANGELOG.rst
12 lines
257 B
TOML
12 lines
257 B
TOML
--- pyproject.toml.orig 2023-12-13 17:32:08 UTC
|
|
+++ pyproject.toml
|
|
@@ -1,7 +1,7 @@
|
|
[build-system]
|
|
requires = [
|
|
- "setuptools>=64",
|
|
- "setuptools_scm>=8",
|
|
+ "setuptools>=61",
|
|
+ "setuptools_scm>=6",
|
|
]
|
|
build-backend = "setuptools.build_meta"
|
|
|