graphics/py-fiona: Allow build with cython 3.1.0+
- Bump PORTREVISION for package change
This commit is contained in:
parent
335d98fea2
commit
379a7d2680
@ -1,6 +1,6 @@
|
||||
PORTNAME= fiona
|
||||
DISTVERSION= 1.10.1
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= graphics python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
@ -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]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user