pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-google-api-core



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Aug  9 21:24:48 UTC 2026

Modified Files:
        pkgsrc/devel/py-google-api-core: Makefile

Log Message:
py-google-api-core: fix (test) dependencies

Update minimum requirements from pyproject.toml,
add missing dependencies.

Now all tests pass.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 pkgsrc/devel/py-google-api-core/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-google-api-core/Makefile
diff -u pkgsrc/devel/py-google-api-core/Makefile:1.56 pkgsrc/devel/py-google-api-core/Makefile:1.57
--- pkgsrc/devel/py-google-api-core/Makefile:1.56       Sun Aug  9 14:02:22 2026
+++ pkgsrc/devel/py-google-api-core/Makefile    Sun Aug  9 21:24:48 2026
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.56 2026/08/09 14:02:22 wiz Exp $
+# $NetBSD: Makefile,v 1.57 2026/08/09 21:24:48 wiz Exp $
 
 DISTNAME=      google_api_core-2.34.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
+PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/google-api-core/}
 
@@ -11,17 +12,24 @@ COMMENT=    Python support library for mult
 LICENSE=       apache-2.0
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
+DEPENDS+=      ${PYPKGPREFIX}-googleapis-common-protos>=1.69.2:../../devel/py-googleapis-common-protos
+DEPENDS+=      ${PYPKGPREFIX}-protobuf>=6.33.5:../../devel/py-protobuf
+DEPENDS+=      ${PYPKGPREFIX}-proto-plus>=1.26.1:../../devel/py-proto-plus
 DEPENDS+=      ${PYPKGPREFIX}-google-auth>=2.14.1:../../security/py-google-auth
-DEPENDS+=      ${PYPKGPREFIX}-googleapis-common-protos>=1.56.2:../../devel/py-googleapis-common-protos
-DEPENDS+=      ${PYPKGPREFIX}-proto-plus>=1.22.3:../../devel/py-proto-plus
-DEPENDS+=      ${PYPKGPREFIX}-protobuf>=4.25.8:../../devel/py-protobuf
-DEPENDS+=      ${PYPKGPREFIX}-requests>=2.18.0:../../devel/py-requests
+DEPENDS+=      ${PYPKGPREFIX}-requests>=2.33.0:../../devel/py-requests
+# undocumented but used
+DEPENDS+=      ${PYPKGPREFIX}-typing-extensions-[0-9]*:../../devel/py-typing-extensions
 # grpc
-DEPENDS+=      ${PYPKGPREFIX}-grpcio>=1.49.1:../../net/py-grpcio
+DEPENDS+=      ${PYPKGPREFIX}-grpcio>=1.75.1:../../net/py-grpcio
+# undocumented but used
+DEPENDS+=      ${PYPKGPREFIX}-grpcio-status>=1.75.1:../../net/py-grpcio-status
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-asyncio-[0-9]*:../../devel/py-test-asyncio
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-mock-[0-9]*:../../devel/py-test-mock
 
 USE_LANGUAGES= # none
 
+# as of 2.34.0
+# 1165 passed, 10 skipped
+
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index