mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 10:06:40 -04:00
Switch to pep517 build. Changes: https://github.com/frescobaldi/python-ly/compare/v0.9.6...v0.9.8 Changes: https://github.com/frescobaldi/python-ly/blob/v0.9.8/CHANGELOG.md Approved by: martin.dieringer (maintainer) PR: 271687
9 lines
218 B
TOML
9 lines
218 B
TOML
--- pyproject.toml.orig 2023-06-16 13:33:13 UTC
|
|
+++ pyproject.toml
|
|
@@ -1,5 +1,5 @@
|
|
[build-system]
|
|
-requires = ["setuptools >= 64"]
|
|
+requires = ["setuptools >= 63"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|