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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Mar 3 18:12:12 UTC 2021


Author: sunpoet
Date: Wed Mar  3 18:12:05 2021
New Revision: 567176
URL: https://svnweb.freebsd.org/changeset/ports/567176

Log:
  Remove PYNUMPY

Modified:
  head/graphics/py-pygeos/Makefile

Modified: head/graphics/py-pygeos/Makefile
==============================================================================
--- head/graphics/py-pygeos/Makefile	Wed Mar  3 18:12:00 2021	(r567175)
+++ head/graphics/py-pygeos/Makefile	Wed Mar  3 18:12:05 2021	(r567176)
@@ -14,9 +14,9 @@ LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	geos>=3.5:graphics/geos \
-		${PYNUMPY}
+		${PYTHON_PKGNAMEPREFIX}numpy>=1.13,1:math/py-numpy@${PY_FLAVOR}
 LIB_DEPENDS=	libgeos.so:graphics/geos
-RUN_DEPENDS=	${PYNUMPY}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=1.13,1:math/py-numpy@${PY_FLAVOR}
 
 USES=		python:3.6+
 USE_PYTHON=	autoplist concurrent cython distutils


More information about the svn-ports-head mailing list