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 1BBA4138330 for ; Wed, 12 Oct 2016 06:30:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91F7821C07C; Wed, 12 Oct 2016 06:30:39 +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 5CB5F21C07C for ; Wed, 12 Oct 2016 06:30:39 +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 533D2341565 for ; Wed, 12 Oct 2016 06:30:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AAC97248E 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: <1475088087.d1dff69b7ea31fe9ac6e2e457533b25d4f8e0224.marbre@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/nibabel/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/nibabel/nibabel-1.3.0.ebuild sci-libs/nibabel/nibabel-2.0.1.ebuild sci-libs/nibabel/nibabel-2.1.0.ebuild sci-libs/nibabel/nibabel-9999.ebuild X-VCS-Directories: sci-libs/nibabel/ X-VCS-Committer: marbre X-VCS-Committer-Name: Marius Brehler X-VCS-Revision: d1dff69b7ea31fe9ac6e2e457533b25d4f8e0224 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: c84f9f8a-4785-49ff-a2f0-e640b7428f9c X-Archives-Hash: 9367a34b385df959cf061e2b5111345e commit: d1dff69b7ea31fe9ac6e2e457533b25d4f8e0224 Author: Horea Christian yandex com> AuthorDate: Wed Sep 28 18:41:27 2016 +0000 Commit: Marius Brehler linux sungazer de> CommitDate: Wed Sep 28 18:41:27 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=d1dff69b sci-libs/nibabel: updted test depenencies, python compatibility, EAPI (#687) Package-Manager: portage-2.3.1 sci-libs/nibabel/nibabel-1.3.0.ebuild | 11 +++++++---- sci-libs/nibabel/nibabel-2.0.1.ebuild | 9 ++++++--- sci-libs/nibabel/nibabel-2.1.0.ebuild | 9 ++++++--- sci-libs/nibabel/nibabel-9999.ebuild | 9 ++++++--- 4 files changed, 25 insertions(+), 13 deletions(-) diff --git a/sci-libs/nibabel/nibabel-1.3.0.ebuild b/sci-libs/nibabel/nibabel-1.3.0.ebuild index 151cca9..a78e458 100644 --- a/sci-libs/nibabel/nibabel-1.3.0.ebuild +++ b/sci-libs/nibabel/nibabel-1.3.0.ebuild @@ -2,9 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="6" +EAPI=6 -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python{2_7,3_4} ) inherit distutils-r1 @@ -21,7 +21,7 @@ IUSE="dicom doc test" RDEPEND=" dev-python/numpy[${PYTHON_USEDEP}] sci-libs/scipy[${PYTHON_USEDEP}] - dev-python/nose[${PYTHON_USEDEP}] + dev-python/mock[${PYTHON_USEDEP}] dicom? ( sci-libs/pydicom[${PYTHON_USEDEP}] dev-python/pillow[${PYTHON_USEDEP}] @@ -30,7 +30,10 @@ RDEPEND=" DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] - test? ( ${RDEPEND} ) + test? ( + ${RDEPEND} + dev-python/nose[${PYTHON_USEDEP}] + ) doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) " diff --git a/sci-libs/nibabel/nibabel-2.0.1.ebuild b/sci-libs/nibabel/nibabel-2.0.1.ebuild index 84e8c98..29d75a7 100644 --- a/sci-libs/nibabel/nibabel-2.0.1.ebuild +++ b/sci-libs/nibabel/nibabel-2.0.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="6" +EAPI=6 PYTHON_COMPAT=( python{2_7,3_4,3_5} ) @@ -21,7 +21,7 @@ IUSE="dicom doc test" RDEPEND=" dev-python/numpy[${PYTHON_USEDEP}] sci-libs/scipy[${PYTHON_USEDEP}] - dev-python/nose[${PYTHON_USEDEP}] + dev-python/mock[${PYTHON_USEDEP}] dicom? ( sci-libs/pydicom[${PYTHON_USEDEP}] dev-python/pillow[${PYTHON_USEDEP}] @@ -30,7 +30,10 @@ RDEPEND=" DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] - test? ( ${RDEPEND} ) + test? ( + ${RDEPEND} + dev-python/nose[${PYTHON_USEDEP}] + ) doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) " diff --git a/sci-libs/nibabel/nibabel-2.1.0.ebuild b/sci-libs/nibabel/nibabel-2.1.0.ebuild index 84e8c98..29d75a7 100644 --- a/sci-libs/nibabel/nibabel-2.1.0.ebuild +++ b/sci-libs/nibabel/nibabel-2.1.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="6" +EAPI=6 PYTHON_COMPAT=( python{2_7,3_4,3_5} ) @@ -21,7 +21,7 @@ IUSE="dicom doc test" RDEPEND=" dev-python/numpy[${PYTHON_USEDEP}] sci-libs/scipy[${PYTHON_USEDEP}] - dev-python/nose[${PYTHON_USEDEP}] + dev-python/mock[${PYTHON_USEDEP}] dicom? ( sci-libs/pydicom[${PYTHON_USEDEP}] dev-python/pillow[${PYTHON_USEDEP}] @@ -30,7 +30,10 @@ RDEPEND=" DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] - test? ( ${RDEPEND} ) + test? ( + ${RDEPEND} + dev-python/nose[${PYTHON_USEDEP}] + ) doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) " diff --git a/sci-libs/nibabel/nibabel-9999.ebuild b/sci-libs/nibabel/nibabel-9999.ebuild index 7fd8f68..2004479 100644 --- a/sci-libs/nibabel/nibabel-9999.ebuild +++ b/sci-libs/nibabel/nibabel-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="6" +EAPI=6 PYTHON_COMPAT=( python{2_7,3_4,3_5} ) @@ -21,7 +21,7 @@ KEYWORDS="" RDEPEND=" dev-python/numpy[${PYTHON_USEDEP}] sci-libs/scipy[${PYTHON_USEDEP}] - dev-python/nose[${PYTHON_USEDEP}] + dev-python/mock[${PYTHON_USEDEP}] dicom? ( sci-libs/pydicom[${PYTHON_USEDEP}] dev-python/pillow[${PYTHON_USEDEP}] @@ -30,7 +30,10 @@ RDEPEND=" DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] - test? ( ${RDEPEND} ) + test? ( + ${RDEPEND} + dev-python/nose[${PYTHON_USEDEP}] + ) doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) "