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-babelex/
Date: Sun, 30 Jul 2017 08:36:03
Message-Id: 1501403747.a4da5731317c49c6d6335a23d1d618b59215ce3e.mgorny@gentoo
1 commit: a4da5731317c49c6d6335a23d1d618b59215ce3e
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Fri Jul 28 22:49:10 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 08:35:47 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4da5731
7
8 dev-python/flask-babelex: use HTTPS for GitHub
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 dev-python/flask-babelex/flask-babelex-0.9.3.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/flask-babelex/flask-babelex-0.9.3.ebuild b/dev-python/flask-babelex/flask-babelex-0.9.3.ebuild
16 index 0f4cfdc53fd..e1a7a94a45a 100644
17 --- a/dev-python/flask-babelex/flask-babelex-0.9.3.ebuild
18 +++ b/dev-python/flask-babelex/flask-babelex-0.9.3.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -10,7 +10,7 @@ MY_PN="Flask-BabelEx"
26 MY_P="${MY_PN}-${PV}"
27
28 DESCRIPTION="Adds i18n/l10n support to Flask applications"
29 -HOMEPAGE="http://github.com/mrjoes/flask-babelex https://pypi.python.org/pypi/Flask-BabelEx"
30 +HOMEPAGE="https://github.com/mrjoes/flask-babelex https://pypi.python.org/pypi/Flask-BabelEx"
31 SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
32
33 LICENSE="BSD"