dev-python/mysqlclient: Update HOMEPAGE

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny 2022-04-27 22:17:35 +02:00
parent 67cc6f245e
commit e516416635
No known key found for this signature in database
GPG Key ID: 639ADAE2329E240E
2 changed files with 5 additions and 2 deletions

View File

@ -11,6 +11,6 @@
</maintainer>
<upstream>
<remote-id type="pypi">mysqlclient</remote-id>
<remote-id type="github">PyMySQL/mysqlclient-python</remote-id>
<remote-id type="github">PyMySQL/mysqlclient</remote-id>
</upstream>
</pkgmetadata>

View File

@ -7,7 +7,10 @@ PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="Python interface to MySQL"
HOMEPAGE="https://pypi.org/project/mysqlclient/ https://github.com/PyMySQL/mysqlclient-python"
HOMEPAGE="
https://pypi.org/project/mysqlclient/
https://github.com/PyMySQL/mysqlclient/
"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="GPL-2+"