You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
a637ac8d2d
Also apply the same patch used in py-dmgbuild and py-mac-alias, and add support for python 3.13 and 3.14. Signed-off-by: Gregorio Litenstein <g.litenstein@gmail.com>
13 lines
255 B
Diff
13 lines
255 B
Diff
diff --git pyproject.toml pyproject.toml
|
|
index 3dadef1..d1c8c48 100644
|
|
--- pyproject.toml
|
|
+++ pyproject.toml
|
|
@@ -1,6 +1,6 @@
|
|
[build-system]
|
|
requires = [
|
|
- "setuptools==80.9.0",
|
|
+ "setuptools>=80.9.0",
|
|
]
|
|
build-backend = "setuptools.build_meta"
|
|
|