Date: Sun, 29 Dec 2019 12:55:29 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r521325 - head/math/py-gym Message-ID: <201912291255.xBTCtTcj006197@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Dec 29 12:55:29 2019 New Revision: 521325 URL: https://svnweb.freebsd.org/changeset/ports/521325 Log: Update to 0.15.4 Changes: https://github.com/openai/gym/blob/master/README.rst#whats-new Modified: head/math/py-gym/Makefile head/math/py-gym/distinfo Modified: head/math/py-gym/Makefile ============================================================================== --- head/math/py-gym/Makefile Sun Dec 29 12:55:24 2019 (r521324) +++ head/math/py-gym/Makefile Sun Dec 29 12:55:29 2019 (r521325) @@ -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} @@ -26,5 +25,9 @@ USES= python 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> Modified: head/math/py-gym/distinfo ============================================================================== --- head/math/py-gym/distinfo Sun Dec 29 12:55:24 2019 (r521324) +++ head/math/py-gym/distinfo Sun Dec 29 12:55:29 2019 (r521325) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912291255.xBTCtTcj006197>