1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/x11-fonts/py-cffsubr/files/patch-pyproject.toml
Po-Chuan Hsieh 4fdef02afc
x11-fonts/py-cffsubr: Update to 0.3.0
- Remove PY_SETUPTOOLS: py-setuptools should be used rather than PY_SETUPTOOLS

Changes:	https://github.com/adobe-type-tools/cffsubr/releases
2024-03-23 22:49:39 +08:00

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"