math/py-gym: Update to 0.21.0
Changes: https://github.com/openai/gym/releases
This commit is contained in:
parent
da50bdec9d
commit
e3f6add9db
2 changed files with 11 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
|
||||
PORTNAME= gym
|
||||
PORTVERSION= 0.20.0
|
||||
PORTVERSION= 0.21.0
|
||||
CATEGORIES= math python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -21,4 +21,10 @@ USE_PYTHON= autoplist concurrent distutils
|
|||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PYTHON_REL} < 30800
|
||||
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=4.8.1:devel/py-importlib-metadata@${PY_FLAVOR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1635730993
|
||||
SHA256 (gym-0.20.0.tar.gz) = ca963d003cf8b7db8205865de6f3fed605e17e8e488f55ed9118b7768ea21100
|
||||
SIZE (gym-0.20.0.tar.gz) = 1565009
|
||||
TIMESTAMP = 1637073008
|
||||
SHA256 (gym-0.21.0.tar.gz) = 0fd1ce165c754b4017e37a617b097c032b8c3feb8a0394ccc8777c7c50dddff3
|
||||
SIZE (gym-0.21.0.tar.gz) = 1544944
|
||||
|
|
Loading…
Reference in a new issue