dev-python/markdown: fix HOMEPAGE(s).
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Fri, 27 Apr 2018 14:13:37 +0000 (16:13 +0200)
committerPatrice Clement <monsieurp@gentoo.org>
Sat, 28 Apr 2018 21:44:49 +0000 (23:44 +0200)
Closes: https://github.com/gentoo/gentoo/pull/8167

dev-python/markdown/markdown-2.6.5.ebuild
dev-python/markdown/markdown-2.6.8.ebuild
dev-python/markdown/markdown-2.6.9.ebuild

index a257e31b21785e1fb7b1fc6abbdd90122f6d00f2..d93e671c0100f97e21b8c72bde0aa3ffdcb7e63f 100644 (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 )"
index 24caf04eba3b5ae2c4f4a8d0a25ef014687a2ba7..f68d62ea2dfe4c0f0339d0e8434dabfc9daef3f3 100644 (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 )"
index fe96e55f6c140052a9dc4ff71e4dfe0bccb18b2d..a87ef4ed9a3ff62dd1efc98e7c18fc6bcfc5a457 100644 (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 )"