Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Mar 2024 15:02:12 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: e06396524fd7 - main - www/py-google-cloud-speech: Update to 2.25.1
Message-ID:  <202403231502.42NF2C3i009944@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=e06396524fd7769995f86a4298d3eb52b600a35c

commit e06396524fd7769995f86a4298d3eb52b600a35c
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-03-23 14:23:24 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-03-23 14:49:36 +0000

    www/py-google-cloud-speech: Update to 2.25.1
    
    - 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-speech/CHANGELOG.md
---
 www/py-google-cloud-speech/Makefile | 6 ++++--
 www/py-google-cloud-speech/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/www/py-google-cloud-speech/Makefile b/www/py-google-cloud-speech/Makefile
index 4378a44e478c..9d5195b5537f 100644
--- a/www/py-google-cloud-speech/Makefile
+++ b/www/py-google-cloud-speech/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	google-cloud-speech
-PORTVERSION=	2.25.0
+PORTVERSION=	2.25.1
 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-speech/distinfo b/www/py-google-cloud-speech/distinfo
index f8439d34cc8a..2ec84b0e1c7e 100644
--- a/www/py-google-cloud-speech/distinfo
+++ b/www/py-google-cloud-speech/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1709390746
-SHA256 (google-cloud-speech-2.25.0.tar.gz) = 070b7a73735d871cdcf5590238e9c4ff59bb5f524172876ba55646b5c5eb86b8
-SIZE (google-cloud-speech-2.25.0.tar.gz) = 334284
+TIMESTAMP = 1710712556
+SHA256 (google-cloud-speech-2.25.1.tar.gz) = 5b7470a949f5a77c40511c3664ac339fe0a4704482f9b6b3a2ba554b7d2b2cdc
+SIZE (google-cloud-speech-2.25.1.tar.gz) = 334306



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