commit: efdd6b1f1890b318064e735d3c7d4dbd5265df2e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 1 13:43:30 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb 1 13:46:48 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efdd6b1f
dev-python/commonmark: Fix pypi homepage
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/commonmark/commonmark-0.9.1.ebuild | 4 +++-
dev-python/commonmark/metadata.xml | 2 +-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/dev-python/commonmark/commonmark-0.9.1.ebuild
b/dev-python/commonmark/commonmark-0.9.1.ebuild
index 77665adae34c..aa5d8fe00cc4 100644
--- a/dev-python/commonmark/commonmark-0.9.1.ebuild
+++ b/dev-python/commonmark/commonmark-0.9.1.ebuild
@@ -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"
diff --git a/dev-python/commonmark/metadata.xml
b/dev-python/commonmark/metadata.xml
index 2ea40b145c62..321cd37e5dcd 100644
--- a/dev-python/commonmark/metadata.xml
+++ b/dev-python/commonmark/metadata.xml
@@ -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>