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 0E67B138359 for ; Sun, 27 Sep 2020 03:26:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 15798E0831; Sun, 27 Sep 2020 03:26:38 +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 EA618E0831 for ; Sun, 27 Sep 2020 03:26:37 +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 705F6335D74 for ; Sun, 27 Sep 2020 03:26:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 15E6B339 for ; Sun, 27 Sep 2020 03:26:35 +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: <1601177189.4efd7d1c7665e0e3370005e1016311952a5d4460.chymera@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/nibabel/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/nibabel/nibabel-2.3.1.ebuild sci-libs/nibabel/nibabel-2.5.1.ebuild sci-libs/nibabel/nibabel-3.0.2.ebuild sci-libs/nibabel/nibabel-9999.ebuild X-VCS-Directories: sci-libs/nibabel/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: 4efd7d1c7665e0e3370005e1016311952a5d4460 X-VCS-Branch: master Date: Sun, 27 Sep 2020 03:26:35 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e218f926-d335-4b90-aa5b-ceb9d96fc438 X-Archives-Hash: a2516549bb8a290cabb05d7120bd8162 commit: 4efd7d1c7665e0e3370005e1016311952a5d4460 Author: Horea Christian chymera eu> AuthorDate: Sun Sep 27 03:26:29 2020 +0000 Commit: Horea Christian gmail com> CommitDate: Sun Sep 27 03:26:29 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=4efd7d1c sci-libs/nibabel: removed old version, PYTHON_COMPAT update Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Horea Christian chymera.eu> sci-libs/nibabel/nibabel-2.3.1.ebuild | 43 ----------------------------------- sci-libs/nibabel/nibabel-2.5.1.ebuild | 5 ++-- sci-libs/nibabel/nibabel-3.0.2.ebuild | 5 ++-- sci-libs/nibabel/nibabel-9999.ebuild | 10 ++++---- 4 files changed, 8 insertions(+), 55 deletions(-) diff --git a/sci-libs/nibabel/nibabel-2.3.1.ebuild b/sci-libs/nibabel/nibabel-2.3.1.ebuild deleted file mode 100644 index 1b571d4b0..000000000 --- a/sci-libs/nibabel/nibabel-2.3.1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6,7,8} ) - -inherit distutils-r1 - -DESCRIPTION="Access a cacophony of neuro-imaging file formats" -HOMEPAGE="http://nipy.org/nibabel/" -SRC_URI="https://github.com/nipy/nibabel/archive/${PV}.tar.gz -> ${P}.tar.gz" - -KEYWORDS="~amd64 ~x86" - -LICENSE="MIT" -SLOT="0" -IUSE="dicom doc test" - -RDEPEND=" - dev-python/numpy[${PYTHON_USEDEP}] - dev-python/scipy[${PYTHON_USEDEP}] - dev-python/mock[${PYTHON_USEDEP}] - dicom? ( - sci-libs/pydicom - dev-python/pillow[${PYTHON_USEDEP}] - ) - " - -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - ${RDEPEND} - dev-python/nose[${PYTHON_USEDEP}] - ) - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) - " - -python_test() { - cd "${BUILD_DIR}" || die - echo "backend: Agg" > matplotlibrc - MPLCONFIGDIR=. nosetests || die -} diff --git a/sci-libs/nibabel/nibabel-2.5.1.ebuild b/sci-libs/nibabel/nibabel-2.5.1.ebuild index e377513f2..c3143ae9c 100644 --- a/sci-libs/nibabel/nibabel-2.5.1.ebuild +++ b/sci-libs/nibabel/nibabel-2.5.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6..9} ) inherit distutils-r1 @@ -11,10 +11,9 @@ DESCRIPTION="Access a cacophony of neuro-imaging file formats" HOMEPAGE="http://nipy.org/nibabel/" SRC_URI="https://github.com/nipy/nibabel/archive/${PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~amd64 ~x86" - LICENSE="MIT" SLOT="0" +KEYWORDS="~amd64 ~x86" IUSE="dicom doc test" RDEPEND=" diff --git a/sci-libs/nibabel/nibabel-3.0.2.ebuild b/sci-libs/nibabel/nibabel-3.0.2.ebuild index e377513f2..c3143ae9c 100644 --- a/sci-libs/nibabel/nibabel-3.0.2.ebuild +++ b/sci-libs/nibabel/nibabel-3.0.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6..9} ) inherit distutils-r1 @@ -11,10 +11,9 @@ DESCRIPTION="Access a cacophony of neuro-imaging file formats" HOMEPAGE="http://nipy.org/nibabel/" SRC_URI="https://github.com/nipy/nibabel/archive/${PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~amd64 ~x86" - LICENSE="MIT" SLOT="0" +KEYWORDS="~amd64 ~x86" IUSE="dicom doc test" RDEPEND=" diff --git a/sci-libs/nibabel/nibabel-9999.ebuild b/sci-libs/nibabel/nibabel-9999.ebuild index 8c4e25842..cd12b33de 100644 --- a/sci-libs/nibabel/nibabel-9999.ebuild +++ b/sci-libs/nibabel/nibabel-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6..9} ) inherit distutils-r1 git-r3 @@ -14,8 +14,8 @@ EGIT_REPO_URI="https://github.com/nipy/nibabel.git" LICENSE="MIT" SLOT="0" -IUSE="dicom doc test" KEYWORDS="" +IUSE="dicom doc test" RDEPEND=" dev-python/numpy[${PYTHON_USEDEP}] @@ -25,8 +25,7 @@ RDEPEND=" sci-libs/pydicom dev-python/pillow[${PYTHON_USEDEP}] ) - " - +" DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] test? ( @@ -34,10 +33,9 @@ DEPEND=" dev-python/nose[${PYTHON_USEDEP}] ) doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) - " +" python_test() { - distutils-r1_install_for_testing cd "${BUILD_DIR}" || die echo "backend: Agg" > matplotlibrc MPLCONFIGDIR=. nosetests || die