math/py-pandas: Allow build with cython 3.1.0+

- Bump PORTREVISION for package change
This commit is contained in:
Po-Chuan Hsieh
2025-06-26 18:03:45 +08:00
parent b338821da0
commit 4136a20d40
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -1,5 +1,6 @@
PORTNAME= pandas
PORTVERSION= 2.2.3
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= math devel python
MASTER_SITES= PYPI
+2 -1
View File
@@ -9,7 +9,8 @@
+ "meson-python>=0.13.1",
+ "meson>=1.2.1",
"wheel",
"Cython~=3.0.5", # Note: sync with setup.py, environment.yml and asv.conf.json
- "Cython~=3.0.5", # Note: sync with setup.py, environment.yml and asv.conf.json
+ "Cython>=3.0.5", # Note: sync with setup.py, environment.yml and asv.conf.json
# Force numpy higher than 2.0, so that built wheels are compatible
# with both numpy 1 and 2
- "numpy>=2.0",