Received: by mail.netbsd.org (Postfix, from userid 605) id 8800F84DA1; Mon, 16 Mar 2020 14:27:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0D78884D91 for ; Mon, 16 Mar 2020 14:27:26 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id w1xsXas1ex39 for ; Mon, 16 Mar 2020 14:27:25 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 467D384D64 for ; Mon, 16 Mar 2020 14:27:25 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3FA70FB27; Mon, 16 Mar 2020 14:27:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1584368845208550" MIME-Version: 1.0 Date: Mon, 16 Mar 2020 14:27:25 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/py-google-api-core To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20200316142725.3FA70FB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1584368845208550 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Mar 16 14:27:25 UTC 2020 Added Files: pkgsrc/devel/py-google-api-core: DESCR Makefile PLIST distinfo Log Message: devel/py-google-api-core: import py-google-api-core-1.16.0 This Python library is not meant to stand-alone. Instead it defines common helpers used by all Google API clients. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-google-api-core/DESCR \ pkgsrc/devel/py-google-api-core/Makefile \ pkgsrc/devel/py-google-api-core/PLIST \ pkgsrc/devel/py-google-api-core/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1584368845208550 Content-Disposition: inline Content-Length: 7225 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/devel/py-google-api-core/DESCR diff -u /dev/null pkgsrc/devel/py-google-api-core/DESCR:1.1 --- /dev/null Mon Mar 16 14:27:25 2020 +++ pkgsrc/devel/py-google-api-core/DESCR Mon Mar 16 14:27:25 2020 @@ -0,0 +1,2 @@ +This Python library is not meant to stand-alone. Instead it defines +common helpers used by all Google API clients. Index: pkgsrc/devel/py-google-api-core/Makefile diff -u /dev/null pkgsrc/devel/py-google-api-core/Makefile:1.1 --- /dev/null Mon Mar 16 14:27:25 2020 +++ pkgsrc/devel/py-google-api-core/Makefile Mon Mar 16 14:27:25 2020 @@ -0,0 +1,34 @@ +# $NetBSD: Makefile,v 1.1 2020/03/16 14:27:25 wiz Exp $ + +DISTNAME= google-api-core-1.16.0 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= devel python +MASTER_SITES= ${MASTER_SITE_PYPI:=g/google-api-core/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/google/google-api-core +COMMENT= Python support library for multiple Google libraries +LICENSE= apache-2.0 + +DEPENDS+= ${PYPKGPREFIX}-googleapis-common-protos>=1.6.0:../../devel/py-googleapis-common-protos +DEPENDS+= ${PYPKGPREFIX}-protobuf>=3.4.0:../../devel/py-protobuf +DEPENDS+= ${PYPKGPREFIX}-google-auth>=0.4.0:../../security/py-google-auth +DEPENDS+= ${PYPKGPREFIX}-requests>=2.18.0:../../devel/py-requests +DEPENDS+= ${PYPKGPREFIX}-six>=1.10.0:../../lang/py-six +DEPENDS+= ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz +DEPENDS+= ${PYPKGPREFIX}-grpcio-[0-9]*:../../net/py-grpcio +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 + +# These are not sufficient, package needs to be installed to be able to be tested +#TEST_ENV+= PYTHONPATH=${WRKSRC}/build/lib + +#do-test: +# cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/py-google-api-core/PLIST diff -u /dev/null pkgsrc/devel/py-google-api-core/PLIST:1.1 --- /dev/null Mon Mar 16 14:27:25 2020 +++ pkgsrc/devel/py-google-api-core/PLIST Mon Mar 16 14:27:25 2020 @@ -0,0 +1,90 @@ +@comment $NetBSD: PLIST,v 1.1 2020/03/16 14:27:25 wiz Exp $ +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/namespace_packages.txt +${PYSITELIB}/${EGG_INFODIR}/not-zip-safe +${PYSITELIB}/${EGG_INFODIR}/requires.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/${EGG_NAME}-nspkg.pth +${PYSITELIB}/google/api_core/__init__.py +${PYSITELIB}/google/api_core/__init__.pyc +${PYSITELIB}/google/api_core/__init__.pyo +${PYSITELIB}/google/api_core/bidi.py +${PYSITELIB}/google/api_core/bidi.pyc +${PYSITELIB}/google/api_core/bidi.pyo +${PYSITELIB}/google/api_core/client_info.py +${PYSITELIB}/google/api_core/client_info.pyc +${PYSITELIB}/google/api_core/client_info.pyo +${PYSITELIB}/google/api_core/client_options.py +${PYSITELIB}/google/api_core/client_options.pyc +${PYSITELIB}/google/api_core/client_options.pyo +${PYSITELIB}/google/api_core/datetime_helpers.py +${PYSITELIB}/google/api_core/datetime_helpers.pyc +${PYSITELIB}/google/api_core/datetime_helpers.pyo +${PYSITELIB}/google/api_core/exceptions.py +${PYSITELIB}/google/api_core/exceptions.pyc +${PYSITELIB}/google/api_core/exceptions.pyo +${PYSITELIB}/google/api_core/future/__init__.py +${PYSITELIB}/google/api_core/future/__init__.pyc +${PYSITELIB}/google/api_core/future/__init__.pyo +${PYSITELIB}/google/api_core/future/_helpers.py +${PYSITELIB}/google/api_core/future/_helpers.pyc +${PYSITELIB}/google/api_core/future/_helpers.pyo +${PYSITELIB}/google/api_core/future/base.py +${PYSITELIB}/google/api_core/future/base.pyc +${PYSITELIB}/google/api_core/future/base.pyo +${PYSITELIB}/google/api_core/future/polling.py +${PYSITELIB}/google/api_core/future/polling.pyc +${PYSITELIB}/google/api_core/future/polling.pyo +${PYSITELIB}/google/api_core/gapic_v1/__init__.py +${PYSITELIB}/google/api_core/gapic_v1/__init__.pyc +${PYSITELIB}/google/api_core/gapic_v1/__init__.pyo +${PYSITELIB}/google/api_core/gapic_v1/client_info.py +${PYSITELIB}/google/api_core/gapic_v1/client_info.pyc +${PYSITELIB}/google/api_core/gapic_v1/client_info.pyo +${PYSITELIB}/google/api_core/gapic_v1/config.py +${PYSITELIB}/google/api_core/gapic_v1/config.pyc +${PYSITELIB}/google/api_core/gapic_v1/config.pyo +${PYSITELIB}/google/api_core/gapic_v1/method.py +${PYSITELIB}/google/api_core/gapic_v1/method.pyc +${PYSITELIB}/google/api_core/gapic_v1/method.pyo +${PYSITELIB}/google/api_core/gapic_v1/routing_header.py +${PYSITELIB}/google/api_core/gapic_v1/routing_header.pyc +${PYSITELIB}/google/api_core/gapic_v1/routing_header.pyo +${PYSITELIB}/google/api_core/general_helpers.py +${PYSITELIB}/google/api_core/general_helpers.pyc +${PYSITELIB}/google/api_core/general_helpers.pyo +${PYSITELIB}/google/api_core/grpc_helpers.py +${PYSITELIB}/google/api_core/grpc_helpers.pyc +${PYSITELIB}/google/api_core/grpc_helpers.pyo +${PYSITELIB}/google/api_core/iam.py +${PYSITELIB}/google/api_core/iam.pyc +${PYSITELIB}/google/api_core/iam.pyo +${PYSITELIB}/google/api_core/operation.py +${PYSITELIB}/google/api_core/operation.pyc +${PYSITELIB}/google/api_core/operation.pyo +${PYSITELIB}/google/api_core/operations_v1/__init__.py +${PYSITELIB}/google/api_core/operations_v1/__init__.pyc +${PYSITELIB}/google/api_core/operations_v1/__init__.pyo +${PYSITELIB}/google/api_core/operations_v1/operations_client.py +${PYSITELIB}/google/api_core/operations_v1/operations_client.pyc +${PYSITELIB}/google/api_core/operations_v1/operations_client.pyo +${PYSITELIB}/google/api_core/operations_v1/operations_client_config.py +${PYSITELIB}/google/api_core/operations_v1/operations_client_config.pyc +${PYSITELIB}/google/api_core/operations_v1/operations_client_config.pyo +${PYSITELIB}/google/api_core/page_iterator.py +${PYSITELIB}/google/api_core/page_iterator.pyc +${PYSITELIB}/google/api_core/page_iterator.pyo +${PYSITELIB}/google/api_core/path_template.py +${PYSITELIB}/google/api_core/path_template.pyc +${PYSITELIB}/google/api_core/path_template.pyo +${PYSITELIB}/google/api_core/protobuf_helpers.py +${PYSITELIB}/google/api_core/protobuf_helpers.pyc +${PYSITELIB}/google/api_core/protobuf_helpers.pyo +${PYSITELIB}/google/api_core/retry.py +${PYSITELIB}/google/api_core/retry.pyc +${PYSITELIB}/google/api_core/retry.pyo +${PYSITELIB}/google/api_core/timeout.py +${PYSITELIB}/google/api_core/timeout.pyc +${PYSITELIB}/google/api_core/timeout.pyo Index: pkgsrc/devel/py-google-api-core/distinfo diff -u /dev/null pkgsrc/devel/py-google-api-core/distinfo:1.1 --- /dev/null Mon Mar 16 14:27:25 2020 +++ pkgsrc/devel/py-google-api-core/distinfo Mon Mar 16 14:27:25 2020 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2020/03/16 14:27:25 wiz Exp $ + +SHA1 (google-api-core-1.16.0.tar.gz) = d411ec57426093fcbd17eb3a47f44978320da92b +RMD160 (google-api-core-1.16.0.tar.gz) = f0ef671dee0059f823e8b91c7256e529511616a8 +SHA512 (google-api-core-1.16.0.tar.gz) = 4897abf3ae59f84b6f0fa83c4704696649058028ed3d7439b2372cc9659634bd0f8eee2bc7f0a5fa7dce06f7e47581eeded659b6cb545a4e40d05de0e060d8f7 +Size (google-api-core-1.16.0.tar.gz) = 76972 bytes --_----------=_1584368845208550--