0b65920ade
yuri, please pay more attention; you're making a lot of random
little errors like these lately.
Fixes: df3f177364
34 lines
1.2 KiB
Makefile
34 lines
1.2 KiB
Makefile
PORTNAME= pyked
|
|
DISTVERSION= 0.5.0
|
|
CATEGORIES= science python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Package for manipulating Chemical Kinetics Experimental Data files
|
|
WWW= https://pr-omethe-us.github.io/PyKED/
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR}
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=2.0.0:math/py-numpy@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}cerberus>0:devel/py-cerberus@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}habanero>=2.9.1:www/py-habanero@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}httpx2>=2.0:www/py-httpx2@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}pandas>=2.2.0,1:math/py-pandas@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}pint>=0.24.0:devel/py-pint@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}uncertainties>=3.2:math/py-uncertainties@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}pyyaml>0:devel/py-pyyaml@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= pep517 concurrent autoplist pytest
|
|
|
|
NO_ARCH= yes
|
|
|
|
TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
|
|
|
|
# tests as of 0.5.0: 541 passed in 10.94s
|
|
|
|
.include <bsd.port.mk>
|