freebsd-ports/math/py-pygslodeiv2/Makefile
Dmitry Marakasov 8946640b15 math/py-pygslodeiv2: switch to USES=pytest, fix tests
Reported by:	reprise
Approved by:	portmgr blanket
2022-04-27 14:42:13 +03:00

25 lines
560 B
Makefile

PORTNAME= pygslodeiv2
DISTVERSION= 0.9.4
PORTREVISION= 2
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Python binding for odeiv2 in GNU Scientific Library (GSL)
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYNUMPY}
LIB_DEPENDS= libgsl.so:math/gsl
RUN_DEPENDS= ${PYNUMPY}
USES= compiler:c++11-lang localbase python:3.6+ pytest
USE_PYTHON= distutils autoplist
pre-test:
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} build_ext --inplace
.include <bsd.port.mk>