From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/google-apitools/
Date: Thu, 6 May 2021 07:33:08 +0000 (UTC) [thread overview]
Message-ID: <1620286374.11da9729affafda8c34ebd340d5ddef36de5a48d.mgorny@gentoo> (raw)
commit: 11da9729affafda8c34ebd340d5ddef36de5a48d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May 6 07:12:08 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May 6 07:32:54 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11da9729
dev-python/google-apitools: Bump to 0.5.32
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/google-apitools/Manifest | 1 +
.../google-apitools/google-apitools-0.5.32.ebuild | 35 ++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/dev-python/google-apitools/Manifest b/dev-python/google-apitools/Manifest
index ca836053568..1b622b1f448 100644
--- a/dev-python/google-apitools/Manifest
+++ b/dev-python/google-apitools/Manifest
@@ -1 +1,2 @@
DIST google-apitools-0.5.31.tar.gz 364797 BLAKE2B f61ea1f982653998d9c85782f171f1bbb5f1c20dee067eb5b865d4eb87db8287544aeeb94f722f8cd1d04c45974c15c54ec7edd581287323c9336d11e642f1b6 SHA512 b66b4ee17dca9330c036ad93521ec76ece84b2780743486e58f768db8949875710af256fe6ba8e570c1309b791c0fc0d6fca84342e3ced85fc6fba416cd849e1
+DIST google-apitools-0.5.32.tar.gz 365913 BLAKE2B e43b21e6ce8491c89955bd6c194a1f4076988be2f67280c1bfb8184e1b83a01c307077080d182877d1306814bc38aa0541d9d417cfb93afdd766ddb3c83e0ef5 SHA512 5996d80cb08fd7de3b2df5fbdbe56c885af5d85276a44f174762ac71407227e454d338007035ba2b3deef09384e7bd389f121ea5e19e5e302a054f1033c19b6f
diff --git a/dev-python/google-apitools/google-apitools-0.5.32.ebuild b/dev-python/google-apitools/google-apitools-0.5.32.ebuild
new file mode 100644
index 00000000000..10bf2fec7dc
--- /dev/null
+++ b/dev-python/google-apitools/google-apitools-0.5.32.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+inherit distutils-r1
+
+COMMIT_HASH="7975c0cdbae1b9fc106553ce46e4a59cf0bea1e1"
+DESCRIPTION="Python library to manipulate Google APIs"
+HOMEPAGE="https://github.com/google/apitools"
+SRC_URI="
+ https://github.com/google/apitools/archive/v${PV}.tar.gz
+ -> ${P}.tar.gz"
+S="${WORKDIR}/${P#google-}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+
+RDEPEND="
+ >=dev-python/httplib2-0.8[${PYTHON_USEDEP}]
+ >=dev-python/fasteners-0.14[${PYTHON_USEDEP}]
+ >=dev-python/oauth2client-1.5.2[${PYTHON_USEDEP}]
+ >=dev-python/six-1.12.0[${PYTHON_USEDEP}]
+ >=dev-python/python-gflags-3.1.2[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ test? ( >=dev-python/mock-1.0.1[${PYTHON_USEDEP}] )"
+
+PATCHES=(
+ "${FILESDIR}/google-apitools-0.5.30-py37.patch"
+)
+
+distutils_enable_tests nose
next reply other threads:[~2021-05-06 7:33 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-06 7:33 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-06-16 8:05 [gentoo-commits] repo/gentoo:master commit in: dev-python/google-apitools/ Michał Górny
2022-05-31 10:43 Sam James
2021-11-14 8:46 Michał Górny
2021-03-02 21:33 Mike Frysinger
2020-05-15 6:56 Michał Górny
2020-05-15 6:56 Michał Górny
2020-05-11 17:33 Michał Górny
2020-02-05 14:05 Michał Górny
2019-07-18 10:18 Michał Górny
2018-01-04 20:35 Michał Górny
2018-01-02 11:08 Mike Frysinger
2017-05-01 16:42 Michał Górny
2016-08-13 18:40 Mike Frysinger
2016-03-28 19:11 Mike Frysinger
2016-01-21 16:29 Mike Frysinger
2016-01-16 10:53 Patrice Clement
2016-01-16 10:53 Patrice Clement
2016-01-15 18:26 Mike Frysinger
2016-01-15 18:26 Mike Frysinger
2015-08-30 6:18 Mike Frysinger
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=1620286374.11da9729affafda8c34ebd340d5ddef36de5a48d.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.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