1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

math/py-gym: Update to 0.21.0

Changes:	https://github.com/openai/gym/releases
This commit is contained in:
Po-Chuan Hsieh 2021-11-22 02:20:42 +08:00
parent da50bdec9d
commit e3f6add9db
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
2 changed files with 11 additions and 5 deletions

View File

@ -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>

View File

@ -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