Update to 0.15.4
Changes: https://github.com/openai/gym/blob/master/README.rst#whats-new
This commit is contained in:
parent
40a604fc50
commit
c79626c06e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=521325
2 changed files with 8 additions and 5 deletions
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gym
|
||||
PORTVERSION= 0.15.3
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.15.4
|
||||
CATEGORIES= math python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -27,4 +26,8 @@ USE_PYTHON= autoplist concurrent distutils
|
|||
|
||||
NO_ARCH= yes
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e "s|, 'opencv-python'||" ${WRKSRC}/setup.py
|
||||
@${REINPLACE_CMD} -e '/opencv-python/d' ${WRKSRC}/gym.egg-info/requires.txt
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1572806142
|
||||
SHA256 (gym-0.15.3.tar.gz) = 18381e13bbd1e2f206a1b88a2af4fb87affd7d06ee7955a6e5e6a79478a9adfc
|
||||
SIZE (gym-0.15.3.tar.gz) = 1564221
|
||||
TIMESTAMP = 1577523914
|
||||
SHA256 (gym-0.15.4.tar.gz) = 3b930cbe1c76bbd30455b5e82ba723dea94159a5f988e927f443324bf7cc7ddd
|
||||
SIZE (gym-0.15.4.tar.gz) = 1565970
|
||||
|
|
Loading…
Reference in a new issue