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: Fri, 15 May 2020 06:56:26 +0000 (UTC) [thread overview]
Message-ID: <1589525783.6d665bc7c06067e5d9972d78cb05a48cfa88b2a1.mgorny@gentoo> (raw)
commit: 6d665bc7c06067e5d9972d78cb05a48cfa88b2a1
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri May 15 06:45:49 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri May 15 06:56:23 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d665bc7
dev-python/google-apitools: Bump to 0.5.31
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/google-apitools/Manifest | 1 +
.../google-apitools/google-apitools-0.5.31.ebuild | 32 ++++++++++++++++++++++
2 files changed, 33 insertions(+)
diff --git a/dev-python/google-apitools/Manifest b/dev-python/google-apitools/Manifest
index 3694ed735d8..ce359493041 100644
--- a/dev-python/google-apitools/Manifest
+++ b/dev-python/google-apitools/Manifest
@@ -1 +1,2 @@
DIST google-apitools-0.5.30_p20200507.tar.gz 365250 BLAKE2B 58d52016775b387b494d8b5897886f059fe74a360098f6527089039469d4d4e3c0d9ec63a12be1215741fd15a1a03e2204f54ace7c9eaf8bbdc8236c9c1fe576 SHA512 94879360c5de3d7405b7377b2baf0fa303c1b0bace56cf75d203b0a509ac028e1d3208a82ba08de7d17e4e26571c9b8601cb07e6897b658eeede9d06fd384fe3
+DIST google-apitools-0.5.31.tar.gz 364797 BLAKE2B f61ea1f982653998d9c85782f171f1bbb5f1c20dee067eb5b865d4eb87db8287544aeeb94f722f8cd1d04c45974c15c54ec7edd581287323c9336d11e642f1b6 SHA512 b66b4ee17dca9330c036ad93521ec76ece84b2780743486e58f768db8949875710af256fe6ba8e570c1309b791c0fc0d6fca84342e3ced85fc6fba416cd849e1
diff --git a/dev-python/google-apitools/google-apitools-0.5.31.ebuild b/dev-python/google-apitools/google-apitools-0.5.31.ebuild
new file mode 100644
index 00000000000..1056f05e014
--- /dev/null
+++ b/dev-python/google-apitools/google-apitools-0.5.31.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+inherit distutils-r1
+
+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}/apitools-${PV}
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+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}]
+"
+DEPEND="${RDEPEND}
+ >=dev-python/setuptools-18.5[${PYTHON_USEDEP}]
+ test? ( >=dev-python/mock-1.0.1[${PYTHON_USEDEP}] )"
+
+distutils_enable_tests nose
next reply other threads:[~2020-05-15 6:56 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-15 6:56 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-05-06 7:33 Michał Górny
2021-03-02 21:33 Mike Frysinger
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=1589525783.6d665bc7c06067e5d9972d78cb05a48cfa88b2a1.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