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:           Thu Jan 27 11:48:22 UTC 2022

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

Log Message:
py-google-api-core: add missing dependency

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 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.19 pkgsrc/devel/py-google-api-core/Makefile:1.20
--- pkgsrc/devel/py-google-api-core/Makefile:1.19       Tue Jan  4 20:53:08 2022
+++ pkgsrc/devel/py-google-api-core/Makefile    Thu Jan 27 11:48:22 2022
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2022/01/04 20:53:08 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2022/01/27 11:48:22 wiz Exp $
 
 DISTNAME=      google-api-core-1.31.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/google-api-core/}
 
@@ -11,21 +11,24 @@ HOMEPAGE=   https://github.com/googleapis/
 COMMENT=       Python support library for multiple Google libraries
 LICENSE=       apache-2.0
 
-DEPENDS+=      ${PYPKGPREFIX}-google-auth>=1.21.1:../../security/py-google-auth
+DEPENDS+=      ${PYPKGPREFIX}-google-auth>=1.25.0:../../security/py-google-auth
 DEPENDS+=      ${PYPKGPREFIX}-googleapis-common-protos>=1.6.0:../../devel/py-googleapis-common-protos
 DEPENDS+=      ${PYPKGPREFIX}-grpcio>=1.29.0:../../net/py-grpcio
+DEPENDS+=      ${PYPKGPREFIX}-packaging>=14.3:../../devel/py-packaging
 DEPENDS+=      ${PYPKGPREFIX}-protobuf>=3.12.0:../../devel/py-protobuf
 DEPENDS+=      ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
 DEPENDS+=      ${PYPKGPREFIX}-requests>=2.18.0:../../devel/py-requests
 DEPENDS+=      ${PYPKGPREFIX}-setuptools>=40.3.0:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-six>=1.13.0:../../lang/py-six
-TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 USE_LANGUAGES= # none
 
+# all fail, even after 'make install', with:
+# ModuleNotFoundError: No module named 'google.api_core'
+TEST_ENV+=     PYTHONPATH=${WRKSRC}/build/lib
 do-test:
        cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
 



Home | Main Index | Thread Index | Old Index