dev-python/pygments: Update metadata for GitHub move

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-09-18 09:17:22 +02:00
parent 2c545ddcf6
commit 051bb577fe
2 changed files with 5 additions and 2 deletions

View File

@@ -9,6 +9,6 @@
<stabilize-allarches/>
<upstream>
<remote-id type="pypi">Pygments</remote-id>
<remote-id type="bitbucket">birkenfeld/pygments-main</remote-id>
<remote-id type="github">pygments/pygments</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -12,7 +12,10 @@ MY_PN="Pygments"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="Pygments is a syntax highlighting package written in Python"
HOMEPAGE="https://pygments.org/ https://pypi.org/project/Pygments/"
HOMEPAGE="
https://pygments.org/
https://github.com/pygments/pygments/
https://pypi.org/project/Pygments/"
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
S="${WORKDIR}/${MY_P}"