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/guessit/
Date: Sun, 30 Jul 2017 09:45:02
Message-Id: 1501407883.3b407f624471a4479f5e977e88ddc9b8d1170e7e.mgorny@gentoo
1 commit: 3b407f624471a4479f5e977e88ddc9b8d1170e7e
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 17:36:51 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 09:44:43 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b407f62
7
8 dev-python/guessit: use HTTPS for GitHub
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 dev-python/guessit/guessit-9999.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/guessit/guessit-9999.ebuild b/dev-python/guessit/guessit-9999.ebuild
16 index ca588fab1cd..8c6ead3c27e 100644
17 --- a/dev-python/guessit/guessit-9999.ebuild
18 +++ b/dev-python/guessit/guessit-9999.ebuild
19 @@ -9,7 +9,7 @@ inherit distutils-r1 git-r3
20
21 DESCRIPTION="Python library for guessing information from video filenames"
22 HOMEPAGE="https://github.com/guessit-io/guessit https://pypi.python.org/pypi/guessit"
23 -EGIT_REPO_URI=( {https,git}://github.com/${PN}-io/${PN}.git )
24 +EGIT_REPO_URI="https://github.com/${PN}-io/${PN}.git"
25 EGIT_BRANCH="develop"
26
27 LICENSE="LGPL-3"