Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Aug 2022 11:44:57 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: 977e7b1b4262 - main - www/py-sentinelhub: Update to 3.7.0
Message-ID:  <202208311144.27VBivjj097183@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=977e7b1b42626d02e9a8d55d35ad8f4ac9669aa5

commit 977e7b1b42626d02e9a8d55d35ad8f4ac9669aa5
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-08-31 11:25:08 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-08-31 11:41:18 +0000

    www/py-sentinelhub: Update to 3.7.0
    
    Changes:        https://github.com/sentinel-hub/sentinelhub-py/releases
---
 www/py-sentinelhub/Makefile | 10 ++++++++--
 www/py-sentinelhub/distinfo |  6 +++---
 2 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/www/py-sentinelhub/Makefile b/www/py-sentinelhub/Makefile
index c6080699acc3..d970a54d1a8b 100644
--- a/www/py-sentinelhub/Makefile
+++ b/www/py-sentinelhub/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	sentinelhub
-PORTVERSION=	3.6.4
+PORTVERSION=	3.7.0
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -36,4 +36,10 @@ AWS_DESC=	AWS support
 AWS_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}boto3>=0:www/py-boto3@${PY_FLAVOR} \
 			${PYTHON_PKGNAMEPREFIX}botocore>=0:devel/py-botocore@${PY_FLAVOR}
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PYTHON_REL} < 31100
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR}
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/www/py-sentinelhub/distinfo b/www/py-sentinelhub/distinfo
index fa4babc06a1b..f33b4266bb10 100644
--- a/www/py-sentinelhub/distinfo
+++ b/www/py-sentinelhub/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1659161209
-SHA256 (sentinelhub-3.6.4.tar.gz) = 22fc8d9a5ae21c3468ef2cfcc3a361b9ac0960963d847569d7d5d3da738f0a4f
-SIZE (sentinelhub-3.6.4.tar.gz) = 211519
+TIMESTAMP = 1661599365
+SHA256 (sentinelhub-3.7.0.tar.gz) = 53de567a8bc18b3f54796c7e67342d45495b0e7497cb066a0d2cb1859b27d20c
+SIZE (sentinelhub-3.7.0.tar.gz) = 216036



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