dev-python/thrift: update HOMEPAGE

Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
This commit is contained in:
Petr Vaněk
2024-06-27 16:48:00 +02:00
parent 391caf383a
commit edae1b7e0c
2 changed files with 6 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
<pkgmetadata>
<!-- maintainer-needed -->
<upstream>
<remote-id type="github">apache/thrift</remote-id>
<remote-id type="pypi">thrift</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -9,7 +9,11 @@ PYTHON_COMPAT=( python3_{9..12} )
inherit distutils-r1
DESCRIPTION="Python implementation of Thrift"
HOMEPAGE="https://pypi.org/project/thrift/ https://thrift.apache.org/"
HOMEPAGE="
https://pypi.org/project/thrift/
https://thrift.apache.org/
https://github.com/apache/thrift
"
SRC_URI="https://downloads.apache.org/${PN}/${PV}/${P}.tar.gz"
S="${WORKDIR}/${P}/lib/py"