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 45AB4138330 for ; Wed, 12 Oct 2016 06:30:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B509521C07E; Wed, 12 Oct 2016 06:30:43 +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 9CD7C21C07E for ; Wed, 12 Oct 2016 06:30:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 EC8C93414C1 for ; Wed, 12 Oct 2016 06:30:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 74FBE7E1 for ; Wed, 12 Oct 2016 06:30:33 +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: <1474887763.6bc09fc2062a164cb4e3dabffa490e3fc86f5106.marbre@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/nistats/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/nistats/nistats-9999.ebuild X-VCS-Directories: sci-biology/nistats/ X-VCS-Committer: marbre X-VCS-Committer-Name: Marius Brehler X-VCS-Revision: 6bc09fc2062a164cb4e3dabffa490e3fc86f5106 X-VCS-Branch: master Date: Wed, 12 Oct 2016 06:30:33 +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: e2581463-5bfc-4d8c-9fb3-4fd613ff9ef8 X-Archives-Hash: cfd51639dc28fc425d5124acc6dc33a5 commit: 6bc09fc2062a164cb4e3dabffa490e3fc86f5106 Author: Horea Christian yandex com> AuthorDate: Mon Sep 26 11:02:43 2016 +0000 Commit: Marius Brehler linux sungazer de> CommitDate: Mon Sep 26 11:02:43 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=6bc09fc2 sci-biology/nistats: added new dep, updated EAPI and python cmpatibility (#683) Package-Manager: portage-2.3.1 sci-biology/nistats/nistats-9999.ebuild | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/sci-biology/nistats/nistats-9999.ebuild b/sci-biology/nistats/nistats-9999.ebuild index 169eced..5ec78fa 100644 --- a/sci-biology/nistats/nistats-9999.ebuild +++ b/sci-biology/nistats/nistats-9999.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python{2_7,3_4} ) -inherit distutils-r1 multilib git-r3 flag-o-matic +inherit distutils-r1 git-r3 DESCRIPTION="Neuroimaging tools for Python" HOMEPAGE="http://nipy.org/" @@ -18,9 +18,13 @@ SLOT="0" IUSE="" KEYWORDS="" -COMMONDEPEND="dev-python/numpy[${PYTHON_USEDEP}]" +COMMONDEPEND=" + dev-python/numpy[${PYTHON_USEDEP}] + dev-python/patsy[${PYTHON_USEDEP}] + " DEPEND="${COMMONDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" + dev-python/setuptools[${PYTHON_USEDEP}] + " RDEPEND="${COMMONDEPEND} sci-libs/scipy[${PYTHON_USEDEP}] dev-python/sympy[${PYTHON_USEDEP}]