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/pywavelets/
Date: Sun, 29 Apr 2018 06:34:15
Message-Id: 1524983590.447b5f911cbf5ebbafde069752767d81c4b5f0c8.mgorny@gentoo
1 commit: 447b5f911cbf5ebbafde069752767d81c4b5f0c8
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Apr 28 08:31:16 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 29 06:33:10 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=447b5f91
7
8 dev-python/pywavelets: use HTTPS
9
10 Closes: https://github.com/gentoo/gentoo/pull/8190
11
12 dev-python/pywavelets/pywavelets-0.5.2.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/pywavelets/pywavelets-0.5.2.ebuild b/dev-python/pywavelets/pywavelets-0.5.2.ebuild
16 index 6efa8d000e6..2f8651ead14 100644
17 --- a/dev-python/pywavelets/pywavelets-0.5.2.ebuild
18 +++ b/dev-python/pywavelets/pywavelets-0.5.2.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=6
25 @@ -11,7 +11,7 @@ MY_PN="${PN/pyw/PyW}"
26 MY_P="${MY_PN}-${PV}"
27
28 DESCRIPTION="Discrete Wavelet Transforms in Python"
29 -HOMEPAGE="http://pywavelets.readthedocs.org/"
30 +HOMEPAGE="https://pywavelets.readthedocs.io/en/latest/"
31 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
32
33 LICENSE="MIT"