summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-03-04 21:12:53 +0100
committerMichał Górny <mgorny@gentoo.org>2021-03-04 21:27:09 +0100
commit8595c0fd2cab22119eb26c5cf545f5b8c283fd46 (patch)
tree5c280b9bbd6b2c4d3490269f21665fab477c116d /dev-python/google-auth-httplib2/google-auth-httplib2-0.1.0.ebuild
parentdev-python/google-auth-httplib2: Bump to 0.1.0 (diff)
downloadgentoo-8595c0fd2cab22119eb26c5cf545f5b8c283fd46.tar.gz
gentoo-8595c0fd2cab22119eb26c5cf545f5b8c283fd46.tar.bz2
gentoo-8595c0fd2cab22119eb26c5cf545f5b8c283fd46.zip
dev-python/google-auth-httplib2: Add python@ as co-maint
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/google-auth-httplib2/google-auth-httplib2-0.1.0.ebuild')
-rw-r--r--dev-python/google-auth-httplib2/google-auth-httplib2-0.1.0.ebuild11
1 files changed, 7 insertions, 4 deletions
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 8998da238e38..2ac6744b4e6a 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"