mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
- Switch to DISTVERSION - Switch to pep517 build - Add pytest ChangeLog: https://github.com/Diaoul/enzyme/releases PR: 279983 Approved by: maintainer timeout >3 weeks
10 lines
278 B
TOML
10 lines
278 B
TOML
--- pyproject.toml.orig 2024-06-25 07:08:14 UTC
|
|
+++ pyproject.toml
|
|
@@ -1,6 +1,6 @@
|
|
# https://peps.python.org/pep-0517/
|
|
[build-system]
|
|
-requires = ["setuptools>=64"]
|
|
+requires = ["setuptools>=63"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
# https://peps.python.org/pep-0621/
|