diff options
Diffstat (limited to 'dev-python/commonmark')
| -rw-r--r-- | dev-python/commonmark/commonmark-0.9.1.ebuild | 6 | ||||
| -rw-r--r-- | dev-python/commonmark/metadata.xml | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/dev-python/commonmark/commonmark-0.9.1.ebuild b/dev-python/commonmark/commonmark-0.9.1.ebuild index a71a3a708e60..8ccd98101fbd 100644 --- a/dev-python/commonmark/commonmark-0.9.1.ebuild +++ b/dev-python/commonmark/commonmark-0.9.1.ebuild @@ -3,11 +3,13 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8,9,10} ) +PYTHON_COMPAT=( python3_{6,7,8,9,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 9c4adb25f86e..f8c1fba9b995 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> </upstream> <origin>gentoo-staging</origin> </pkgmetadata>
\ No newline at end of file |
