mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
27 lines
466 B
Makefile
27 lines
466 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
|
|
|
|
.include <bsd.port.mk>
|