Files
ports/devel/py-test-arraydiff/Makefile
T
sthen 898fe94620 bump py-numpy consumers. at least those which have compiled modules using
numpy are no longer ABI-compatible following the update to numpy 2.x.
this may over-bump slightly, but I've seen problems with at least pandas
and scipy, and identifying others individually is too time-consuming.
2025-05-20 12:10:49 +00:00

30 lines
531 B
Makefile

COMMENT= pytest plugin to generate/compare data arrays
MODPY_DISTV= 0.6.1
DISTNAME= pytest-arraydiff-${MODPY_DISTV}
PKGNAME= py-${DISTNAME:S/py//}
REVISION= 3
CATEGORIES= devel
HOMEPAGE= https://github.com/astropy/pytest-arraydiff
# BSD
PERMIT_PACKAGE= Yes
MODULES= lang/python
MODPY_PI= Yes
MODPY_PYBUILD= setuptools_scm
RUN_DEPENDS= devel/py-test \
math/py-numpy
TEST_DEPENDS= ${FULLPKGNAME}:${BUILD_PKGPATH} \
astro/py-astropy
pre-test:
ln -fs ${LOCALBASE}/bin/py.test ${WRKDIR}/bin/pytest
.include <bsd.port.mk>