Gentoo Archives: gentoo-commits

From: Marius Brehler <marbre@××××××××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/jupyter_client/
Date: Tue, 03 Jan 2017 10:31:14
Message-Id: 1483439165.aeaf249310b8b611ec311d48162f3568cb957111.marbre@gentoo
1 commit: aeaf249310b8b611ec311d48162f3568cb957111
2 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
3 AuthorDate: Tue Jan 3 10:26:05 2017 +0000
4 Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
5 CommitDate: Tue Jan 3 10:26:05 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=aeaf2493
7
8 dev-python/jupyter_client: Drop python3_3
9
10 Package-Manager: portage-2.3.0
11
12 dev-python/jupyter_client/jupyter_client-9999.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/jupyter_client/jupyter_client-9999.ebuild b/dev-python/jupyter_client/jupyter_client-9999.ebuild
16 index 0e0ecac..4eb83a4 100644
17 --- a/dev-python/jupyter_client/jupyter_client-9999.ebuild
18 +++ b/dev-python/jupyter_client/jupyter_client-9999.ebuild
19 @@ -1,10 +1,10 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 EAPI=6
26
27 -PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
28 +PYTHON_COMPAT=( python2_7 python3_{4,5} )
29 PYTHON_REQ_USE="threads(+)"
30
31 inherit distutils-r1 git-r3