Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/nilearn/
Date: Wed, 26 Jan 2022 17:48:45
Message-Id: 1643214589.e412e0f7c8fb0322d273d3946dcd264e20cdac19.andrewammerlaan@gentoo
1 commit: e412e0f7c8fb0322d273d3946dcd264e20cdac19
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 26 16:29:49 2022 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 26 16:29:49 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e412e0f7
7
8 sci-biology/nilearn: drop live
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
12
13 sci-biology/nilearn/nilearn-9999.ebuild | 42 ---------------------------------
14 1 file changed, 42 deletions(-)
15
16 diff --git a/sci-biology/nilearn/nilearn-9999.ebuild b/sci-biology/nilearn/nilearn-9999.ebuild
17 deleted file mode 100644
18 index a9478fc8e..000000000
19 --- a/sci-biology/nilearn/nilearn-9999.ebuild
20 +++ /dev/null
21 @@ -1,42 +0,0 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=8
26 -
27 -PYTHON_COMPAT=( python3_{8..9} )
28 -
29 -inherit distutils-r1 git-r3
30 -
31 -DESCRIPTION="Fast and easy statistical learning on NeuroImaging data"
32 -HOMEPAGE="http://nilearn.github.io/"
33 -EGIT_REPO_URI="https://github.com/nilearn/nilearn"
34 -
35 -LICENSE="BSD"
36 -SLOT="0"
37 -KEYWORDS="~amd64 ~x86"
38 -
39 -# Tests attempt to download external data.
40 -RESTRICT="test"
41 -
42 -BDEPEND="
43 - test? (
44 - dev-python/matplotlib[${PYTHON_USEDEP}]
45 - )
46 -"
47 -
48 -RDEPEND="
49 - >=dev-python/joblib-0.12[${PYTHON_USEDEP}]
50 - >=dev-python/numpy-1.16[${PYTHON_USEDEP}]
51 - >=sci-libs/scikit-learn-0.21[${PYTHON_USEDEP}]
52 - >=dev-python/scipy-1.2[${PYTHON_USEDEP}]
53 - >=sci-libs/nibabel-2.5[${PYTHON_USEDEP}]
54 - >=dev-python/pandas-0.24.0[${PYTHON_USEDEP}]
55 - >=dev-python/requests-2[${PYTHON_USEDEP}]
56 -"
57 -
58 -distutils_enable_tests pytest
59 -
60 -python_test() {
61 - echo "backend: Agg" > matplotlibrc
62 - MPLCONFIGDIR=. pytest -vv || die
63 -}