Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-stdnum/
Date: Wed, 25 Apr 2018 21:28:13
Message-Id: 1524691620.bcbb36558dca3879619865da941463fc9014cf94.bman@gentoo
1 commit: bcbb36558dca3879619865da941463fc9014cf94
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Wed Apr 25 18:07:05 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 25 21:27:00 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcbb3655
7
8 dev-python/python-stdnum: use HTTPS
9
10 Closes: https://github.com/gentoo/gentoo/pull/8136
11
12 dev-python/python-stdnum/python-stdnum-1.7.ebuild | 4 ++--
13 dev-python/python-stdnum/python-stdnum-1.8.1.ebuild | 2 +-
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-python/python-stdnum/python-stdnum-1.7.ebuild b/dev-python/python-stdnum/python-stdnum-1.7.ebuild
17 index 6bb1b062dfb..db1d8fe5bd1 100644
18 --- a/dev-python/python-stdnum/python-stdnum-1.7.ebuild
19 +++ b/dev-python/python-stdnum/python-stdnum-1.7.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=6
26 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
27 inherit distutils-r1
28
29 DESCRIPTION="A module to handle standardized numbers and codes"
30 -HOMEPAGE="http://arthurdejong.org/python-stdnum/"
31 +HOMEPAGE="https://arthurdejong.org/python-stdnum/"
32 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
33
34 LICENSE="LGPL-2.1"
35
36 diff --git a/dev-python/python-stdnum/python-stdnum-1.8.1.ebuild b/dev-python/python-stdnum/python-stdnum-1.8.1.ebuild
37 index 9bd98db1252..8d73d4288ed 100644
38 --- a/dev-python/python-stdnum/python-stdnum-1.8.1.ebuild
39 +++ b/dev-python/python-stdnum/python-stdnum-1.8.1.ebuild
40 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
41 inherit distutils-r1
42
43 DESCRIPTION="A module to handle standardized numbers and codes"
44 -HOMEPAGE="http://arthurdejong.org/python-stdnum/"
45 +HOMEPAGE="https://arthurdejong.org/python-stdnum/"
46 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
47
48 LICENSE="LGPL-2.1"