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/markups/
Date: Sun, 29 Apr 2018 07:35:43
Message-Id: 1524987322.c94663948cd6047d88de9d362bdcb88877b3b5f3.mgorny@gentoo
1 commit: c94663948cd6047d88de9d362bdcb88877b3b5f3
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Apr 27 13:35:06 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=c9466394
7
8 dev-python/markups: use HTTPS
9
10 dev-python/markups/markups-2.0.0.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/dev-python/markups/markups-2.0.0.ebuild b/dev-python/markups/markups-2.0.0.ebuild
14 index 2f123ab5289..711b958eefd 100644
15 --- a/dev-python/markups/markups-2.0.0.ebuild
16 +++ b/dev-python/markups/markups-2.0.0.ebuild
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2017 Gentoo Foundation
19 +# Copyright 1999-2018 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=6
23 @@ -12,7 +12,7 @@ MY_P=${MY_PN}-${PV}
24
25 DESCRIPTION="A wrapper around various text markups"
26 HOMEPAGE="
27 - http://pythonhosted.org/Markups/
28 + https://pythonhosted.org/Markups/
29 https://github.com/retext-project/pymarkups
30 https://pypi.org/project/Markups/"
31 SRC_URI="mirror://pypi/M/${MY_PN}/${MY_P}.tar.gz"