Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/commonmark/
Date: Tue, 01 Feb 2022 13:46:54
Message-Id: 1643723208.efdd6b1f1890b318064e735d3c7d4dbd5265df2e.mgorny@gentoo
1 commit: efdd6b1f1890b318064e735d3c7d4dbd5265df2e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 1 13:43:30 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 1 13:46:48 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efdd6b1f
7
8 dev-python/commonmark: Fix pypi homepage
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/commonmark/commonmark-0.9.1.ebuild | 4 +++-
13 dev-python/commonmark/metadata.xml | 2 +-
14 2 files changed, 4 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/commonmark/commonmark-0.9.1.ebuild b/dev-python/commonmark/commonmark-0.9.1.ebuild
17 index 77665adae34c..aa5d8fe00cc4 100644
18 --- a/dev-python/commonmark/commonmark-0.9.1.ebuild
19 +++ b/dev-python/commonmark/commonmark-0.9.1.ebuild
20 @@ -7,7 +7,9 @@ PYTHON_COMPAT=( python3_{8..10} pypy3 )
21 inherit distutils-r1
22
23 DESCRIPTION="Python parser for the CommonMark Markdown spec"
24 -HOMEPAGE="https://github.com/readthedocs/commonmark.py"
25 +HOMEPAGE="
26 + https://pypi.org/project/commonmark/
27 + https://github.com/readthedocs/commonmark.py/"
28 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
29
30 LICENSE="BSD"
31
32 diff --git a/dev-python/commonmark/metadata.xml b/dev-python/commonmark/metadata.xml
33 index 2ea40b145c62..321cd37e5dcd 100644
34 --- a/dev-python/commonmark/metadata.xml
35 +++ b/dev-python/commonmark/metadata.xml
36 @@ -13,7 +13,7 @@
37 keep up to date with changes in commonmark.js.
38 </longdescription>
39 <upstream>
40 - <remote-id type="pypi">CommonMark</remote-id>
41 + <remote-id type="pypi">commonmark</remote-id>
42 <remote-id type="github">readthedocs/commonmark.py</remote-id>
43 </upstream>
44 </pkgmetadata>