From 960321558c57703d7d0da0fa8ed27718029b5cfb Mon Sep 17 00:00:00 2001 From: Peter Bui Date: Sat, 23 May 2020 08:59:12 -0400 Subject: [PATCH 1/3] New package: python3-googleapis-common-protos-1.51.0. Dependency for python3-google-api-core. --- .../python3-googleapis-common-protos/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/python3-googleapis-common-protos/template diff --git a/srcpkgs/python3-googleapis-common-protos/template b/srcpkgs/python3-googleapis-common-protos/template new file mode 100644 index 00000000000..5fd565e3da9 --- /dev/null +++ b/srcpkgs/python3-googleapis-common-protos/template @@ -0,0 +1,19 @@ +# Template file for 'python3-googleapis-common-protos' +pkgname=python3-googleapis-common-protos +version=1.51.0 +revision=1 +archs=noarch +wrksrc="${pkgname#*-}-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3-protobuf" +short_desc="Common protobufs used in Google APIs (Python3)" +maintainer="Peter Bui " +license="Apache-2.0" +homepage="https://github.com/googleapis/googleapis" +distfiles="${PYPI_SITE}/g/googleapis-common-protos/googleapis-common-protos-${version}.tar.gz" +checksum=013c91704279119150e44ef770086fdbba158c1f978a6402167d47d5409e226e + +post_install() { + chmod -R +r ${py3_sitelib} +} From 19c2436813a990e88ce260ddd412322c1658f21a Mon Sep 17 00:00:00 2001 From: Peter Bui Date: Sat, 23 May 2020 09:00:43 -0400 Subject: [PATCH 2/3] New package: python3-google-api-core-1.16.0. Dependency for python3-google-api-python-client. --- srcpkgs/python3-google-api-core/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/python3-google-api-core/template diff --git a/srcpkgs/python3-google-api-core/template b/srcpkgs/python3-google-api-core/template new file mode 100644 index 00000000000..411f3529702 --- /dev/null +++ b/srcpkgs/python3-google-api-core/template @@ -0,0 +1,16 @@ +# Template file for 'python3-google-api-core' +pkgname=python3-google-api-core +version=1.17.0 +revision=1 +archs=noarch +wrksrc="${pkgname#*-}-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3-googleapis-common-protos python3-protobuf python3-google-auth + python3-requests python3-six python3-pytz" +short_desc="Google API client core library for Python3" +maintainer="Peter Bui " +license="Apache-2.0" +homepage="https://github.com/googleapis/python-api-core" +distfiles="${PYPI_SITE}/g/google-api-core/google-api-core-${version}.tar.gz" +checksum=e4082a0b479dc2dee2f8d7b80ea8b5d0184885b773caab15ab1836277a01d689 From 025bb1f2382262c482d2c924df8ceb06e1df55d3 Mon Sep 17 00:00:00 2001 From: Peter Bui Date: Sat, 23 May 2020 09:03:07 -0400 Subject: [PATCH 3/3] python3-google-api-python-client: add missing dependency --- srcpkgs/python3-google-api-python-client/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-google-api-python-client/template b/srcpkgs/python3-google-api-python-client/template index c9d5e61d455..bb21ada922c 100644 --- a/srcpkgs/python3-google-api-python-client/template +++ b/srcpkgs/python3-google-api-python-client/template @@ -1,13 +1,13 @@ # Template file for 'python3-google-api-python-client' pkgname=python3-google-api-python-client version=1.8.3 -revision=1 +revision=2 archs=noarch wrksrc="${pkgname#*-}-${version}" build_style=python3-module -hostmakedepends="python3-setuptools python3-setuptools" +hostmakedepends="python3-setuptools" depends="python3-httplib2 python3-google-auth python3-google-auth-httplib2 - python3-uritemplate python3-six" + python3-google-api-core python3-uritemplate python3-six" short_desc="Google API client library for Python3" maintainer="Peter Bui " license="Apache-2.0"