Gentoo Archives: gentoo-commits

From: Horea Christian <horea.christ@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/mne-python/
Date: Sat, 26 Sep 2020 09:19:02
Message-Id: 1601111888.f5b04b681df6b6acb9a840eea614905639b6e1a1.chymera@gentoo
1 commit: f5b04b681df6b6acb9a840eea614905639b6e1a1
2 Author: Horea Christian <chr <AT> chymera <DOT> eu>
3 AuthorDate: Sat Sep 26 09:18:08 2020 +0000
4 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
5 CommitDate: Sat Sep 26 09:18:08 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=f5b04b68
7
8 sci-biology/mne-python: removed package with unavailable dep
9
10 mne-python needs mayavi. Unless we can distribute that we can't
11 distribute this.
12
13 Package-Manager: Portage-3.0.8, Repoman-3.0.1
14 Signed-off-by: Horea Christian <chr <AT> chymera.eu>
15
16 sci-biology/mne-python/metadata.xml | 11 ------
17 sci-biology/mne-python/mne-python-0.7.ebuild | 56 ---------------------------
18 sci-biology/mne-python/mne-python-9999.ebuild | 54 --------------------------
19 3 files changed, 121 deletions(-)
20
21 diff --git a/sci-biology/mne-python/metadata.xml b/sci-biology/mne-python/metadata.xml
22 deleted file mode 100644
23 index d9ac16118..000000000
24 --- a/sci-biology/mne-python/metadata.xml
25 +++ /dev/null
26 @@ -1,11 +0,0 @@
27 -<?xml version="1.0" encoding="UTF-8"?>
28 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
29 -<pkgmetadata>
30 - <maintainer type="project">
31 - <email>sci@g.o</email>
32 - <name>Gentoo Science Project</name>
33 - </maintainer>
34 - <upstream>
35 - <remote-id type="github">mne-tools/mne-python</remote-id>
36 - </upstream>
37 -</pkgmetadata>
38
39 diff --git a/sci-biology/mne-python/mne-python-0.7.ebuild b/sci-biology/mne-python/mne-python-0.7.ebuild
40 deleted file mode 100644
41 index 2b67a1330..000000000
42 --- a/sci-biology/mne-python/mne-python-0.7.ebuild
43 +++ /dev/null
44 @@ -1,56 +0,0 @@
45 -# Copyright 1999-2014 Gentoo Foundation
46 -# Distributed under the terms of the GNU General Public License v2
47 -
48 -EAPI=5
49 -
50 -PYTHON_COMPAT=( python2_7 )
51 -
52 -inherit distutils-r1 virtualx
53 -
54 -DESCRIPTION="Python package for MEG and EEG data analysis"
55 -HOMEPAGE="http://martinos.org/mne/mne-python.html"
56 -SRC_URI="https://github.com/mne-tools/mne-python/archive/v${PV}.zip"
57 -
58 -LICENSE="BSD"
59 -SLOT="0"
60 -IUSE="test"
61 -#IUSE="cuda test"
62 -KEYWORDS="~amd64 ~x86"
63 -
64 -RDEPEND="
65 - dev-python/numpy[${PYTHON_USEDEP}]
66 - dev-python/scipy[${PYTHON_USEDEP}]
67 - sci-libs/scikits_learn[${PYTHON_USEDEP}]
68 - dev-python/joblib[${PYTHON_USEDEP}]
69 - sci-libs/nibabel[${PYTHON_USEDEP}]
70 - sci-biology/pysurfer[${PYTHON_USEDEP}]
71 - sci-visualization/mayavi
72 - dev-python/matplotlib[${PYTHON_USEDEP}]"
73 -
74 -# cuda? (
75 -# dev-python/pycuda[${PYTHON_USEDEP}]
76 -# dev-python/scikits-cuda[${PYTHON_USEDEP}]
77 -# )
78 -#"
79 -
80 -DEPEND="
81 - test? ( dev-python/nose ${RDEPEND} )
82 -"
83 -
84 -S="${WORKDIR}/mne-python-${PV}"
85 -
86 -run_test() {
87 - PYTHONPATH=. MNE_SKIP_SAMPLE_DATASET_TESTS=1 nosetests -v mne
88 -}
89 -
90 -python_test() {
91 - distutils_install_for_testing
92 - esetup.py install --root="${T}/test-${EPYTHON}" --no-compile
93 - # Link to test data that won't be included in the final installation
94 - local TEST_DIR="${T}/test-${EPYTHON}/$(python_get_sitedir)"
95 - cd "${S}" || die
96 - find . -type d -name data -exec ln -s "${S}"/{} ${TEST_DIR}/{} \; || die
97 - cd ${TEST_DIR} || die
98 - VIRTUALX_COMMAND="run_test"
99 - virtualmake
100 -}
101
102 diff --git a/sci-biology/mne-python/mne-python-9999.ebuild b/sci-biology/mne-python/mne-python-9999.ebuild
103 deleted file mode 100644
104 index 2c90c0d32..000000000
105 --- a/sci-biology/mne-python/mne-python-9999.ebuild
106 +++ /dev/null
107 @@ -1,54 +0,0 @@
108 -# Copyright 1999-2014 Gentoo Foundation
109 -# Distributed under the terms of the GNU General Public License v2
110 -
111 -EAPI=5
112 -
113 -PYTHON_COMPAT=( python2_7 )
114 -
115 -inherit distutils-r1 git-r3 virtualx
116 -
117 -DESCRIPTION="Python package for MEG and EEG data analysis"
118 -HOMEPAGE="http://martinos.org/mne/mne-python.html"
119 -EGIT_REPO_URI="https://github.com/mne-tools/mne-python.git"
120 -
121 -LICENSE="BSD"
122 -SLOT="0"
123 -IUSE="test"
124 -#IUSE="cuda test"
125 -KEYWORDS=""
126 -
127 -RDEPEND="
128 - dev-python/numpy[${PYTHON_USEDEP}]
129 - dev-python/scipy[${PYTHON_USEDEP}]
130 - sci-libs/scikits_learn[${PYTHON_USEDEP}]
131 - dev-python/joblib[${PYTHON_USEDEP}]
132 - sci-libs/nibabel[${PYTHON_USEDEP}]
133 - sci-biology/pysurfer[${PYTHON_USEDEP}]
134 - sci-visualization/mayavi
135 - dev-python/matplotlib[${PYTHON_USEDEP}]"
136 -
137 -# cuda? (
138 -# dev-python/pycuda[${PYTHON_USEDEP}]
139 -# dev-python/scikits-cuda[${PYTHON_USEDEP}]
140 -# )
141 -#"
142 -
143 -DEPEND="
144 - test? ( dev-python/nose ${RDEPEND} )
145 -"
146 -
147 -run_test() {
148 - PYTHONPATH=. MNE_SKIP_SAMPLE_DATASET_TESTS=1 nosetests -v mne
149 -}
150 -
151 -python_test() {
152 - distutils_install_for_testing
153 - esetup.py install --root="${T}/test-${EPYTHON}" --no-compile
154 - # Link to test data that won't be included in the final installation
155 - local TEST_DIR="${T}/test-${EPYTHON}/$(python_get_sitedir)"
156 - cd "${S}" || die
157 - find . -type d -name data -exec ln -s "${S}"/{} ${TEST_DIR}/{} \; || die
158 - cd ${TEST_DIR} || die
159 - VIRTUALX_COMMAND="run_test"
160 - virtualmake
161 -}