commit: 9b8fc9719afb64d04c64dadd280980ab36aee97b Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Wed Sep 12 09:20:20 2018 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Thu Sep 13 21:22:19 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b8fc971
dev-python/pafy: fix HOMEPAGE. Closes: https://github.com/gentoo/gentoo/pull/9840 dev-python/pafy/pafy-0.5.3.1.ebuild | 4 ++-- dev-python/pafy/pafy-0.5.4.ebuild | 2 +- dev-python/pafy/pafy-9999.ebuild | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-python/pafy/pafy-0.5.3.1.ebuild b/dev-python/pafy/pafy-0.5.3.1.ebuild index 32ed10be2f0..9624a51b680 100644 --- a/dev-python/pafy/pafy-0.5.3.1.ebuild +++ b/dev-python/pafy/pafy-0.5.3.1.ebuild @@ -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=6 @@ -6,7 +6,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit distutils-r1 DESCRIPTION="Python library to retrieve YouTube content and metadata" -HOMEPAGE="http://np1.github.io/pafy/ https://pypi.org/project/pafy/" +HOMEPAGE="https://pythonhosted.org/pafy/ https://pypi.org/project/pafy/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-3" diff --git a/dev-python/pafy/pafy-0.5.4.ebuild b/dev-python/pafy/pafy-0.5.4.ebuild index 2d7bf8d2a18..f7142b2f615 100644 --- a/dev-python/pafy/pafy-0.5.4.ebuild +++ b/dev-python/pafy/pafy-0.5.4.ebuild @@ -14,7 +14,7 @@ else fi DESCRIPTION="Python library to retrieve YouTube content and metadata" -HOMEPAGE="http://np1.github.io/pafy/ https://pypi.org/project/pafy/" +HOMEPAGE="https://pythonhosted.org/pafy/ https://pypi.org/project/pafy/" LICENSE="LGPL-3" SLOT="0" diff --git a/dev-python/pafy/pafy-9999.ebuild b/dev-python/pafy/pafy-9999.ebuild index b80d154fc81..f7142b2f615 100644 --- a/dev-python/pafy/pafy-9999.ebuild +++ b/dev-python/pafy/pafy-9999.ebuild @@ -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=6 @@ -14,7 +14,7 @@ else fi DESCRIPTION="Python library to retrieve YouTube content and metadata" -HOMEPAGE="http://np1.github.io/pafy/ https://pypi.org/project/pafy/" +HOMEPAGE="https://pythonhosted.org/pafy/ https://pypi.org/project/pafy/" LICENSE="LGPL-3" SLOT="0"
