svn commit: r557990 - head/graphics/py-pygeos

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Dec 13 14:58:36 UTC 2020


Author: sunpoet
Date: Sun Dec 13 14:58:36 2020
New Revision: 557990
URL: https://svnweb.freebsd.org/changeset/ports/557990

Log:
  Clean up r557900

Modified:
  head/graphics/py-pygeos/Makefile

Modified: head/graphics/py-pygeos/Makefile
==============================================================================
--- head/graphics/py-pygeos/Makefile	Sun Dec 13 14:57:15 2020	(r557989)
+++ head/graphics/py-pygeos/Makefile	Sun Dec 13 14:58:36 2020	(r557990)
@@ -17,14 +17,8 @@ BUILD_DEPENDS=	geos>=3.5:graphics/geos \
 		${PYNUMPY}
 LIB_DEPENDS=	libgeos.so:graphics/geos
 RUN_DEPENDS=	${PYNUMPY}
-TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR}
 
 USES=		python:3.6+
 USE_PYTHON=	autoplist concurrent distutils
-
-#NO_ARCH=	yes
-
-do-test:
-	cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -rs -v
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list