svn commit: r563631 - head/astro/py-astlib

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Feb 1 19:25:53 UTC 2021


Author: sunpoet
Date: Mon Feb  1 19:25:48 2021
New Revision: 563631
URL: https://svnweb.freebsd.org/changeset/ports/563631

Log:
  Remove PYNUMPY and PY_PILLOW

Modified:
  head/astro/py-astlib/Makefile

Modified: head/astro/py-astlib/Makefile
==============================================================================
--- head/astro/py-astlib/Makefile	Mon Feb  1 19:25:43 2021	(r563630)
+++ head/astro/py-astlib/Makefile	Mon Feb  1 19:25:48 2021	(r563631)
@@ -16,8 +16,8 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}astropy>=1.1:astro/py-astropy@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}matplotlib>=0.98:math/py-matplotlib@${PY_FLAVOR} \
-		${PYNUMPY} \
-		${PY_PILLOW} \
+		${PYTHON_PKGNAMEPREFIX}numpy>=0.1:math/py-numpy@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}scipy>=0.7.0:science/py-scipy@${PY_FLAVOR}
 
 USES=		python:3.5+


More information about the svn-ports-all mailing list