Date: Sat, 3 Aug 2019 20:55:50 +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: r508006 - head/math/py-gym Message-ID: <201908032055.x73KtoI6084680@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908032055.x73KtoI6084680>