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/flask-testing/
Date: Sun, 29 Apr 2018 07:35:39
Message-Id: 1524987322.2d4d6836af1543c9b287c4198fae4545d225568e.mgorny@gentoo
1 commit: 2d4d6836af1543c9b287c4198fae4545d225568e
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Apr 27 13:33:44 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 29 07:35:22 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d4d6836
7
8 dev-python/flask-testing: use HTTPS
9
10 dev-python/flask-testing/flask-testing-0.4.2.ebuild | 4 ++--
11 dev-python/flask-testing/flask-testing-0.6.2.ebuild | 4 ++--
12 2 files changed, 4 insertions(+), 4 deletions(-)
13
14 diff --git a/dev-python/flask-testing/flask-testing-0.4.2.ebuild b/dev-python/flask-testing/flask-testing-0.4.2.ebuild
15 index 17224a7a0b9..87258db25a4 100644
16 --- a/dev-python/flask-testing/flask-testing-0.4.2.ebuild
17 +++ b/dev-python/flask-testing/flask-testing-0.4.2.ebuild
18 @@ -1,4 +1,4 @@
19 -# Copyright 1999-2016 Gentoo Foundation
20 +# Copyright 1999-2018 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=6
24 @@ -10,7 +10,7 @@ MY_PN="Flask-Testing"
25 MY_P="${MY_PN}-${PV}"
26
27 DESCRIPTION="Unit testing for Flask"
28 -HOMEPAGE="http://pythonhosted.org/Flask-Testing/ https://pypi.org/project/Flask-Testing/"
29 +HOMEPAGE="https://pythonhosted.org/Flask-Testing/ https://pypi.org/project/Flask-Testing/"
30 SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
31
32 LICENSE="BSD"
33
34 diff --git a/dev-python/flask-testing/flask-testing-0.6.2.ebuild b/dev-python/flask-testing/flask-testing-0.6.2.ebuild
35 index f37b1dc10c3..4b29fd37608 100644
36 --- a/dev-python/flask-testing/flask-testing-0.6.2.ebuild
37 +++ b/dev-python/flask-testing/flask-testing-0.6.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 @@ -10,7 +10,7 @@ MY_PN="Flask-Testing"
45 MY_P="${MY_PN}-${PV}"
46
47 DESCRIPTION="Unit testing for Flask"
48 -HOMEPAGE="http://pythonhosted.org/Flask-Testing/ https://pypi.org/project/Flask-Testing/"
49 +HOMEPAGE="https://pythonhosted.org/Flask-Testing/ https://pypi.org/project/Flask-Testing/"
50 SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
51
52 LICENSE="BSD"