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: Thu, 4 May 2017 04:13:46 +0000 (UTC) [thread overview]
Message-ID: <1493871208.069a239018b652d34e5469362e517f92bc189945.zmedico@gentoo> (raw)
commit: 069a239018b652d34e5469362e517f92bc189945
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Thu May 4 03:43:39 2017 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Thu May 4 04:13:28 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=069a2390
dev-python/google-auth-httplib2: add package
Package-Manager: Portage-2.3.5, Repoman-2.3.2
dev-python/google-auth-httplib2/Manifest | 1 +
.../google-auth-httplib2-0.0.2.ebuild | 39 ++++++++++++++++++++++
dev-python/google-auth-httplib2/metadata.xml | 12 +++++++
3 files changed, 52 insertions(+)
diff --git a/dev-python/google-auth-httplib2/Manifest b/dev-python/google-auth-httplib2/Manifest
new file mode 100644
index 00000000000..80b9a362384
--- /dev/null
+++ b/dev-python/google-auth-httplib2/Manifest
@@ -0,0 +1 @@
+DIST google-auth-httplib2-0.0.2.tar.gz 10830 SHA256 56ad472d166aeddab10fbf6b6a39848c959379e12b9cbcb5ccf2530eda61b4de SHA512 ec111fdad930bfe3f8f97df70a8bef955920ab2cb0c383d7888ff444f19e5c176dd5aabe10f9a870c86035791a2b27e3e8e1276360626ff5e430db823da5efb0 WHIRLPOOL 8bf72785a168905a6d1a5d6f2ec093d54e93799f09c0e0f5e53bb0de96c200a8638ac68bc393cd0b4dce4cca4b6299a202086d943dec917ee8733aa792869a99
diff --git a/dev-python/google-auth-httplib2/google-auth-httplib2-0.0.2.ebuild b/dev-python/google-auth-httplib2/google-auth-httplib2-0.0.2.ebuild
new file mode 100644
index 00000000000..049c2bdf980
--- /dev/null
+++ b/dev-python/google-auth-httplib2/google-auth-httplib2-0.0.2.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
+
+inherit distutils-r1
+
+EGIT_COMMIT="607e86011141e8885b1f52826d57c8b5ff588ffc"
+MY_PN=google-auth-library-python-httplib2
+DESCRIPTION="httplib2 Transport for Google Auth"
+HOMEPAGE="https://pypi.python.org/pypi/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/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="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}-${EGIT_COMMIT}
+
+python_test() {
+ py.test -v || die "Tests failed under ${EPYTHON}"
+}
diff --git a/dev-python/google-auth-httplib2/metadata.xml b/dev-python/google-auth-httplib2/metadata.xml
new file mode 100644
index 00000000000..aaafa465004
--- /dev/null
+++ b/dev-python/google-auth-httplib2/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>zmedico@gentoo.org</email>
+ <name>Zac Medico</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="pypi">google-auth-httplib2</remote-id>
+ <remote-id type="github">GoogleCloudPlatform/google-auth-library-python-httplib2</remote-id>
+ </upstream>
+</pkgmetadata>
next reply other threads:[~2017-05-04 4:13 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-04 4:13 Zac Medico [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-05-13 6:31 [gentoo-commits] repo/gentoo:master commit in: dev-python/google-auth-httplib2/ Markus Meier
2017-06-26 11:04 Alexis Ballier
2017-09-30 0:31 Matt Thode
2019-04-10 22:44 Matthew Thode
2019-07-12 1:42 Patrick McLean
2020-02-05 15:48 Michał Górny
2020-05-13 4:00 Patrick McLean
2020-07-09 10:08 Michał Górny
2020-07-09 10:08 Michał Górny
2020-08-09 22:49 Zac Medico
2020-08-09 23:42 Zac Medico
2020-09-18 14:48 Michał Górny
2021-03-04 20:27 Michał Górny
2021-03-04 20:27 Michał Górny
2021-04-06 19:47 Sam James
2021-04-06 20:39 Michał Górny
2022-02-24 8:52 Michał Górny
2022-03-27 6:27 Agostino Sarubbo
2022-03-27 8:17 Michał Górny
2023-01-08 14:17 Michał Górny
2023-01-08 14:17 Michał Górny
2023-01-10 14:23 Michał Górny
2023-01-28 8:09 Sam James
2023-03-03 19:37 Arthur Zamarin
2023-03-04 5:48 Michał Górny
2023-09-12 5:50 Michał Górny
2023-10-14 16:52 Arthur Zamarin
2023-10-14 18:32 Michał Górny
2023-12-02 10:14 Arthur Zamarin
2023-12-13 4:38 Michał Górny
2023-12-30 14:32 Arthur Zamarin
2023-12-30 15:06 Michał Górny
2024-01-26 17:07 Michał Górny
2024-05-22 8:03 Michał Górny
2024-07-11 18:22 Michał Górny
2024-12-30 3:34 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=1493871208.069a239018b652d34e5469362e517f92bc189945.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