Update to 0.17.1 and unbreak this port
Changes: https://github.com/openai/gym/blob/master/README.rst#whats-new
This commit is contained in:
parent
f235a7026b
commit
ab836cc0fa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=529419
2 changed files with 5 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gym
|
||||
PORTVERSION= 0.17.0
|
||||
PORTVERSION= 0.17.1
|
||||
CATEGORIES= math python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -12,9 +12,7 @@ COMMENT= OpenAI toolkit for developing and comparing your reinforcement learning
|
|||
|
||||
LICENSE= MIT
|
||||
|
||||
BROKEN= depends on package: ${PYTHON_PKGNAMEPREFIX}cloudpickle>=1.3.0 - not found
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cloudpickle>=1.3.0:devel/py-cloudpickle@${PY_FLAVOR} \
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cloudpickle>=1.2.0<1.4.0:devel/py-cloudpickle@${PY_FLAVOR} \
|
||||
${PY_ENUM34} \
|
||||
${PYNUMPY} \
|
||||
${PYTHON_PKGNAMEPREFIX}pyglet>=1.4.0<1.5.1:graphics/py-pyglet@${PY_FLAVOR} \
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1583257486
|
||||
SHA256 (gym-0.17.0.tar.gz) = 0ab46040205b9346e4e04883ff4edb4d76248b34e840538a7da8e9b961ded7e7
|
||||
SIZE (gym-0.17.0.tar.gz) = 1566452
|
||||
TIMESTAMP = 1585064106
|
||||
SHA256 (gym-0.17.1.tar.gz) = 9cff7061e54a53d359af51ad6ec62a44b4bf374ca2cdce35bfee47a93506bcf8
|
||||
SIZE (gym-0.17.1.tar.gz) = 1566478
|
||||
|
|
Loading…
Reference in a new issue