Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Apr 2021 20:39:38 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: 081a6a3f8f5b - main - www/py-sentinelhub: Update to 3.2.1
Message-ID:  <202104252039.13PKdc0t079590@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=081a6a3f8f5bbc6f3dacfa47af8ec5bd3443ca0b

commit 081a6a3f8f5bbc6f3dacfa47af8ec5bd3443ca0b
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-04-25 20:16:23 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-04-25 20:35:39 +0000

    www/py-sentinelhub: Update to 3.2.1
    
    - Revert PYNUMPY change in c4f86f7bcdc6f4da980b2d36ec1706c41f93f7b0
    - Remove PYTHON_REL check
    
    Changes:        https://github.com/sentinel-hub/sentinelhub-py/releases
---
 www/py-sentinelhub/Makefile | 14 ++++----------
 www/py-sentinelhub/distinfo |  6 +++---
 2 files changed, 7 insertions(+), 13 deletions(-)

diff --git a/www/py-sentinelhub/Makefile b/www/py-sentinelhub/Makefile
index 7c0e1d93a1fd..e97b26d2ec89 100644
--- a/www/py-sentinelhub/Makefile
+++ b/www/py-sentinelhub/Makefile
@@ -1,7 +1,7 @@
 # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
 
 PORTNAME=	sentinelhub
-PORTVERSION=	3.2.0
+PORTVERSION=	3.2.1
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -17,7 +17,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}aenum>=2.1.4:devel/py-aenum@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}botocore>=0:devel/py-botocore@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}click>=0:devel/py-click@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}dataclasses-json>=0:devel/py-dataclasses-json@${PY_FLAVOR} \
-		${PYNUMPY} \
+		${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}pyproj>=2.2.0:graphics/py-pyproj@${PY_FLAVOR} \
@@ -29,15 +29,9 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}aenum>=2.1.4:devel/py-aenum@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}utm>=0:graphics/py-utm@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
 
-USES=		python:3.7+ # py-tifffile requires py3.7+
+USES=		python:3.7+
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} < 3700
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}dataclasses>=0:devel/py-dataclasses@${PY_FLAVOR}
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/www/py-sentinelhub/distinfo b/www/py-sentinelhub/distinfo
index 9a6987acc56a..054d094cef12 100644
--- a/www/py-sentinelhub/distinfo
+++ b/www/py-sentinelhub/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1618320312
-SHA256 (sentinelhub-3.2.0.tar.gz) = 7cbea46f9fb4625b01082ec02375958b6de5c84d8d749c8146a14676a2db7df1
-SIZE (sentinelhub-3.2.0.tar.gz) = 192216
+TIMESTAMP = 1619198605
+SHA256 (sentinelhub-3.2.1.tar.gz) = f0cf787666bafd6fda876f5a3c8b7f9d662195d596f36cc78ff0c093fd7b11d8
+SIZE (sentinelhub-3.2.1.tar.gz) = 192623



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104252039.13PKdc0t079590>