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 E0326139085 for ; Tue, 3 Jan 2017 10:31:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 40E02E0CF7; Tue, 3 Jan 2017 10:31:08 +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 1E57CE0CF7 for ; Tue, 3 Jan 2017 10:31:03 +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 4F2A4341149 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 D6AC92624 for ; Tue, 3 Jan 2017 10:30:59 +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: <1483439165.aeaf249310b8b611ec311d48162f3568cb957111.marbre@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/jupyter_client/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/jupyter_client/jupyter_client-9999.ebuild X-VCS-Directories: dev-python/jupyter_client/ X-VCS-Committer: marbre X-VCS-Committer-Name: Marius Brehler X-VCS-Revision: aeaf249310b8b611ec311d48162f3568cb957111 X-VCS-Branch: master Date: Tue, 3 Jan 2017 10:30:59 +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: 3fa5e208-c1c7-4d70-b7d6-d8b3035233fd X-Archives-Hash: e717a8be8e5bfcfd4d6412c62d0a00af commit: aeaf249310b8b611ec311d48162f3568cb957111 Author: Marius Brehler linux sungazer de> AuthorDate: Tue Jan 3 10:26:05 2017 +0000 Commit: Marius Brehler linux sungazer de> CommitDate: Tue Jan 3 10:26:05 2017 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=aeaf2493 dev-python/jupyter_client: Drop python3_3 Package-Manager: portage-2.3.0 dev-python/jupyter_client/jupyter_client-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/jupyter_client/jupyter_client-9999.ebuild b/dev-python/jupyter_client/jupyter_client-9999.ebuild index 0e0ecac..4eb83a4 100644 --- a/dev-python/jupyter_client/jupyter_client-9999.ebuild +++ b/dev-python/jupyter_client/jupyter_client-9999.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 git-r3