svn commit: r567178 - head/graphics/py-rasterio

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


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

Log:
  Remove PYNUMPY

Modified:
  head/graphics/py-rasterio/Makefile

Modified: head/graphics/py-rasterio/Makefile
==============================================================================
--- head/graphics/py-rasterio/Makefile	Wed Mar  3 18:12:09 2021	(r567177)
+++ head/graphics/py-rasterio/Makefile	Wed Mar  3 18:12:13 2021	(r567178)
@@ -14,7 +14,7 @@ LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 BUILD_DEPENDS=	gdal>=1.11:graphics/gdal \
-		${PYNUMPY}
+		${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR}
 RUN_DEPENDS=	gdal>=1.11:graphics/gdal \
 		${PYTHON_PKGNAMEPREFIX}affine>=0:math/py-affine@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}attrs>=0:devel/py-attrs@${PY_FLAVOR} \
@@ -22,7 +22,7 @@ RUN_DEPENDS=	gdal>=1.11:graphics/gdal \
 		${PYTHON_PKGNAMEPREFIX}click>=4.0<8:devel/py-click@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}click-plugins>=0:devel/py-click-plugins@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}cligj>=0.5:devel/py-cligj@${PY_FLAVOR} \
-		${PYNUMPY} \
+		${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}snuggs>=1.4.1:math/py-snuggs@${PY_FLAVOR}
 
 USES=		compiler:c++11-lang python:3.6+


More information about the svn-ports-head mailing list