commit:     168117d6f6d36f74ef5a9311cb7f7af58ef60ea1
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Wed Jan  8 21:48:05 2020 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Wed Jan  8 21:48:05 2020 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=168117d6

sci-libs/nibabel: deprecated versions and PYTHON_COMPAT

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Horea Christian <chr <AT> chymera.eu>

 sci-libs/nibabel/nibabel-2.0.1.ebuild | 44 -----------------------------------
 sci-libs/nibabel/nibabel-2.1.0.ebuild | 44 -----------------------------------
 sci-libs/nibabel/nibabel-2.5.1.ebuild |  4 ++--
 3 files changed, 2 insertions(+), 90 deletions(-)

diff --git a/sci-libs/nibabel/nibabel-2.0.1.ebuild 
b/sci-libs/nibabel/nibabel-2.0.1.ebuild
deleted file mode 100644
index 71dc0fff3..000000000
--- a/sci-libs/nibabel/nibabel-2.0.1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-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}]
-       sci-libs/scipy[${PYTHON_USEDEP}]
-       dev-python/mock[${PYTHON_USEDEP}]
-       dicom? (
-               sci-libs/pydicom[${PYTHON_USEDEP}]
-               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() {
-       distutils-r1_install_for_testing
-       cd "${BUILD_DIR}" || die
-       echo "backend: Agg" > matplotlibrc
-       MPLCONFIGDIR=. nosetests || die
-}

diff --git a/sci-libs/nibabel/nibabel-2.1.0.ebuild 
b/sci-libs/nibabel/nibabel-2.1.0.ebuild
deleted file mode 100644
index d25151e1a..000000000
--- a/sci-libs/nibabel/nibabel-2.1.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-
-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}]
-       sci-libs/scipy[${PYTHON_USEDEP}]
-       dev-python/mock[${PYTHON_USEDEP}]
-       dicom? (
-               sci-libs/pydicom[${PYTHON_USEDEP}]
-               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() {
-       distutils-r1_install_for_testing
-       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 a76565117..1b8aa9084 100644
--- a/sci-libs/nibabel/nibabel-2.5.1.ebuild
+++ b/sci-libs/nibabel/nibabel-2.5.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 

Reply via email to