graphics/py-fiona: Allow build with cython 3.1.0+

- Bump PORTREVISION for package change
This commit is contained in:
Po-Chuan Hsieh 2025-06-26 18:04:24 +08:00
parent 335d98fea2
commit 379a7d2680
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
PORTNAME= fiona
DISTVERSION= 1.10.1
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= graphics python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,9 +1,9 @@
--- pyproject.toml.orig 2025-03-26 21:47:52 UTC
--- pyproject.toml.orig 2024-09-13 23:33:55 UTC
+++ pyproject.toml
@@ -1,5 +1,5 @@
[build-system]
-requires = ["setuptools>=67.8", "cython~=3.0.2"]
+requires = ["setuptools", "cython~=3.0.2"]
+requires = ["setuptools", "cython>=3.0.2"]
build-backend = "setuptools.build_meta"
[project]