diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-03-04 21:18:27 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-03-04 21:27:12 +0100 |
commit | 842ed78261cca98177b846dc9e4d972394270606 (patch) | |
tree | 91afb571ff56c2dc7bb50752352916e6af1acb98 /dev-python/google-auth-oauthlib | |
parent | dev-python/google-auth-oauthlib: Bump to 0.4.3 (diff) | |
download | gentoo-842ed78261cca98177b846dc9e4d972394270606.tar.gz gentoo-842ed78261cca98177b846dc9e4d972394270606.tar.bz2 gentoo-842ed78261cca98177b846dc9e4d972394270606.zip |
dev-python/google-auth-oauthlib: Add python@ as co-maint
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/google-auth-oauthlib')
-rw-r--r-- | dev-python/google-auth-oauthlib/Manifest | 2 | ||||
-rw-r--r-- | dev-python/google-auth-oauthlib/google-auth-oauthlib-0.4.3.ebuild | 4 | ||||
-rw-r--r-- | dev-python/google-auth-oauthlib/metadata.xml | 4 |
3 files changed, 8 insertions, 2 deletions
diff --git a/dev-python/google-auth-oauthlib/Manifest b/dev-python/google-auth-oauthlib/Manifest index 3e35dc71cba0..382e5fd6b3b3 100644 --- a/dev-python/google-auth-oauthlib/Manifest +++ b/dev-python/google-auth-oauthlib/Manifest @@ -1,2 +1,2 @@ +DIST google-auth-library-python-oauthlib-0.4.3.gh.tar.gz 48020 BLAKE2B bc5e575f3eb7b8b876deb13aaff0d1b900555bcbc609259dc72c9f01f595283feffea6aaaf91acf835b313629fe4c4c76dee8ea877b6ae37c3c01633c63909e4 SHA512 f6fa0e525b0aef6f4359954cb2c8020ee86544862318721d439d153cae3e75527b0e0a312572dc936fab7702da8c6af42ce9242d1e73f48c0a822973e470a4a9 DIST google-auth-oauthlib-0.4.1.tar.gz 18687 BLAKE2B 1c9028f6b4c306bbee51fba5b55950d129d56ff5154645a166998c0c720b125202731f1cfed60837b8103d56fcdeeb818e39491b243a8d761969f73d9f88f67b SHA512 123707139353db8e05c81138af834e35007d323f0e19ae79088ad5ca4be86dda6c0df91e2f7794711475227a60312fab9101c91b49817bf8b84866ea6374c943 -DIST google-auth-oauthlib-0.4.3.gh.tar.gz 48020 BLAKE2B bc5e575f3eb7b8b876deb13aaff0d1b900555bcbc609259dc72c9f01f595283feffea6aaaf91acf835b313629fe4c4c76dee8ea877b6ae37c3c01633c63909e4 SHA512 f6fa0e525b0aef6f4359954cb2c8020ee86544862318721d439d153cae3e75527b0e0a312572dc936fab7702da8c6af42ce9242d1e73f48c0a822973e470a4a9 diff --git a/dev-python/google-auth-oauthlib/google-auth-oauthlib-0.4.3.ebuild b/dev-python/google-auth-oauthlib/google-auth-oauthlib-0.4.3.ebuild index 553933cba81b..188128c194b9 100644 --- a/dev-python/google-auth-oauthlib/google-auth-oauthlib-0.4.3.ebuild +++ b/dev-python/google-auth-oauthlib/google-auth-oauthlib-0.4.3.ebuild @@ -7,13 +7,15 @@ DISTUTILS_USE_SETUPTOOLS=rdepend PYTHON_COMPAT=( python3_{7..9} ) inherit distutils-r1 +MY_P=google-auth-library-python-oauthlib-${PV} DESCRIPTION="Google Authentication Library" HOMEPAGE=" https://pypi.org/project/google-auth-oauthlib/ https://github.com/googleapis/google-auth-library-python-oauthlib" SRC_URI=" https://github.com/googleapis/google-auth-library-python-oauthlib/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz" + -> ${MY_P}.gh.tar.gz" +S=${WORKDIR}/${MY_P} LICENSE="Apache-2.0" SLOT="0" diff --git a/dev-python/google-auth-oauthlib/metadata.xml b/dev-python/google-auth-oauthlib/metadata.xml index 8b0a33ec2229..c8fa5fd039a0 100644 --- a/dev-python/google-auth-oauthlib/metadata.xml +++ b/dev-python/google-auth-oauthlib/metadata.xml @@ -9,6 +9,10 @@ <email>proxy-maint@gentoo.org</email> <name>Proxy Maintainers</name> </maintainer> + <maintainer type="project"> + <email>python@gentoo.org</email> + <name>Python</name> + </maintainer> <upstream> <remote-id type="pypi">google-auth-oauthlib</remote-id> <remote-id type="github">googleapis/google-auth-library-python-oauthlib</remote-id> |