Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Dec 2020 14:58:36 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r557990 - head/graphics/py-pygeos
Message-ID:  <202012131458.0BDEwadg051067@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012131458.0BDEwadg051067>