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/notebook/
Date: Tue, 03 Jan 2017 10:31:40
Message-Id: 1483439313.ad2a26a8ab7a47151418605eaf284f41be63ab1e.marbre@gentoo
1 commit: ad2a26a8ab7a47151418605eaf284f41be63ab1e
2 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
3 AuthorDate: Tue Jan 3 10:28:33 2017 +0000
4 Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
5 CommitDate: Tue Jan 3 10:28:33 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=ad2a26a8
7
8 dev-python/notebook: Drop python3_3
9
10 Package-Manager: portage-2.3.0
11
12 dev-python/notebook/notebook-4.0.6.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/notebook/notebook-4.0.6.ebuild b/dev-python/notebook/notebook-4.0.6.ebuild
16 index d53ade7..4bda11b 100644
17 --- a/dev-python/notebook/notebook-4.0.6.ebuild
18 +++ b/dev-python/notebook/notebook-4.0.6.ebuild
19 @@ -1,10 +1,10 @@
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 # $Id$
24
25 EAPI=5
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