mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 17:06:32 -04:00
- Clean up patch-pyproject.toml (should be part of 35e1ae3838
)
- Bump PORTREVISION for dependency and package change
version_file is a replacement for write_to since py-setuptools-scm 8.0.0.
9 lines
257 B
TOML
9 lines
257 B
TOML
--- pyproject.toml.orig 2024-01-10 10:09:23 UTC
|
|
+++ pyproject.toml
|
|
@@ -1,5 +1,5 @@
|
|
[build-system]
|
|
-requires = ["setuptools>=64", "setuptools_scm>=8"]
|
|
+requires = ["setuptools>=61", "setuptools_scm>=8"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|