ports/devel/py-lxml5/files/patch-pyproject.toml
Po-Chuan Hsieh 5cd304ce77
devel/py-lxml5: Allow build with cython 3.1.0+
- Bump PORTREVISION for package change

Obtained from:	6a0f0f09e2
		99c81a6694
2025-06-26 19:29:45 +08:00

10 lines
259 B
TOML

--- pyproject.toml.orig 2025-04-22 12:23:54 UTC
+++ pyproject.toml
@@ -1,5 +1,5 @@
[build-system]
-requires = ["Cython>=3.0.11, < 3.1.0", "setuptools", "wheel"]
+requires = ["Cython>=3.1.0", "setuptools", "wheel"]
[tool.cibuildwheel]
build-verbosity = 1