pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-google-api-core py-google-api-core: add missi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/67113b3bb1d0
branches:  trunk
changeset: 372584:67113b3bb1d0
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Jan 27 11:48:22 2022 +0000

description:
py-google-api-core: add missing dependency

Bump PKGREVISION.

diffstat:

 devel/py-google-api-core/Makefile |  11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

diffs (41 lines):

diff -r 1efb6b7d2bb1 -r 67113b3bb1d0 devel/py-google-api-core/Makefile
--- a/devel/py-google-api-core/Makefile Thu Jan 27 11:39:38 2022 +0000
+++ b/devel/py-google-api-core/Makefile Thu Jan 27 11:48:22 2022 +0000
@@ -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 @@
 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