Files
macports-ports/python/py-ds-store/files/patch-pyproject.patch
Gregorio Litenstein a637ac8d2d py-ds-store: Update to 1.3.2
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>
2026-02-13 21:38:54 -05:00

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"