commit: 8595c0fd2cab22119eb26c5cf545f5b8c283fd46
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 4 20:12:53 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 4 20:27:09 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8595c0fd
dev-python/google-auth-httplib2: Add python@ as co-maint
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/google-auth-httplib2/Manifest | 2 +-
.../google-auth-httplib2/google-auth-httplib2-0.1.0.ebuild | 11 +++++++----
dev-python/google-auth-httplib2/metadata.xml | 6 +++++-
3 files changed, 13 insertions(+), 6 deletions(-)
diff --git a/dev-python/google-auth-httplib2/Manifest
b/dev-python/google-auth-httplib2/Manifest
index 1524f431beb..8d146723329 100644
--- a/dev-python/google-auth-httplib2/Manifest
+++ b/dev-python/google-auth-httplib2/Manifest
@@ -1,2 +1,2 @@
DIST google-auth-httplib2-0.0.4.tar.gz 11218 BLAKE2B
a6f4b4cf29ba6db81d70dda16eef7c2d378cf1c38d1f3f2f27a38a7d293809a23a4ae38ef0515b8b1ce278bdfc4a15daa291cac0a70f7a84cf7c8f40e36e01c5
SHA512
a33e54d07c610dcb1e01118808792c3a259b7f1a579acbe3f92825ad5100b96a844168bb37327e71f078b870f1594b021d59d0c86c15868384f19ddb569b42cb
-DIST google-auth-httplib2-0.1.0.tar.gz 25116 BLAKE2B
dbb0393bafb1bbe67b99ac0783e687271c42256c7b283422b884b86d4c8a83222392a5514b812aae683ec7f887afa4bf81307079e676f793f02eb87e52a375e5
SHA512
52b0faf70e185cb89420377a06c77e2c45f6b910b85371fc2c42fdfb06a4ebca28b476201f9d179fbaa4a8bf7b6015703d023ddd95d482113e2cdbf79fd376b5
+DIST google-auth-library-python-httplib2-0.1.0.tar.gz 25116 BLAKE2B
dbb0393bafb1bbe67b99ac0783e687271c42256c7b283422b884b86d4c8a83222392a5514b812aae683ec7f887afa4bf81307079e676f793f02eb87e52a375e5
SHA512
52b0faf70e185cb89420377a06c77e2c45f6b910b85371fc2c42fdfb06a4ebca28b476201f9d179fbaa4a8bf7b6015703d023ddd95d482113e2cdbf79fd376b5
diff --git a/dev-python/google-auth-httplib2/google-auth-httplib2-0.1.0.ebuild
b/dev-python/google-auth-httplib2/google-auth-httplib2-0.1.0.ebuild
index 8998da238e3..2ac6744b4e6 100644
--- a/dev-python/google-auth-httplib2/google-auth-httplib2-0.1.0.ebuild
+++ b/dev-python/google-auth-httplib2/google-auth-httplib2-0.1.0.ebuild
@@ -7,11 +7,14 @@ PYTHON_COMPAT=( python3_{7..9} )
inherit distutils-r1
-MY_PN="google-auth-library-python-httplib2"
+MY_P="google-auth-library-python-httplib2-${PV}"
DESCRIPTION="httplib2 Transport for Google Auth"
-HOMEPAGE="https://pypi.org/project/google-auth-httplib2/
https://github.com/GoogleCloudPlatform/google-auth-library-python-httplib2"
-SRC_URI="https://github.com/GoogleCloudPlatform/google-auth-library-python-httplib2/archive/v${PV}.tar.gz
-> ${P}.tar.gz"
-S="${WORKDIR}/${MY_PN}-${PV}"
+HOMEPAGE="https://pypi.org/project/google-auth-httplib2/
+ https://github.com/googleapis/google-auth-library-python-httplib2"
+SRC_URI="
+
https://github.com/googleapis/google-auth-library-python-httplib2/archive/v${PV}.tar.gz
+ -> ${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
LICENSE="Apache-2.0"
SLOT="0"
diff --git a/dev-python/google-auth-httplib2/metadata.xml
b/dev-python/google-auth-httplib2/metadata.xml
index 0c84d2bfe5f..a41293ec086 100644
--- a/dev-python/google-auth-httplib2/metadata.xml
+++ b/dev-python/google-auth-httplib2/metadata.xml
@@ -5,9 +5,13 @@
<email>[email protected]</email>
<name>Zac Medico</name>
</maintainer>
+ <maintainer type="project">
+ <email>[email protected]</email>
+ <name>Python</name>
+ </maintainer>
<stabilize-allarches/>
<upstream>
<remote-id type="pypi">google-auth-httplib2</remote-id>
- <remote-id
type="github">GoogleCloudPlatform/google-auth-library-python-httplib2</remote-id>
+ <remote-id
type="github">googleapis/google-auth-library-python-httplib2</remote-id>
</upstream>
</pkgmetadata>