svn commit: r567131 - head/astro/py-ro

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


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

Log:
  Remove PYGAME and PYNUMPY

Modified:
  head/astro/py-ro/Makefile

Modified: head/astro/py-ro/Makefile
==============================================================================
--- head/astro/py-ro/Makefile	Wed Mar  3 18:08:21 2021	(r567130)
+++ head/astro/py-ro/Makefile	Wed Mar  3 18:08:25 2021	(r567131)
@@ -15,7 +15,7 @@ COMMENT=	Package of Python astronomical utilities
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/docs/License.txt
 
-RUN_DEPENDS=	${PYNUMPY}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR}
 
 USES=		python:3.5+
 USE_PYTHON=	autoplist concurrent distutils
@@ -30,6 +30,6 @@ PYGAME_DESC=	Add Support for PyGame
 
 ASTROPY_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}astropy>=0:astro/py-astropy@${PY_FLAVOR}
 MATPLOTLIB_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}matplotlib>=0.98:math/py-matplotlib@${PY_FLAVOR}
-PYGAME_RUN_DEPENDS=	${PYGAME}
+PYGAME_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}game>=0:devel/py-game@${PY_FLAVOR}
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list