Clean up r557900

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-12-13 14:58:36 +00:00
parent 00e3d65966
commit 31cbeeccb5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=557990

View file

@ -17,14 +17,8 @@ BUILD_DEPENDS= geos>=3.5:graphics/geos \
${PYNUMPY} ${PYNUMPY}
LIB_DEPENDS= libgeos.so:graphics/geos LIB_DEPENDS= libgeos.so:graphics/geos
RUN_DEPENDS= ${PYNUMPY} RUN_DEPENDS= ${PYNUMPY}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR}
USES= python:3.6+ USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils USE_PYTHON= autoplist concurrent distutils
#NO_ARCH= yes
do-test:
cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -rs -v
.include <bsd.port.mk> .include <bsd.port.mk>