Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/guessit/
Date: Fri, 08 Jul 2016 11:38:47
Message-Id: 1467976240.8a3039ccf43f53a6102359e551aa9db9a5a87f9c.monsieurp@gentoo
1 commit: 8a3039ccf43f53a6102359e551aa9db9a5a87f9c
2 Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
3 AuthorDate: Thu Jul 7 10:46:19 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 8 11:10:40 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a3039cc
7
8 dev-python/guessit: omit no longer needed patch in 9999
9
10 Package-Manager: portage-2.3.0
11 Closes: https://github.com/gentoo/gentoo/pull/1840
12
13 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
14
15 dev-python/guessit/guessit-9999.ebuild | 2 --
16 1 file changed, 2 deletions(-)
17
18 diff --git a/dev-python/guessit/guessit-9999.ebuild b/dev-python/guessit/guessit-9999.ebuild
19 index ca81823..1386e0f 100644
20 --- a/dev-python/guessit/guessit-9999.ebuild
21 +++ b/dev-python/guessit/guessit-9999.ebuild
22 @@ -34,8 +34,6 @@ DEPEND="${RDEPEND}
23 )
24 "
25
26 -PATCHES=( "${FILESDIR}/${PN}-2.0.5-support-noninteractive-shells.patch" )
27 -
28 python_prepare_all() {
29 # Disable benchmarks as they require unavailable pytest-benchmark.
30 rm guessit/test/test_benchmark.py || die