Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Mar 2024 15:02:11 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: 3d679c88e309 - main - www/py-google-cloud-logging: Update to 3.10.0
Message-ID:  <202403231502.42NF2BDE009905@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=3d679c88e309bd48e1ccb520ab92eb80b9929145

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

    www/py-google-cloud-logging: Update to 3.10.0
    
    - Convert to USE_PYTHON=pep517
    
    Changes:        https://github.com/googleapis/python-logging/releases
---
 www/py-google-cloud-logging/Makefile | 9 ++++++---
 www/py-google-cloud-logging/distinfo | 6 +++---
 2 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/www/py-google-cloud-logging/Makefile b/www/py-google-cloud-logging/Makefile
index c292319a662b..6541cdd29bca 100644
--- a/www/py-google-cloud-logging/Makefile
+++ b/www/py-google-cloud-logging/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	google-cloud-logging
-PORTVERSION=	3.9.0
+PORTVERSION=	3.10.0
 CATEGORIES=	www python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,7 +11,10 @@ WWW=		https://github.com/googleapis/python-logging
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}google-api-core>=2.8.0<3.0.0:www/py-google-api-core@${PY_FLAVOR} \
+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.11.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}google-cloud-appengine-logging>=0.1.0<2.0.0:www/py-google-cloud-appengine-logging@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}google-cloud-audit-log>=0.1.0<1.0.0:www/py-google-cloud-audit-log@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}google-cloud-core>=2.0.0<3.0.0:www/py-google-cloud-core@${PY_FLAVOR} \
@@ -20,7 +23,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}google-api-core>=2.8.0<3.0.0:www/py-google-a
 		${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-logging/distinfo b/www/py-google-cloud-logging/distinfo
index 9728dd925afc..d488ea70f9f5 100644
--- a/www/py-google-cloud-logging/distinfo
+++ b/www/py-google-cloud-logging/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1702543718
-SHA256 (google-cloud-logging-3.9.0.tar.gz) = 4decb1b0bed4a0e3c0e58a376646e6002d6be7cad039e3466822e8665072ea33
-SIZE (google-cloud-logging-3.9.0.tar.gz) = 248134
+TIMESTAMP = 1710712554
+SHA256 (google-cloud-logging-3.10.0.tar.gz) = d93d347351240ddb14cfe201987a2d32cf9d7f478b8b2fabed3015b425b3274f
+SIZE (google-cloud-logging-3.10.0.tar.gz) = 261732



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