Date: Wed, 3 Mar 2021 18:08:25 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567131 - head/astro/py-ro Message-ID: <202103031808.123I8P7E041126@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103031808.123I8P7E041126>