From owner-dev-commits-ports-main@freebsd.org Sun May 16 15:26:54 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 70579645261; Sun, 16 May 2021 15:26:54 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FjmMd4fhDz4ZQF; Sun, 16 May 2021 15:26:53 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4E2961B239; Sun, 16 May 2021 15:26:53 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 14GFQrGG066821; Sun, 16 May 2021 15:26:53 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 14GFQrST066820; Sun, 16 May 2021 15:26:53 GMT (envelope-from git) Date: Sun, 16 May 2021 15:26:53 GMT Message-Id: <202105161526.14GFQrST066820@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 467992155ab3 - main - math/py-gym: Fix build after 553bcea9dbe91208a9c8bf265e0d8e1172094ffe MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 467992155ab3d5c61e657f95fc3a3af7b56c6a55 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 May 2021 15:26:54 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=467992155ab3d5c61e657f95fc3a3af7b56c6a55 commit 467992155ab3d5c61e657f95fc3a3af7b56c6a55 Author: Po-Chuan Hsieh AuthorDate: 2021-05-16 15:14:44 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-05-16 15:24:12 +0000 math/py-gym: Fix build after 553bcea9dbe91208a9c8bf265e0d8e1172094ffe - Bump PORTREVISION for package change --- math/py-gym/Makefile | 3 ++- math/py-gym/files/patch-setup.py | 11 +++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/math/py-gym/Makefile b/math/py-gym/Makefile index f01ed0f57dee..ae1fa4975147 100644 --- a/math/py-gym/Makefile +++ b/math/py-gym/Makefile @@ -2,6 +2,7 @@ PORTNAME= gym PORTVERSION= 0.18.0 +PORTREVISION= 1 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +14,7 @@ LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cloudpickle>=1.2.0<1.7.0:devel/py-cloudpickle@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}numpy>=1.10.4,1:math/py-numpy@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pillow>=0<7.2.0:graphics/py-pillow@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pillow>=0<8.2.1:graphics/py-pillow@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyglet150>=1.4.0<1.5.1:graphics/py-pyglet150@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>=0:science/py-scipy@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} \ diff --git a/math/py-gym/files/patch-setup.py b/math/py-gym/files/patch-setup.py new file mode 100644 index 000000000000..b27fd3cf091a --- /dev/null +++ b/math/py-gym/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig 2020-12-19 00:04:11 UTC ++++ setup.py +@@ -29,7 +29,7 @@ setup(name='gym', + if package.startswith('gym')], + zip_safe=False, + install_requires=[ +- 'scipy', 'numpy>=1.10.4', 'pyglet>=1.4.0,<=1.5.0', 'Pillow<=7.2.0', 'cloudpickle>=1.2.0,<1.7.0', ++ 'scipy', 'numpy>=1.10.4', 'pyglet>=1.4.0,<=1.5.0', 'Pillow<=8.2.0', 'cloudpickle>=1.2.0,<1.7.0', + ], + extras_require=extras, + package_data={'gym': [