svn commit: r508006 - head/math/py-gym

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Aug 3 20:55:50 UTC 2019


Author: sunpoet
Date: Sat Aug  3 20:55:49 2019
New Revision: 508006
URL: https://svnweb.freebsd.org/changeset/ports/508006

Log:
  Use PYNUMPY

Modified:
  head/math/py-gym/Makefile

Modified: head/math/py-gym/Makefile
==============================================================================
--- head/math/py-gym/Makefile	Sat Aug  3 20:55:45 2019	(r508005)
+++ head/math/py-gym/Makefile	Sat Aug  3 20:55:49 2019	(r508006)
@@ -14,7 +14,7 @@ LICENSE=	MIT
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cloudpickle>=1.2.0:devel/py-cloudpickle@${PY_FLAVOR} \
 		${PY_ENUM34} \
-		${PYTHON_PKGNAMEPREFIX}numpy>=1.10.4:math/py-numpy@${PY_FLAVOR} \
+		${PYNUMPY} \
 		${PYTHON_PKGNAMEPREFIX}pyglet>=1.2.0<1.3.3:graphics/py-pyglet@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}scipy>=0:science/py-scipy@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}


More information about the svn-ports-head mailing list