From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1039527-garchives=archives.gentoo.org@lists.gentoo.org>
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 10D55138334
	for <garchives@archives.gentoo.org>; Mon, 30 Jul 2018 11:51:48 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id AA125E088A;
	Mon, 30 Jul 2018 11:51:46 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 73BD6E088A
	for <gentoo-commits@lists.gentoo.org>; Mon, 30 Jul 2018 11:51:46 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id A2E27335C94
	for <gentoo-commits@lists.gentoo.org>; Mon, 30 Jul 2018 11:51:44 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 6F0D3385
	for <gentoo-commits@lists.gentoo.org>; Mon, 30 Jul 2018 11:51:42 +0000 (UTC)
From: "Horea Christian" <horea.christ@gmail.com>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Horea Christian" <horea.christ@gmail.com>
Message-ID: <1532951491.8e1eb896a971f81943b09bf9ae25690543b4a30e.chymera@gentoo>
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/nipy/
X-VCS-Repository: proj/sci
X-VCS-Files: sci-libs/nipy/nipy-0.4.0.ebuild sci-libs/nipy/nipy-0.4.1.ebuild sci-libs/nipy/nipy-9999.ebuild
X-VCS-Directories: sci-libs/nipy/
X-VCS-Committer: chymera
X-VCS-Committer-Name: Horea Christian
X-VCS-Revision: 8e1eb896a971f81943b09bf9ae25690543b4a30e
X-VCS-Branch: master
Date: Mon, 30 Jul 2018 11:51:42 +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: 88d83bf8-c4f8-4de7-a2be-9a113b415b5c
X-Archives-Hash: f3c21d911d2d6c1147c145a80ba57d9e

commit:     8e1eb896a971f81943b09bf9ae25690543b4a30e
Author:     Horea Christian <horea.christ <AT> yandex <DOT> com>
AuthorDate: Mon Jul 30 11:51:31 2018 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Mon Jul 30 11:51:31 2018 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=8e1eb896

sci-libs/nipy: EAPI and PYTHON_COMPAT bump

Package-Manager: Portage-2.3.44, Repoman-2.3.10

 sci-libs/nipy/nipy-0.4.0.ebuild | 6 +++---
 sci-libs/nipy/nipy-0.4.1.ebuild | 6 +++---
 sci-libs/nipy/nipy-9999.ebuild  | 6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/sci-libs/nipy/nipy-0.4.0.ebuild b/sci-libs/nipy/nipy-0.4.0.ebuild
index 4db0b9597..ab2562f34 100644
--- a/sci-libs/nipy/nipy-0.4.0.ebuild
+++ b/sci-libs/nipy/nipy-0.4.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit distutils-r1 eutils multilib flag-o-matic
 

diff --git a/sci-libs/nipy/nipy-0.4.1.ebuild b/sci-libs/nipy/nipy-0.4.1.ebuild
index a886c1c42..74ad89b9b 100644
--- a/sci-libs/nipy/nipy-0.4.1.ebuild
+++ b/sci-libs/nipy/nipy-0.4.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit distutils-r1 eutils multilib flag-o-matic
 

diff --git a/sci-libs/nipy/nipy-9999.ebuild b/sci-libs/nipy/nipy-9999.ebuild
index b9357a72f..658e8d984 100644
--- a/sci-libs/nipy/nipy-9999.ebuild
+++ b/sci-libs/nipy/nipy-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit distutils-r1 multilib git-r3 flag-o-matic