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 7D575138334 for ; Thu, 2 Aug 2018 17:37:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 66D5DE07A5; Thu, 2 Aug 2018 17:37:52 +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 3A8A7E07A5 for ; Thu, 2 Aug 2018 17:37:52 +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 0AC40335C36 for ; Thu, 2 Aug 2018 17:37:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 72A13348 for ; Thu, 2 Aug 2018 17:37:49 +0000 (UTC) From: "Horea Christian" 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" Message-ID: <1533231369.9a6feaff2362c2475a7cce8fc23394a8d879fe8b.chymera@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/nilearn/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/nilearn/nilearn-0.4.1.ebuild sci-biology/nilearn/nilearn-9999.ebuild X-VCS-Directories: sci-biology/nilearn/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: 9a6feaff2362c2475a7cce8fc23394a8d879fe8b X-VCS-Branch: master Date: Thu, 2 Aug 2018 17:37:49 +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: 1759f328-1fd3-4b04-b56f-6d86b460dcae X-Archives-Hash: e4f908b6c7d94547cb757c37da0526c6 commit: 9a6feaff2362c2475a7cce8fc23394a8d879fe8b Author: Horea Christian yandex com> AuthorDate: Thu Aug 2 17:36:09 2018 +0000 Commit: Horea Christian gmail com> CommitDate: Thu Aug 2 17:36:09 2018 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=9a6feaff sci-biology/nilearn: EAPI and PYTHON_COMPAT bump Package-Manager: Portage-2.3.44, Repoman-2.3.10 sci-biology/nilearn/nilearn-0.4.1.ebuild | 4 ++-- sci-biology/nilearn/nilearn-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sci-biology/nilearn/nilearn-0.4.1.ebuild b/sci-biology/nilearn/nilearn-0.4.1.ebuild index 49f7a1a33..87226eec3 100644 --- a/sci-biology/nilearn/nilearn-0.4.1.ebuild +++ b/sci-biology/nilearn/nilearn-0.4.1.ebuild @@ -1,9 +1,9 @@ # 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 diff --git a/sci-biology/nilearn/nilearn-9999.ebuild b/sci-biology/nilearn/nilearn-9999.ebuild index ecaae3009..460dfc74f 100644 --- a/sci-biology/nilearn/nilearn-9999.ebuild +++ b/sci-biology/nilearn/nilearn-9999.ebuild @@ -1,9 +1,9 @@ # 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 git-r3