Date: Fri, 25 Mar 2022 13:46:06 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 04253f044e7c - main - www/py-sentinelhub: Fix version requirement of RUN_DEPENDS Message-ID: <202203251346.22PDk6LQ022950@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=04253f044e7caca66f04c5eaa4c48cf3b0a0d606 commit 04253f044e7caca66f04c5eaa4c48cf3b0a0d606 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-03-25 13:05:58 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-03-25 13:37:21 +0000 www/py-sentinelhub: Fix version requirement of RUN_DEPENDS --- www/py-sentinelhub/Makefile | 2 +- www/py-sentinelhub/files/patch-requirements.txt | 11 ----------- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/www/py-sentinelhub/Makefile b/www/py-sentinelhub/Makefile index 32cd539a7135..b019fba09d38 100644 --- a/www/py-sentinelhub/Makefile +++ b/www/py-sentinelhub/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aenum>=2.1.4:devel/py-aenum@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dataclasses-json>=0:devel/py-dataclasses-json@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}oauthlib>=0:security/py-oauthlib@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pillow>=8.3.2<8.4.1:graphics/py-pillow@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyproj>=2.2.0:graphics/py-pyproj@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dateutil>=0:devel/py-dateutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.5.0:www/py-requests@${PY_FLAVOR} \ diff --git a/www/py-sentinelhub/files/patch-requirements.txt b/www/py-sentinelhub/files/patch-requirements.txt deleted file mode 100644 index 1bd8aa7718b4..000000000000 --- a/www/py-sentinelhub/files/patch-requirements.txt +++ /dev/null @@ -1,11 +0,0 @@ ---- requirements.txt.orig 2022-01-05 07:25:52 UTC -+++ requirements.txt -@@ -3,7 +3,7 @@ requests>=2.5.0 - click - numpy - tifffile --pillow>=8.3.2,<=8.4.0 -+pillow - python-dateutil - utm - shapely
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203251346.22PDk6LQ022950>