Github messages for voidlinux
 help / color / mirror / Atom feed
From: pbui <pbui@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] python3-google-api-python-client: add missing dependency
Date: Sun, 24 May 2020 22:22:28 +0200	[thread overview]
Message-ID: <20200524202228.Gxn_FuwhKwaED_QuUS6i5f07m4G-315Jme99LBXBeDY@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-22227@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 463 bytes --]

There is an updated pull request by pbui against master on the void-packages repository

https://github.com/pbui/void-packages python-google-api-python-client
https://github.com/void-linux/void-packages/pull/22227

python3-google-api-python-client: add missing dependency
Some of the common API modules were split out into a core library which is missing as a dependency.

A patch file from https://github.com/void-linux/void-packages/pull/22227.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python-google-api-python-client-22227.patch --]
[-- Type: text/x-diff, Size: 3960 bytes --]

From 699ad612f26f4a6596163a1489779bb164f998e8 Mon Sep 17 00:00:00 2001
From: Peter Bui <pbui@github.bx612.space>
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 <pbui@github.bx612.space>"
+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 cdc96a0dc5114465cc741796fa6d829c6f34b86a Mon Sep 17 00:00:00 2001
From: Peter Bui <pbui@github.bx612.space>
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 <pbui@github.bx612.space>"
+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 e034e5a40c93ed62f168438e93cec89cf86a1e11 Mon Sep 17 00:00:00 2001
From: Peter Bui <pbui@github.bx612.space>
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 <pbui@github.bx612.space>"
 license="Apache-2.0"

  parent reply	other threads:[~2020-05-24 20:22 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-23 13:16 [PR PATCH] " pbui
2020-05-23 13:26 ` [PR PATCH] [Updated] " pbui
2020-05-24 14:09 ` sgn
2020-05-24 17:49 ` pbui
2020-05-24 20:22 ` pbui [this message]
2020-05-24 23:35 ` sgn
2020-05-25  0:19 ` pbui
2020-05-26  1:15 ` sgn
2020-05-26  2:24 ` pbui
2020-05-26 11:34 ` [PR PATCH] [Closed]: " sgn

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200524202228.Gxn_FuwhKwaED_QuUS6i5f07m4G-315Jme99LBXBeDY@z \
    --to=pbui@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).