Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mox3/
Date: Wed, 08 May 2019 04:22:55
Message-Id: 1557289356.8a02206790fb18f6c0fcfaaa50bb71081ccb801d.prometheanfire@gentoo
1 commit: 8a02206790fb18f6c0fcfaaa50bb71081ccb801d
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Tue May 7 17:34:27 2019 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Wed May 8 04:22:36 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a022067
7
8 dev-python/mox3: use HTTPS
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 dev-python/mox3/mox3-0.24.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/mox3/mox3-0.24.0.ebuild b/dev-python/mox3/mox3-0.24.0.ebuild
17 index bdabb4a93df..734833d0a00 100644
18 --- a/dev-python/mox3/mox3-0.24.0.ebuild
19 +++ b/dev-python/mox3/mox3-0.24.0.ebuild
20 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
21 inherit distutils-r1
22
23 DESCRIPTION="Mock object framework for Python"
24 -HOMEPAGE="http://www.openstack.org/"
25 +HOMEPAGE="https://www.openstack.org/"
26 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
27
28 LICENSE="Apache-2.0"