svn commit: r567130 - head/astro/py-metpy

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


Author: sunpoet
Date: Wed Mar  3 18:08:21 2021
New Revision: 567130
URL: https://svnweb.freebsd.org/changeset/ports/567130

Log:
  Remove PYNUMPY

Modified:
  head/astro/py-metpy/Makefile

Modified: head/astro/py-metpy/Makefile
==============================================================================
--- head/astro/py-metpy/Makefile	Wed Mar  3 18:08:17 2021	(r567129)
+++ head/astro/py-metpy/Makefile	Wed Mar  3 18:08:21 2021	(r567130)
@@ -14,10 +14,9 @@ COMMENT=	Collection of tools for processing weather da
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-# 	numpy>=1.16.0
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}matplotlib>=2.1.0:math/py-matplotlib@${PY_FLAVOR} \
-		${PYNUMPY} \
+		${PYTHON_PKGNAMEPREFIX}numpy>=1.16.0,1:math/py-numpy@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pandas>=0.22.0,1:math/py-pandas@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pint>=0.10.1:devel/py-pint@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pooch>=0.1:devel/py-pooch@${PY_FLAVOR} \


More information about the svn-ports-head mailing list