From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2E7CF139085 for ; Tue, 3 Jan 2017 10:31:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A8CBE0CEB; Tue, 3 Jan 2017 10:31:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D644FE0CE1 for ; Tue, 3 Jan 2017 10:31:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 84C0D34121E for ; Tue, 3 Jan 2017 10:31:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1764B2627 for ; Tue, 3 Jan 2017 10:31:00 +0000 (UTC) From: "Marius Brehler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marius Brehler" Message-ID: <1483439231.1c1293ca78f2f9eabace8f7db11e54e46bd3bc86.marbre@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/ipywidgets/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/ipywidgets/ipywidgets-4.1.1.ebuild X-VCS-Directories: dev-python/ipywidgets/ X-VCS-Committer: marbre X-VCS-Committer-Name: Marius Brehler X-VCS-Revision: 1c1293ca78f2f9eabace8f7db11e54e46bd3bc86 X-VCS-Branch: master Date: Tue, 3 Jan 2017 10:31:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 12481634-c775-4a6b-9972-6a86a6fe3e28 X-Archives-Hash: 9ef410de0e9b3f2b93d8a730f37116e5 commit: 1c1293ca78f2f9eabace8f7db11e54e46bd3bc86 Author: Marius Brehler linux sungazer de> AuthorDate: Tue Jan 3 10:27:11 2017 +0000 Commit: Marius Brehler linux sungazer de> CommitDate: Tue Jan 3 10:27:11 2017 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=1c1293ca dev-python/ipywidgets: Drop python3_3 Package-Manager: portage-2.3.0 dev-python/ipywidgets/ipywidgets-4.1.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/ipywidgets/ipywidgets-4.1.1.ebuild b/dev-python/ipywidgets/ipywidgets-4.1.1.ebuild index 40e1833..f8cec53 100644 --- a/dev-python/ipywidgets/ipywidgets-4.1.1.ebuild +++ b/dev-python/ipywidgets/ipywidgets-4.1.1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) +PYTHON_COMPAT=( python2_7 python3_{4,5} ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1