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 C8C52139085 for ; Tue, 3 Jan 2017 10:31:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 347B3E0D02; Tue, 3 Jan 2017 10:31:08 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 14C9EE0CFB 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 600CB3411D7 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 E85052625 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: <1483439185.fcb44eb5e3ed1da47356d8d8023a09b68f660fb0.marbre@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/nbformat/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/nbformat/nbformat-9999.ebuild X-VCS-Directories: dev-python/nbformat/ X-VCS-Committer: marbre X-VCS-Committer-Name: Marius Brehler X-VCS-Revision: fcb44eb5e3ed1da47356d8d8023a09b68f660fb0 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: 2724641d-8948-40d8-878e-977398ae8741 X-Archives-Hash: c0b49e3ec37f31e98d512a6a1fb4b6d8 commit: fcb44eb5e3ed1da47356d8d8023a09b68f660fb0 Author: Marius Brehler linux sungazer de> AuthorDate: Tue Jan 3 10:26:25 2017 +0000 Commit: Marius Brehler linux sungazer de> CommitDate: Tue Jan 3 10:26:25 2017 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=fcb44eb5 dev-python/nbformat: Drop python3_3 Package-Manager: portage-2.3.0 dev-python/nbformat/nbformat-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/nbformat/nbformat-9999.ebuild b/dev-python/nbformat/nbformat-9999.ebuild index fbe5385..a823d00 100644 --- a/dev-python/nbformat/nbformat-9999.ebuild +++ b/dev-python/nbformat/nbformat-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) +PYTHON_COMPAT=( python2_7 python3_{4,5} ) PYTHON_REQ_USE='sqlite' inherit distutils-r1 git-r3