mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
dev-python/commonmark: Fix pypi homepage
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -7,7 +7,9 @@ PYTHON_COMPAT=( python3_{8..10} pypy3 )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Python parser for the CommonMark Markdown spec"
|
||||
HOMEPAGE="https://github.com/readthedocs/commonmark.py"
|
||||
HOMEPAGE="
|
||||
https://pypi.org/project/commonmark/
|
||||
https://github.com/readthedocs/commonmark.py/"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
keep up to date with changes in commonmark.js.
|
||||
</longdescription>
|
||||
<upstream>
|
||||
<remote-id type="pypi">CommonMark</remote-id>
|
||||
<remote-id type="pypi">commonmark</remote-id>
|
||||
<remote-id type="github">readthedocs/commonmark.py</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
||||
Reference in New Issue
Block a user