From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-841649-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E198E13888F for <garchives@archives.gentoo.org>; Wed, 21 Oct 2015 13:45:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 139E121C063; Wed, 21 Oct 2015 13:45:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 953FF21C064 for <gentoo-commits@lists.gentoo.org>; Wed, 21 Oct 2015 13:45:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C581334072E for <gentoo-commits@lists.gentoo.org>; Wed, 21 Oct 2015 13:45:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A10A6155E for <gentoo-commits@lists.gentoo.org>; Wed, 21 Oct 2015 13:44:58 +0000 (UTC) From: "Justin Lecher" <jlec@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" <jlec@gentoo.org> Message-ID: <1445421185.7dd502d881de20ae85bbfdeddeeb8f63917095a0.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/notebook/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/notebook/notebook-4.0.6.ebuild dev-python/notebook/notebook-9999.ebuild X-VCS-Directories: dev-python/notebook/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 7dd502d881de20ae85bbfdeddeeb8f63917095a0 X-VCS-Branch: master Date: Wed, 21 Oct 2015 13:44:58 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 30bfff79-f132-4b80-bfca-84a401558d33 X-Archives-Hash: 79e0cb603b60ff3a6b9249c7b5b95735 commit: 7dd502d881de20ae85bbfdeddeeb8f63917095a0 Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Wed Oct 21 09:53:05 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Wed Oct 21 09:53:05 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=7dd502d8 dev-python/notebook: Add python3.5 support Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org> dev-python/notebook/notebook-4.0.6.ebuild | 3 ++- dev-python/notebook/notebook-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-python/notebook/notebook-4.0.6.ebuild b/dev-python/notebook/notebook-4.0.6.ebuild index 80fa9fc..242587a 100644 --- a/dev-python/notebook/notebook-4.0.6.ebuild +++ b/dev-python/notebook/notebook-4.0.6.ebuild @@ -3,7 +3,8 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python2_7 python{3_3,3_4} ) + +PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) inherit distutils-r1 diff --git a/dev-python/notebook/notebook-9999.ebuild b/dev-python/notebook/notebook-9999.ebuild index d5ab6df..cac1dd7 100644 --- a/dev-python/notebook/notebook-9999.ebuild +++ b/dev-python/notebook/notebook-9999.ebuild @@ -3,7 +3,8 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python2_7 python{3_3,3_4} ) + +PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) inherit distutils-r1 git-r3