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/openpyxl/
Date: Sun, 29 Apr 2018 06:34:05
Message-Id: 1524983565.3d01513d54bb9550a494040ba38b9160ced6ceff.mgorny@gentoo
1 commit: 3d01513d54bb9550a494040ba38b9160ced6ceff
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Apr 28 08:14:20 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=3d01513d
7
8 dev-python/openpyxl: use HTTPS
9
10 dev-python/openpyxl/openpyxl-2.3.0.ebuild | 4 ++--
11 dev-python/openpyxl/openpyxl-2.3.3.ebuild | 4 ++--
12 dev-python/openpyxl/openpyxl-9999.ebuild | 4 ++--
13 3 files changed, 6 insertions(+), 6 deletions(-)
14
15 diff --git a/dev-python/openpyxl/openpyxl-2.3.0.ebuild b/dev-python/openpyxl/openpyxl-2.3.0.ebuild
16 index 88aee200525..999223550ca 100644
17 --- a/dev-python/openpyxl/openpyxl-2.3.0.ebuild
18 +++ b/dev-python/openpyxl/openpyxl-2.3.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
26 inherit distutils-r1 vcs-snapshot
27
28 DESCRIPTION="Pure python reader and writer of Excel OpenXML files"
29 -HOMEPAGE="http://openpyxl.readthedocs.org"
30 +HOMEPAGE="https://openpyxl.readthedocs.io/en/stable/"
31 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
32
33 LICENSE="MIT"
34
35 diff --git a/dev-python/openpyxl/openpyxl-2.3.3.ebuild b/dev-python/openpyxl/openpyxl-2.3.3.ebuild
36 index ef154a5dc82..8de94aaf934 100644
37 --- a/dev-python/openpyxl/openpyxl-2.3.3.ebuild
38 +++ b/dev-python/openpyxl/openpyxl-2.3.3.ebuild
39 @@ -1,4 +1,4 @@
40 -# Copyright 1999-2017 Gentoo Foundation
41 +# Copyright 1999-2018 Gentoo Foundation
42 # Distributed under the terms of the GNU General Public License v2
43
44 EAPI=5
45 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
46 inherit distutils-r1 vcs-snapshot
47
48 DESCRIPTION="Pure python reader and writer of Excel OpenXML files"
49 -HOMEPAGE="http://openpyxl.readthedocs.org"
50 +HOMEPAGE="https://openpyxl.readthedocs.io/en/stable/"
51 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
52
53 LICENSE="MIT"
54
55 diff --git a/dev-python/openpyxl/openpyxl-9999.ebuild b/dev-python/openpyxl/openpyxl-9999.ebuild
56 index ee7102131b9..5202a8eafd1 100644
57 --- a/dev-python/openpyxl/openpyxl-9999.ebuild
58 +++ b/dev-python/openpyxl/openpyxl-9999.ebuild
59 @@ -1,4 +1,4 @@
60 -# Copyright 1999-2017 Gentoo Foundation
61 +# Copyright 1999-2018 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63
64 EAPI=5
65 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
66 inherit distutils-r1 mercurial
67
68 DESCRIPTION="Pure python reader and writer of Excel OpenXML files"
69 -HOMEPAGE="http://openpyxl.readthedocs.org"
70 +HOMEPAGE="https://openpyxl.readthedocs.io/en/stable/"
71 SRC_URI=""
72 EHG_REPO_URI="https://bitbucket.org/openpyxl/openpyxl"