aboutsummaryrefslogtreecommitdiff
path: root/math/py-gym/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/py-gym/Makefile')
-rw-r--r--math/py-gym/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/math/py-gym/Makefile b/math/py-gym/Makefile
index 7e6e087a0875..535408217618 100644
--- a/math/py-gym/Makefile
+++ b/math/py-gym/Makefile
@@ -1,6 +1,6 @@
PORTNAME= gym
PORTVERSION= 0.26.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,13 +12,15 @@ WWW= https://www.gymlibrary.dev/ \
LICENSE= MIT
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cloudpickle>=1.2.0:devel/py-cloudpickle@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}gym-notices>=0.0.4:math/py-gym-notices@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}numpy>=1.18.0,1:math/py-numpy@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR}
USES= python
-USE_PYTHON= autoplist concurrent distutils
+USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes