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/routes/
Date: Tue, 01 May 2018 18:40:22
Message-Id: 1525200005.51d616e8c5dd9f6a9e950299e09f48363184409c.mgorny@gentoo
1 commit: 51d616e8c5dd9f6a9e950299e09f48363184409c
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Apr 29 13:55:12 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue May 1 18:40:05 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51d616e8
7
8 dev-python/routes: use HTTPS
9
10 Closes: https://github.com/gentoo/gentoo/pull/8202
11
12 dev-python/routes/routes-2.4.1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/routes/routes-2.4.1.ebuild b/dev-python/routes/routes-2.4.1.ebuild
16 index 6626129c16b..89a8441f1d9 100644
17 --- a/dev-python/routes/routes-2.4.1.ebuild
18 +++ b/dev-python/routes/routes-2.4.1.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=5
25 @@ -10,7 +10,7 @@ MY_PN="Routes"
26 MY_P="${MY_PN}-${PV}"
27
28 DESCRIPTION="A re-implementation of Rails routes system, mapping URLs to Controllers/Actions"
29 -HOMEPAGE="http://routes.groovie.org https://pypi.org/project/Routes/"
30 +HOMEPAGE="https://routes.readthedocs.io/en/latest/ https://pypi.org/project/Routes/"
31 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
32
33 LICENSE="BSD"