mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
898fe94620
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.
30 lines
531 B
Makefile
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>
|