mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
4fdef02afc
- Remove PY_SETUPTOOLS: py-setuptools should be used rather than PY_SETUPTOOLS Changes: https://github.com/adobe-type-tools/cffsubr/releases
12 lines
374 B
TOML
12 lines
374 B
TOML
--- pyproject.toml.orig 2024-01-18 11:25:11 UTC
|
|
+++ pyproject.toml
|
|
@@ -3,8 +3,5 @@ requires = [
|
|
"setuptools",
|
|
"setuptools_scm",
|
|
]
|
|
-# https://setuptools.pypa.io/en/latest/build_meta.html#dynamic-build-dependencies-and-other-build-meta-tweaks
|
|
-build-backend = "backend"
|
|
-backend-path = ["_custom_build"]
|
|
[tool.setuptools_scm]
|
|
write_to = "src/cffsubr/_version.py"
|