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/pytz/
Date: Sun, 29 Apr 2018 07:35:40
Message-Id: 1524987323.119c850c649f906b257e239390e2b2439159f328.mgorny@gentoo
1 commit: 119c850c649f906b257e239390e2b2439159f328
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Apr 27 13:36:28 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 29 07:35:23 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=119c850c
7
8 dev-python/pytz: use HTTPS
9
10 dev-python/pytz/pytz-2016.3.ebuild | 4 ++--
11 dev-python/pytz/pytz-2017.2.ebuild | 4 ++--
12 2 files changed, 4 insertions(+), 4 deletions(-)
13
14 diff --git a/dev-python/pytz/pytz-2016.3.ebuild b/dev-python/pytz/pytz-2016.3.ebuild
15 index 3ed671a5fa2..1e9d7760a55 100644
16 --- a/dev-python/pytz/pytz-2016.3.ebuild
17 +++ b/dev-python/pytz/pytz-2016.3.ebuild
18 @@ -1,4 +1,4 @@
19 -# Copyright 1999-2017 Gentoo Foundation
20 +# Copyright 1999-2018 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=5
24 @@ -9,7 +9,7 @@ PYTHON_REQ_USE="threads(+)"
25 inherit distutils-r1
26
27 DESCRIPTION="World timezone definitions for Python"
28 -HOMEPAGE="http://pythonhosted.org/pytz/ https://pypi.org/project/pytz/"
29 +HOMEPAGE="https://pythonhosted.org/pytz/ https://pypi.org/project/pytz/"
30 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.bz2"
31
32 LICENSE="MIT"
33
34 diff --git a/dev-python/pytz/pytz-2017.2.ebuild b/dev-python/pytz/pytz-2017.2.ebuild
35 index 8c196a81f05..e55aab5e833 100644
36 --- a/dev-python/pytz/pytz-2017.2.ebuild
37 +++ b/dev-python/pytz/pytz-2017.2.ebuild
38 @@ -1,4 +1,4 @@
39 -# Copyright 1999-2017 Gentoo Foundation
40 +# Copyright 1999-2018 Gentoo Foundation
41 # Distributed under the terms of the GNU General Public License v2
42
43 EAPI=6
44 @@ -9,7 +9,7 @@ PYTHON_REQ_USE="threads(+)"
45 inherit distutils-r1
46
47 DESCRIPTION="World timezone definitions for Python"
48 -HOMEPAGE="http://pythonhosted.org/pytz/ https://pypi.org/project/pytz/"
49 +HOMEPAGE="https://pythonhosted.org/pytz/ https://pypi.org/project/pytz/"
50 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
51
52 LICENSE="MIT"