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/autopep8/
Date: Sun, 30 Jul 2017 09:16:02
Message-Id: 1501406143.0a0dfe58613c8148d1d377b9d340af6b86811c0c.mgorny@gentoo
1 commit: 0a0dfe58613c8148d1d377b9d340af6b86811c0c
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 10:29:53 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 09:15:43 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a0dfe58
7
8 dev-python/autopep8: use HTTPS for GitHub
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 dev-python/autopep8/autopep8-9999.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/autopep8/autopep8-9999.ebuild b/dev-python/autopep8/autopep8-9999.ebuild
16 index 6b7024ae743..82b8a5ea907 100644
17 --- a/dev-python/autopep8/autopep8-9999.ebuild
18 +++ b/dev-python/autopep8/autopep8-9999.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -10,7 +10,7 @@ inherit distutils-r1 git-2
26 DESCRIPTION="Automatically formats Python code to conform to the PEP 8 style guide"
27 HOMEPAGE="https://github.com/hhatto/autopep8 https://pypi.python.org/pypi/autopep8"
28 SRC_URI=""
29 -EGIT_REPO_URI="git://github.com/hhatto/${PN}.git"
30 +EGIT_REPO_URI="https://github.com/hhatto/${PN}.git"
31
32 LICENSE="MIT"
33 SLOT="0"