aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-01-15 21:11:07 +0100
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-01-15 21:11:07 +0100
commit25b0622fdba851e13f8f8898d7c0ca7e05bbe0d8 (patch)
treedd73f5b0d26d5d47b2e40c89d96708f57fc22ffe
parentsci-libs/pytorch: drop old, no supported python implementations (diff)
downloadsci-25b0622fdba851e13f8f8898d7c0ca7e05bbe0d8.tar.gz
sci-25b0622fdba851e13f8f8898d7c0ca7e05bbe0d8.tar.bz2
sci-25b0622fdba851e13f8f8898d7c0ca7e05bbe0d8.zip
sci-biology/nilearn: drop old, no supported python impl in compat
new repoman check Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
-rw-r--r--sci-biology/nilearn/Manifest2
-rw-r--r--sci-biology/nilearn/nilearn-0.5.0.ebuild58
-rw-r--r--sci-biology/nilearn/nilearn-0.5.2.ebuild60
3 files changed, 0 insertions, 120 deletions
diff --git a/sci-biology/nilearn/Manifest b/sci-biology/nilearn/Manifest
index b2c033552..186997114 100644
--- a/sci-biology/nilearn/Manifest
+++ b/sci-biology/nilearn/Manifest
@@ -1,3 +1 @@
-DIST nilearn-0.5.0.tar.gz 5654672 BLAKE2B f109c768aace07b2d22883dff7c1d6a855f5b951952be8d56cbe509fb582dddd6e6602d1a41612e361d7708bc19ee43fb7478a0a91c9337444942f28a79739f8 SHA512 de1b9a3aa0d3cb546ccaa5969e362f7a1720dfddf7625cb3e572eb3da676667e2f8a2a4307f3c911e444531b996d6ad213f2ef13b43b39dc658663f9b5e78a86
-DIST nilearn-0.5.2.tar.gz 5586326 BLAKE2B 4b8e07be6a7a6171f83b233b54d6f4760548dda1d6a9de0f5571e38b613db9832d4eeb5fb387b783a6bec0cf2e70df91aee1459b408b78f7c92f16e961b88489 SHA512 482468a83f9d04b67ebf73b8b88706437c3c3b9547717102cd5688bae7e603fd5ad7d2d9cf694ea68c2bd764ec206e3f37a6284de11939c2611acb91016af356
DIST nilearn-0.6.2.tar.gz 5890630 BLAKE2B 54bf4f52ea287a98ac29f2aaa9af90bed8f8a61e5d4cc3b9e9e5ca533d69537d0d1779d88faf823712bb3eee384e7d618b78cdae4cbd3c3bdfadeea24429f147 SHA512 98ff82f66aa29a4cadab00ac6cd6f3497822a63c2120f40458a491f4a93365b03e8e63dd9b42b53a45adf9287bd3466ade38cf18dec275aeb69b404ef7e64412
diff --git a/sci-biology/nilearn/nilearn-0.5.0.ebuild b/sci-biology/nilearn/nilearn-0.5.0.ebuild
deleted file mode 100644
index 555bc91d8..000000000
--- a/sci-biology/nilearn/nilearn-0.5.0.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="Fast and easy statistical learning on NeuroImaging data"
-HOMEPAGE="http://nilearn.github.io/"
-SRC_URI="https://github.com/nilearn/nilearn/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+plot test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
- test? (
- ${RDEPEND}
- dev-python/nose[${PYTHON_USEDEP}]
- )
- dev-python/setuptools[${PYTHON_USEDEP}]
- "
-RDEPEND="
- dev-python/joblib[${PYTHON_USEDEP}]
- dev-python/numpy[${PYTHON_USEDEP}]
- sci-libs/scikit-learn[${PYTHON_USEDEP}]
- dev-python/scipy[${PYTHON_USEDEP}]
- sci-libs/nibabel[${PYTHON_USEDEP}]
- plot? ( dev-python/matplotlib[${PYTHON_USEDEP}] )"
-
-# (Temporarily) commented out, since Gentoo sci-libs/scikit-learn decided it
-# is a mess to maintain system joblib usage
-#PATCHES=( "${FILESDIR}/0.4.1-bundled_joblib_test.patch" )
-
-python_prepare_all() {
- # upstream is reluctant to *not* depend on bundled scikit-learn:
- # https://github.com/nilearn/nilearn/pull/1398
- # (Temporarily) commented out, since Gentoo sci-libs/scikit-learn decided it
- # is a mess to maintain system joblib usage
- #local f
- #for f in nilearn/{*/*/,*/,}*.py; do
- # sed -r \
- # -e '/^from/s/(sklearn|\.|)\.externals\.joblib/joblib/' \
- # -e 's/from (sklearn|\.|)\.externals import/import/' \
- # -i $f || die
- #done
-
- distutils-r1_python_prepare_all
-}
-
-python_test() {
- echo "backend: Agg" > matplotlibrc
- MPLCONFIGDIR=. nosetests -v || die
-}
diff --git a/sci-biology/nilearn/nilearn-0.5.2.ebuild b/sci-biology/nilearn/nilearn-0.5.2.ebuild
deleted file mode 100644
index d0a472cf3..000000000
--- a/sci-biology/nilearn/nilearn-0.5.2.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="Fast and easy statistical learning on NeuroImaging data"
-HOMEPAGE="http://nilearn.github.io/"
-SRC_URI="https://github.com/nilearn/nilearn/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+plot test"
-
-# Tests attempt to download external data.
-RESTRICT="test"
-
-DEPEND="
- test? (
- ${RDEPEND}
- dev-python/nose[${PYTHON_USEDEP}]
- )
- dev-python/setuptools[${PYTHON_USEDEP}]
- "
-RDEPEND="
- dev-python/joblib[${PYTHON_USEDEP}]
- dev-python/numpy[${PYTHON_USEDEP}]
- sci-libs/scikit-learn[${PYTHON_USEDEP}]
- dev-python/scipy[${PYTHON_USEDEP}]
- sci-libs/nibabel[${PYTHON_USEDEP}]
- plot? ( dev-python/matplotlib[${PYTHON_USEDEP}] )"
-
-# (Temporarily) commented out, since Gentoo sci-libs/scikit-learn decided it
-# is a mess to maintain system joblib usage
-#PATCHES=( "${FILESDIR}/0.4.1-bundled_joblib_test.patch" )
-
-python_prepare_all() {
- # upstream is reluctant to *not* depend on bundled scikit-learn:
- # https://github.com/nilearn/nilearn/pull/1398
- # (Temporarily) commented out, since Gentoo sci-libs/scikit-learn decided it
- # is a mess to maintain system joblib usage
- #local f
- #for f in nilearn/{*/*/,*/,}*.py; do
- # sed -r \
- # -e '/^from/s/(sklearn|\.|)\.externals\.joblib/joblib/' \
- # -e 's/from (sklearn|\.|)\.externals import/import/' \
- # -i $f || die
- #done
-
- distutils-r1_python_prepare_all
-}
-
-python_test() {
- echo "backend: Agg" > matplotlibrc
- MPLCONFIGDIR=. nosetests -v || die
-}