dev-python/oauthlib: update HOMEPAGE

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Aaron Bauman <bman@gentoo.org>
This commit is contained in:
Michael Mair-Keimberger
2020-06-13 10:40:39 +02:00
committed by Aaron Bauman
parent 5f02940a0f
commit 35d5c89a8b
2 changed files with 2 additions and 2 deletions

View File

@@ -7,6 +7,6 @@
</maintainer>
<upstream>
<remote-id type="pypi">oauthlib</remote-id>
<remote-id type="github">idan/oauthlib</remote-id>
<remote-id type="github">oauthlib/oauthlib</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="Spec-compliant and thorough implementation of the OAuth request-signing logic"
HOMEPAGE="https://github.com/idan/oauthlib https://pypi.org/project/oauthlib/"
HOMEPAGE="https://github.com/ioauthlib/oauthlib https://pypi.org/project/oauthlib/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"