public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Zac Medico" <zmedico@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/google-auth-httplib2/
Date: Sun,  9 Aug 2020 23:42:59 +0000 (UTC)	[thread overview]
Message-ID: <1597016506.a164bb1255393ecc3ae850529ffd3a9fbd88f223.zmedico@gentoo> (raw)

commit:     a164bb1255393ecc3ae850529ffd3a9fbd88f223
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  9 23:41:46 2020 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sun Aug  9 23:41:46 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a164bb12

dev-python/google-auth-httplib2: Bump to version 0.0.4

Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 dev-python/google-auth-httplib2/Manifest           |  1 +
 .../google-auth-httplib2-0.0.4.ebuild              | 39 ++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/google-auth-httplib2/Manifest b/dev-python/google-auth-httplib2/Manifest
index 538eb746359..945b2caad2e 100644
--- a/dev-python/google-auth-httplib2/Manifest
+++ b/dev-python/google-auth-httplib2/Manifest
@@ -1 +1,2 @@
 DIST google-auth-httplib2-0.0.3.tar.gz 10914 BLAKE2B 20473182a5bd4633d1ae16101d81520ddf182706d478c066e533a2eac3e28fccf2bbaf733eeb4f7ea14d658fe29b9b0c656307bb555aabd2d1a21585e3e3d3ba SHA512 dc39626961dfc67ee56d1c74b4e37e6c6a81ec3c8ddcc24007535acc6a973f2cba5e65a9ece323f53d4dcb4f7bca948d65bde4ab55b2c002432d020cba9d914e
+DIST google-auth-httplib2-0.0.4.tar.gz 11218 BLAKE2B a6f4b4cf29ba6db81d70dda16eef7c2d378cf1c38d1f3f2f27a38a7d293809a23a4ae38ef0515b8b1ce278bdfc4a15daa291cac0a70f7a84cf7c8f40e36e01c5 SHA512 a33e54d07c610dcb1e01118808792c3a259b7f1a579acbe3f92825ad5100b96a844168bb37327e71f078b870f1594b021d59d0c86c15868384f19ddb569b42cb

diff --git a/dev-python/google-auth-httplib2/google-auth-httplib2-0.0.4.ebuild b/dev-python/google-auth-httplib2/google-auth-httplib2-0.0.4.ebuild
new file mode 100644
index 00000000000..24f6b0bda71
--- /dev/null
+++ b/dev-python/google-auth-httplib2/google-auth-httplib2-0.0.4.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit distutils-r1
+
+MY_PN="google-auth-library-python-httplib2"
+DESCRIPTION="httplib2 Transport for Google Auth"
+HOMEPAGE="https://pypi.org/project/google-auth-httplib2/ https://github.com/GoogleCloudPlatform/google-auth-library-python-httplib2"
+# PyPi tarball is missing unit tests
+#SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+SRC_URI="https://github.com/GoogleCloudPlatform/google-auth-library-python-httplib2/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	dev-python/httplib2[${PYTHON_USEDEP}]
+	dev-python/google-auth[${PYTHON_USEDEP}]
+	"
+DEPEND="${RDEPEND}
+	test? (
+		dev-python/flask[${PYTHON_USEDEP}]
+		dev-python/mock[${PYTHON_USEDEP}]
+		dev-python/pytest[${PYTHON_USEDEP}]
+		dev-python/pytest-localserver[${PYTHON_USEDEP}]
+	)"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+python_test() {
+	pytest -vv || die "Tests failed under ${EPYTHON}"
+}


             reply	other threads:[~2020-08-09 23:43 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-09 23:42 Zac Medico [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-11 18:22 [gentoo-commits] repo/gentoo:master commit in: dev-python/google-auth-httplib2/ Michał Górny
2024-05-22  8:03 Michał Górny
2024-01-26 17:07 Michał Górny
2023-12-30 15:06 Michał Górny
2023-12-30 14:32 Arthur Zamarin
2023-12-13  4:38 Michał Górny
2023-12-02 10:14 Arthur Zamarin
2023-10-14 18:32 Michał Górny
2023-10-14 16:52 Arthur Zamarin
2023-09-12  5:50 Michał Górny
2023-03-04  5:48 Michał Górny
2023-03-03 19:37 Arthur Zamarin
2023-01-28  8:09 Sam James
2023-01-10 14:23 Michał Górny
2023-01-08 14:17 Michał Górny
2023-01-08 14:17 Michał Górny
2022-03-27  8:17 Michał Górny
2022-03-27  6:27 Agostino Sarubbo
2022-02-24  8:52 Michał Górny
2021-04-06 20:39 Michał Górny
2021-04-06 19:47 Sam James
2021-03-04 20:27 Michał Górny
2021-03-04 20:27 Michał Górny
2020-09-18 14:48 Michał Górny
2020-08-09 22:49 Zac Medico
2020-07-09 10:08 Michał Górny
2020-07-09 10:08 Michał Górny
2020-05-13  4:00 Patrick McLean
2020-02-05 15:48 Michał Górny
2019-07-12  1:42 Patrick McLean
2019-04-10 22:44 Matthew Thode
2017-09-30  0:31 Matt Thode
2017-06-26 11:04 Alexis Ballier
2017-05-13  6:31 Markus Meier
2017-05-04  4:13 Zac Medico

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=1597016506.a164bb1255393ecc3ae850529ffd3a9fbd88f223.zmedico@gentoo \
    --to=zmedico@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