ports/devel/py-pyyaml-include/files/patch-pyproject.toml
Po-Chuan Hsieh 92c79a91cb
devel/py-pyyaml-include: Update to 2.0
- Update WWW
- Remove PY_SETUPTOOLS: py-setuptools should be used rather than PY_SETUPTOOLS

Changes:	https://github.com/tanbro/pyyaml-include/blob/main/CHANGELOG.md
		https://pyyaml-include.readthedocs.io/en/latest/CHANGELOG.html
2024-04-05 08:39:56 +08:00

10 lines
370 B
TOML

--- pyproject.toml.orig 2024-04-01 10:29:21 UTC
+++ pyproject.toml
@@ -1,6 +1,6 @@ build-backend = "setuptools.build_meta"
[build-system]
build-backend = "setuptools.build_meta"
-requires = ["setuptools>=64", "setuptools-scm>=8"]
+requires = ["setuptools>=61", "setuptools-scm>=8"]
[project]
authors = [{ name = "liu xue yan", email = "liu_xue_yan@foxmail.com" }]