From 2c40b781344e27ddd276ea7b120cf8eed15f264a Mon Sep 17 00:00:00 2001 From: sthen Date: Wed, 7 Jan 2026 14:25:27 +0000 Subject: [PATCH] drop BDEP on math/py-oldest-supported-numpy; it's deprecated upstream and upstreams for these have already dropped their dependency use MODPY_PYBUILD=mesonpy rather than other, now that we have it --- math/py-pandas/Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/math/py-pandas/Makefile b/math/py-pandas/Makefile index bf545e45739..5fc1af85271 100644 --- a/math/py-pandas/Makefile +++ b/math/py-pandas/Makefile @@ -17,19 +17,17 @@ WANTLIB += ${COMPILER_LIBCXX} m ${MODPY_WANTLIB} MODULES= lang/python MODPY_PI= Yes -MODPY_PYBUILD= other +MODPY_PYBUILD= mesonpy # test_dst.py: ValueError: could not convert string to float: '2022.2.1' MODPY_PYTEST_ARGS=pandas \ --ignore pandas/tests/tseries/offsets/test_dst.py COMPILER= base-clang ports-gcc base-gcc -BUILD_DEPENDS= devel/meson-python \ - devel/py-versioneer \ +BUILD_DEPENDS= devel/py-versioneer \ devel/py-wheel \ lang/cython \ - math/py-numpy \ - math/py-oldest-supported-numpy + math/py-numpy RUN_DEPENDS= devel/py-dateutil>=2.8.2 \ devel/py-tzdata>=2022.7 \