Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/py/
Date: Sun, 29 Apr 2018 06:34:04
Message-Id: 1524983565.3ce9f420b9cf1a47d12a97a1ad7a3ca04fe0836d.mgorny@gentoo
1 commit: 3ce9f420b9cf1a47d12a97a1ad7a3ca04fe0836d
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Apr 28 08:18:11 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 29 06:32:45 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ce9f420
7
8 dev-python/py: use HTTPS
9
10 dev-python/py/py-1.4.30.ebuild | 4 ++--
11 dev-python/py/py-1.4.34.ebuild | 2 +-
12 dev-python/py/py-1.5.2.ebuild | 2 +-
13 dev-python/py/py-1.5.3.ebuild | 2 +-
14 4 files changed, 5 insertions(+), 5 deletions(-)
15
16 diff --git a/dev-python/py/py-1.4.30.ebuild b/dev-python/py/py-1.4.30.ebuild
17 index f9a9267570e..32df20dd8de 100644
18 --- a/dev-python/py/py-1.4.30.ebuild
19 +++ b/dev-python/py/py-1.4.30.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI="5"
26 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
27 inherit distutils-r1
28
29 DESCRIPTION="library with cross-python path, ini-parsing, io, code, log facilities"
30 -HOMEPAGE="http://pylib.readthedocs.org/ https://pypi.org/project/py/"
31 +HOMEPAGE="https://pylib.readthedocs.io/en/latest/ https://pypi.org/project/py/"
32 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
33
34 LICENSE="MIT"
35
36 diff --git a/dev-python/py/py-1.4.34.ebuild b/dev-python/py/py-1.4.34.ebuild
37 index 9adf60c25ef..bbc768ed169 100644
38 --- a/dev-python/py/py-1.4.34.ebuild
39 +++ b/dev-python/py/py-1.4.34.ebuild
40 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
41 inherit distutils-r1
42
43 DESCRIPTION="library with cross-python path, ini-parsing, io, code, log facilities"
44 -HOMEPAGE="http://pylib.readthedocs.org/ https://pypi.org/project/py/"
45 +HOMEPAGE="https://pylib.readthedocs.io/en/latest/ https://pypi.org/project/py/"
46 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
47
48 LICENSE="MIT"
49
50 diff --git a/dev-python/py/py-1.5.2.ebuild b/dev-python/py/py-1.5.2.ebuild
51 index e39aa124773..d35775cf94e 100644
52 --- a/dev-python/py/py-1.5.2.ebuild
53 +++ b/dev-python/py/py-1.5.2.ebuild
54 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
55 inherit distutils-r1
56
57 DESCRIPTION="library with cross-python path, ini-parsing, io, code, log facilities"
58 -HOMEPAGE="http://pylib.readthedocs.org/ https://pypi.org/project/py/"
59 +HOMEPAGE="https://pylib.readthedocs.io/en/latest/ https://pypi.org/project/py/"
60 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
61
62 LICENSE="MIT"
63
64 diff --git a/dev-python/py/py-1.5.3.ebuild b/dev-python/py/py-1.5.3.ebuild
65 index c59d3a68b2c..fe04a533a82 100644
66 --- a/dev-python/py/py-1.5.3.ebuild
67 +++ b/dev-python/py/py-1.5.3.ebuild
68 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
69 inherit distutils-r1
70
71 DESCRIPTION="library with cross-python path, ini-parsing, io, code, log facilities"
72 -HOMEPAGE="http://pylib.readthedocs.org/ https://pypi.org/project/py/"
73 +HOMEPAGE="https://pylib.readthedocs.io/en/latest/ https://pypi.org/project/py/"
74 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
75
76 LICENSE="MIT"