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-restful/
Date: Sun, 29 Apr 2018 07:35:33
Message-Id: 1524987318.7eadcbd80d3c46aaa3c4277a589552e1c75372df.mgorny@gentoo
1 commit: 7eadcbd80d3c46aaa3c4277a589552e1c75372df
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Apr 27 17:49:50 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 29 07:35:18 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7eadcbd8
7
8 dev-python/flask-restful: use HTTPS
9
10 dev-python/flask-restful/flask-restful-0.3.5-r1.ebuild | 4 ++--
11 dev-python/flask-restful/flask-restful-0.3.6.ebuild | 4 ++--
12 2 files changed, 4 insertions(+), 4 deletions(-)
13
14 diff --git a/dev-python/flask-restful/flask-restful-0.3.5-r1.ebuild b/dev-python/flask-restful/flask-restful-0.3.5-r1.ebuild
15 index b9209fd71cc..d7899765610 100644
16 --- a/dev-python/flask-restful/flask-restful-0.3.5-r1.ebuild
17 +++ b/dev-python/flask-restful/flask-restful-0.3.5-r1.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=6
24 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
25 inherit distutils-r1
26
27 DESCRIPTION="Simple framework for creating REST APIs"
28 -HOMEPAGE="http://flask-restful.readthedocs.org/ https://github.com/twilio/flask-restful/"
29 +HOMEPAGE="https://flask-restful.readthedocs.io/en/latest/ https://github.com/twilio/flask-restful/"
30 SRC_URI="https://github.com/twilio/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
31
32 LICENSE="BSD"
33
34 diff --git a/dev-python/flask-restful/flask-restful-0.3.6.ebuild b/dev-python/flask-restful/flask-restful-0.3.6.ebuild
35 index a55d4e3709b..b4be50acfe9 100644
36 --- a/dev-python/flask-restful/flask-restful-0.3.6.ebuild
37 +++ b/dev-python/flask-restful/flask-restful-0.3.6.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 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
45 inherit distutils-r1
46
47 DESCRIPTION="Simple framework for creating REST APIs"
48 -HOMEPAGE="http://flask-restful.readthedocs.org/ https://github.com/twilio/flask-restful/"
49 +HOMEPAGE="https://flask-restful.readthedocs.io/en/latest/ https://github.com/twilio/flask-restful/"
50 SRC_URI="https://github.com/twilio/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
51
52 LICENSE="BSD"