Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Mar 2024 15:00:44 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: a495cccfe53e - main - devel/py-googleapis-common-protos: Update to 1.63.0
Message-ID:  <202403231500.42NF0iAZ000197@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=a495cccfe53e8661684b30173499c108cbb3ddd0

commit a495cccfe53e8661684b30173499c108cbb3ddd0
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-03-23 14:21:09 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-03-23 14:31:15 +0000

    devel/py-googleapis-common-protos: Update to 1.63.0
    
    - Convert to USE_PYTHON=pep517
    
    Changes:        https://github.com/googleapis/python-api-common-protos/releases
---
 devel/py-googleapis-common-protos/Makefile | 6 ++++--
 devel/py-googleapis-common-protos/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/devel/py-googleapis-common-protos/Makefile b/devel/py-googleapis-common-protos/Makefile
index 14a42ed45ec5..35274c63e4f3 100644
--- a/devel/py-googleapis-common-protos/Makefile
+++ b/devel/py-googleapis-common-protos/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	googleapis-common-protos
-PORTVERSION=	1.62.0
+PORTVERSION=	1.63.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -10,10 +10,12 @@ WWW=		https://github.com/googleapis/python-api-common-protos
 
 LICENSE=	APACHE20
 
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
 RUN_DEPENDS=	${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/devel/py-googleapis-common-protos/distinfo b/devel/py-googleapis-common-protos/distinfo
index 66be8a80d561..5ebb9343d9c7 100644
--- a/devel/py-googleapis-common-protos/distinfo
+++ b/devel/py-googleapis-common-protos/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1702028102
-SHA256 (googleapis-common-protos-1.62.0.tar.gz) = 83f0ece9f94e5672cced82f592d2a5edf527a96ed1794f0bab36d5735c996277
-SIZE (googleapis-common-protos-1.62.0.tar.gz) = 121172
+TIMESTAMP = 1710712432
+SHA256 (googleapis-common-protos-1.63.0.tar.gz) = 17ad01b11d5f1d0171c06d3ba5c04c54474e883b66b949722b4938ee2694ef4e
+SIZE (googleapis-common-protos-1.63.0.tar.gz) = 121646



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