dev-python/markdown: fix HOMEPAGE(s).

Closes: https://github.com/gentoo/gentoo/pull/8167
This commit is contained in:
Michael Mair-Keimberger
2018-04-27 16:13:37 +02:00
committed by Patrice Clement
parent be27313d30
commit d5818b9e41
3 changed files with 7 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -12,10 +12,9 @@ MY_P=${MY_PN}-${PV}
DESCRIPTION="Python implementation of the markdown markup language"
HOMEPAGE="
http://www.freewisdom.org/projects/python-markdown
https://python-markdown.github.io/
https://pypi.org/project/Markdown/
https://pythonhosted.org/Markdown/
https://github.com/waylan/Python-Markdown"
https://github.com/Python-Markdown/markdown"
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
LICENSE="|| ( BSD GPL-2 )"

View File

@@ -9,10 +9,9 @@ inherit distutils-r1
DESCRIPTION="Python implementation of the markdown markup language"
HOMEPAGE="
http://www.freewisdom.org/projects/python-markdown
https://python-markdown.github.io/
https://pypi.org/project/Markdown/
https://pythonhosted.org/Markdown/
https://github.com/waylan/Python-Markdown"
https://github.com/Python-Markdown/markdown"
SRC_URI="mirror://pypi/M/${PN^}/${P^}.tar.gz"
LICENSE="|| ( BSD GPL-2 )"

View File

@@ -9,10 +9,9 @@ inherit distutils-r1
DESCRIPTION="Python implementation of the markdown markup language"
HOMEPAGE="
http://www.freewisdom.org/projects/python-markdown
https://python-markdown.github.io/
https://pypi.org/project/Markdown/
https://pythonhosted.org/Markdown/
https://github.com/waylan/Python-Markdown"
https://github.com/Python-Markdown/markdown"
SRC_URI="mirror://pypi/M/${PN^}/${P^}.tar.gz"
LICENSE="|| ( BSD GPL-2 )"