Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 04 Jun 2026 08:42:29 +0000
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 06611503b6d2 - main - www/py-google-cloud-testutils: update 1.=?utf-8?Q?4.0 =E2=86=92?= 1.9.0
Message-ID:  <6a213a75.3c2f6.5cb372c9@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=06611503b6d21d5dad430fa0ad5c66e8d8cf3a12

commit 06611503b6d21d5dad430fa0ad5c66e8d8cf3a12
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-06-04 07:57:18 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-06-04 08:42:05 +0000

    www/py-google-cloud-testutils: update 1.4.0 → 1.9.0
---
 www/py-google-cloud-testutils/Makefile | 13 ++++++++-----
 www/py-google-cloud-testutils/distinfo |  6 +++---
 2 files changed, 11 insertions(+), 8 deletions(-)

diff --git a/www/py-google-cloud-testutils/Makefile b/www/py-google-cloud-testutils/Makefile
index f386b40f866c..d80434800a47 100644
--- a/www/py-google-cloud-testutils/Makefile
+++ b/www/py-google-cloud-testutils/Makefile
@@ -1,9 +1,9 @@
 PORTNAME=	google-cloud-testutils
-DISTVERSION=	1.4.0
-PORTREVISION=	1
+DISTVERSION=	1.9.0
 CATEGORIES=	www python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	${PORTNAME:S/-/_/g}-${DISTVERSION}
 
 MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	Common tools used to test Python client libraries for Google APIs
@@ -13,13 +13,16 @@ LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}click>=7.0.0:devel/py-click@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}google-auth>=0.4.0:security/py-google-auth@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}packaging>=19.0:devel/py-packaging@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}google-auth>=2.1.0:security/py-google-auth@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}packaging>=22.0:devel/py-packaging@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}test-utils>0:devel/py-test-utils@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	autoplist distutils pytest # 10 tests fail, see https://github.com/googleapis/python-test-utils/issues/168
+USE_PYTHON=	autoplist pep517 pytest # 10 tests fail, see https://github.com/googleapis/python-test-utils/issues/168
+
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
 
 NO_ARCH=	yes
 
diff --git a/www/py-google-cloud-testutils/distinfo b/www/py-google-cloud-testutils/distinfo
index f62932147016..2e6b3c5330af 100644
--- a/www/py-google-cloud-testutils/distinfo
+++ b/www/py-google-cloud-testutils/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1706163450
-SHA256 (google-cloud-testutils-1.4.0.tar.gz) = d68a1c22e2acb28500d69d9dc61a85cbe9c98c9b69e298704271cdfcbf3c0bcb
-SIZE (google-cloud-testutils-1.4.0.tar.gz) = 22211
+TIMESTAMP = 1780558962
+SHA256 (google_cloud_testutils-1.9.0.tar.gz) = 0f0fae4841e5cb6c3f630691077e81731cfdb1af1bdfc18877a05bf9d974c94d
+SIZE (google_cloud_testutils-1.9.0.tar.gz) = 23023


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a213a75.3c2f6.5cb372c9>