math/py-numpy: Allow build with cython 3.2.0+
- Bump PORTREVISION for package change PR: 291778
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
PORTNAME= numpy
|
||||
PORTVERSION= 1.26.4
|
||||
PORTREVISION= 11
|
||||
PORTREVISION= 12
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= math python
|
||||
MASTER_SITES= PYPI \
|
||||
|
||||
@@ -1,11 +1,13 @@
|
||||
--- pyproject.toml.orig 2025-06-24 22:40:55 UTC
|
||||
--- pyproject.toml.orig 2024-02-05 21:17:48 UTC
|
||||
+++ pyproject.toml
|
||||
@@ -2,7 +2,7 @@ requires = [
|
||||
@@ -1,8 +1,8 @@ requires = [
|
||||
[build-system]
|
||||
build-backend = "mesonpy"
|
||||
requires = [
|
||||
"Cython>=0.29.34,<3.1",
|
||||
- "Cython>=0.29.34,<3.1",
|
||||
- "meson-python>=0.15.0,<0.16.0",
|
||||
+ "Cython>=0.29.34",
|
||||
+ "meson-python>=0.15.0",
|
||||
]
|
||||
|
||||
|
||||
[project]
|
||||
|
||||
Reference in New Issue
Block a user