freebsd-ports/science/py-quantities/Makefile
Yuri Victorovich caa25f3bb9 science/py-quantities: update 0.14.1 → 0.15.0
Reported by:	portscout
2023-12-12 17:26:29 -08:00

23 lines
626 B
Makefile

PORTNAME= quantities
DISTVERSION= 0.15.0
CATEGORIES= science python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Support for physical quantities with units, based on numpy
WWW= https://github.com/python-quantities/python-quantities
LICENSE= BSD3CLAUSE
RUN_DEPENDS= ${PYNUMPY}
USES= python
USE_PYTHON= distutils autoplist pytest # tests fail to run, see https://github.com/python-quantities/python-quantities/issues/224
TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
TEST_WRKSRC= ${WRKSRC}/quantities/tests
NO_ARCH= yes
.include <bsd.port.mk>