Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Mar 2024 15:02:15 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: 66136c000e50 - main - www/py-google-cloud-vision: Update to 3.7.2
Message-ID:  <202403231502.42NF2Fi8010029@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=66136c000e5084c2b1648edca7f2cd8dea3821d0

commit 66136c000e5084c2b1648edca7f2cd8dea3821d0
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-03-23 14:23:30 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-03-23 14:49:37 +0000

    www/py-google-cloud-vision: Update to 3.7.2
    
    - Convert to USE_PYTHON=pep517
    
    Changes:        https://github.com/googleapis/google-cloud-python/releases
                    https://github.com/googleapis/google-cloud-python/blob/main/packages/google-cloud-vision/CHANGELOG.md
---
 www/py-google-cloud-vision/Makefile | 6 ++++--
 www/py-google-cloud-vision/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/www/py-google-cloud-vision/Makefile b/www/py-google-cloud-vision/Makefile
index 6d78b36fbf5c..341431891de3 100644
--- a/www/py-google-cloud-vision/Makefile
+++ b/www/py-google-cloud-vision/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	google-cloud-vision
-PORTVERSION=	3.7.1
+PORTVERSION=	3.7.2
 CATEGORIES=	www python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,13 +12,15 @@ WWW=		https://github.com/googleapis/google-cloud-python/tree/main/packages/googl
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}google-api-core>=2.10.0<3.0.0:www/py-google-api-core@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}google-auth>=2.14.1<3.0.0:security/py-google-auth@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}proto-plus>=1.22.3<2.0.0:devel/py-proto-plus@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}protobuf>=4.21.6,1<5.0.0,1:devel/py-protobuf@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	autoplist concurrent distutils
+USE_PYTHON=	autoplist concurrent pep517
 
 NO_ARCH=	yes
 
diff --git a/www/py-google-cloud-vision/distinfo b/www/py-google-cloud-vision/distinfo
index cc50828f08cd..9c9716ea6af5 100644
--- a/www/py-google-cloud-vision/distinfo
+++ b/www/py-google-cloud-vision/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1709390748
-SHA256 (google-cloud-vision-3.7.1.tar.gz) = 868be6df5bb5491c6f31bedf600af23661c02776ca564c151c42c63e0b3465db
-SIZE (google-cloud-vision-3.7.1.tar.gz) = 497345
+TIMESTAMP = 1710712560
+SHA256 (google-cloud-vision-3.7.2.tar.gz) = 044330ad618c810333ff2296cd27ffd145f249638d1b35b270de6b460b00e8d2
+SIZE (google-cloud-vision-3.7.2.tar.gz) = 497294



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