mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
- Update WWW - Convert to USE_PYTHON=pep517 Changes: https://github.com/python-trio/sniffio/blob/master/docs/source/history.rst https://sniffio.readthedocs.io/en/latest/history.html
10 lines
249 B
TOML
10 lines
249 B
TOML
--- pyproject.toml.orig 2024-02-25 23:11:00 UTC
|
|
+++ pyproject.toml
|
|
@@ -1,6 +1,6 @@ requires = [
|
|
[build-system]
|
|
requires = [
|
|
- "setuptools >= 64",
|
|
+ "setuptools >= 61",
|
|
"setuptools_scm >= 6.4"
|
|
]
|
|
build-backend = "setuptools.build_meta"
|