diff options
Diffstat (limited to 'math/py-pandas')
| -rw-r--r-- | math/py-pandas/Makefile | 4 | ||||
| -rw-r--r-- | math/py-pandas/distinfo | 6 | ||||
| -rw-r--r-- | math/py-pandas/files/patch-pyproject.toml | 13 |
3 files changed, 7 insertions, 16 deletions
diff --git a/math/py-pandas/Makefile b/math/py-pandas/Makefile index 956fd1610b28..3a2987ebc5c7 100644 --- a/math/py-pandas/Makefile +++ b/math/py-pandas/Makefile @@ -1,5 +1,5 @@ PORTNAME= pandas -PORTVERSION= 2.2.3 +PORTVERSION= 2.3.3 PORTEPOCH= 1 CATEGORIES= math devel python MASTER_SITES= PYPI @@ -72,7 +72,7 @@ XLWT_DESC= Write MS Excel with textproc/py-xlwt ALCHEMY14_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy14>0:databases/py-sqlalchemy14@${PY_FLAVOR} ALCHEMY20_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy20>0:databases/py-sqlalchemy20@${PY_FLAVOR} -BOTO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto>0:devel/py-boto@${PY_FLAVOR} +BOTO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto3>0:www/py-boto3@${PY_FLAVOR} BTLNCK_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bottleneck>=1.2.0:math/py-bottleneck@${PY_FLAVOR} HTML5LIB_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.2.1:www/py-beautifulsoup@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}html5lib>0:www/py-html5lib@${PY_FLAVOR} diff --git a/math/py-pandas/distinfo b/math/py-pandas/distinfo index d01f6f1c0848..17254bd19453 100644 --- a/math/py-pandas/distinfo +++ b/math/py-pandas/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1743573899 -SHA256 (pandas-2.2.3.tar.gz) = 4f18ba62b61d7e192368b84517265a99b4d7ee8912f8708660fb4a366cc82667 -SIZE (pandas-2.2.3.tar.gz) = 4399213 +TIMESTAMP = 1761643378 +SHA256 (pandas-2.3.3.tar.gz) = e05e1af93b977f7eafa636d043f9f94c7ee3ac81af99c13508215942e64c993b +SIZE (pandas-2.3.3.tar.gz) = 4495223 diff --git a/math/py-pandas/files/patch-pyproject.toml b/math/py-pandas/files/patch-pyproject.toml index ed0dc0e94664..749855e94b58 100644 --- a/math/py-pandas/files/patch-pyproject.toml +++ b/math/py-pandas/files/patch-pyproject.toml @@ -1,19 +1,10 @@ --- pyproject.toml.orig 1970-01-01 00:00:00 UTC +++ pyproject.toml -@@ -2,13 +2,13 @@ requires = [ - # Minimum requirements for the build system to execute. - # See https://github.com/scipy/scipy/pull/12940 for the AIX issue. - requires = [ -- "meson-python==0.13.1", -- "meson==1.2.1", -+ "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 +@@ -8,7 +8,7 @@ # Force numpy higher than 2.0, so that built wheels are compatible # with both numpy 1 and 2 - "numpy>=2.0", + "numpy", "versioneer[toml]" ] - + |
