Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pafy/
Date: Thu, 13 Sep 2018 21:23:01
Message-Id: 1536873739.9b8fc9719afb64d04c64dadd280980ab36aee97b.monsieurp@gentoo
1 commit: 9b8fc9719afb64d04c64dadd280980ab36aee97b
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Wed Sep 12 09:20:20 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 13 21:22:19 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b8fc971
7
8 dev-python/pafy: fix HOMEPAGE.
9
10 Closes: https://github.com/gentoo/gentoo/pull/9840
11
12 dev-python/pafy/pafy-0.5.3.1.ebuild | 4 ++--
13 dev-python/pafy/pafy-0.5.4.ebuild | 2 +-
14 dev-python/pafy/pafy-9999.ebuild | 4 ++--
15 3 files changed, 5 insertions(+), 5 deletions(-)
16
17 diff --git a/dev-python/pafy/pafy-0.5.3.1.ebuild b/dev-python/pafy/pafy-0.5.3.1.ebuild
18 index 32ed10be2f0..9624a51b680 100644
19 --- a/dev-python/pafy/pafy-0.5.3.1.ebuild
20 +++ b/dev-python/pafy/pafy-0.5.3.1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -6,7 +6,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
28 inherit distutils-r1
29
30 DESCRIPTION="Python library to retrieve YouTube content and metadata"
31 -HOMEPAGE="http://np1.github.io/pafy/ https://pypi.org/project/pafy/"
32 +HOMEPAGE="https://pythonhosted.org/pafy/ https://pypi.org/project/pafy/"
33 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
34
35 LICENSE="LGPL-3"
36
37 diff --git a/dev-python/pafy/pafy-0.5.4.ebuild b/dev-python/pafy/pafy-0.5.4.ebuild
38 index 2d7bf8d2a18..f7142b2f615 100644
39 --- a/dev-python/pafy/pafy-0.5.4.ebuild
40 +++ b/dev-python/pafy/pafy-0.5.4.ebuild
41 @@ -14,7 +14,7 @@ else
42 fi
43
44 DESCRIPTION="Python library to retrieve YouTube content and metadata"
45 -HOMEPAGE="http://np1.github.io/pafy/ https://pypi.org/project/pafy/"
46 +HOMEPAGE="https://pythonhosted.org/pafy/ https://pypi.org/project/pafy/"
47
48 LICENSE="LGPL-3"
49 SLOT="0"
50
51 diff --git a/dev-python/pafy/pafy-9999.ebuild b/dev-python/pafy/pafy-9999.ebuild
52 index b80d154fc81..f7142b2f615 100644
53 --- a/dev-python/pafy/pafy-9999.ebuild
54 +++ b/dev-python/pafy/pafy-9999.ebuild
55 @@ -1,4 +1,4 @@
56 -# Copyright 1999-2017 Gentoo Foundation
57 +# Copyright 1999-2018 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59
60 EAPI=6
61 @@ -14,7 +14,7 @@ else
62 fi
63
64 DESCRIPTION="Python library to retrieve YouTube content and metadata"
65 -HOMEPAGE="http://np1.github.io/pafy/ https://pypi.org/project/pafy/"
66 +HOMEPAGE="https://pythonhosted.org/pafy/ https://pypi.org/project/pafy/"
67
68 LICENSE="LGPL-3"
69 SLOT="0"