commit:     f5b04b681df6b6acb9a840eea614905639b6e1a1
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Sat Sep 26 09:18:08 2020 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Sat Sep 26 09:18:08 2020 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=f5b04b68

sci-biology/mne-python: removed package with unavailable dep

mne-python needs mayavi. Unless we can distribute that we can't
distribute this.

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

 sci-biology/mne-python/metadata.xml           | 11 ------
 sci-biology/mne-python/mne-python-0.7.ebuild  | 56 ---------------------------
 sci-biology/mne-python/mne-python-9999.ebuild | 54 --------------------------
 3 files changed, 121 deletions(-)

diff --git a/sci-biology/mne-python/metadata.xml 
b/sci-biology/mne-python/metadata.xml
deleted file mode 100644
index d9ac16118..000000000
--- a/sci-biology/mne-python/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="project">
-               <email>[email protected]</email>
-               <name>Gentoo Science Project</name>
-       </maintainer>
-       <upstream>
-               <remote-id type="github">mne-tools/mne-python</remote-id>
-       </upstream>
-</pkgmetadata>

diff --git a/sci-biology/mne-python/mne-python-0.7.ebuild 
b/sci-biology/mne-python/mne-python-0.7.ebuild
deleted file mode 100644
index 2b67a1330..000000000
--- a/sci-biology/mne-python/mne-python-0.7.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1 virtualx
-
-DESCRIPTION="Python package for MEG and EEG data analysis"
-HOMEPAGE="http://martinos.org/mne/mne-python.html";
-SRC_URI="https://github.com/mne-tools/mne-python/archive/v${PV}.zip";
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="test"
-#IUSE="cuda test"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-       dev-python/numpy[${PYTHON_USEDEP}]
-       dev-python/scipy[${PYTHON_USEDEP}]
-       sci-libs/scikits_learn[${PYTHON_USEDEP}]
-       dev-python/joblib[${PYTHON_USEDEP}]
-       sci-libs/nibabel[${PYTHON_USEDEP}]
-       sci-biology/pysurfer[${PYTHON_USEDEP}]
-       sci-visualization/mayavi
-       dev-python/matplotlib[${PYTHON_USEDEP}]"
-
-#      cuda? (
-#              dev-python/pycuda[${PYTHON_USEDEP}]
-#              dev-python/scikits-cuda[${PYTHON_USEDEP}]
-#      )
-#"
-
-DEPEND="
-       test? ( dev-python/nose ${RDEPEND} )
-"
-
-S="${WORKDIR}/mne-python-${PV}"
-
-run_test() {
-       PYTHONPATH=. MNE_SKIP_SAMPLE_DATASET_TESTS=1 nosetests -v mne
-}
-
-python_test() {
-       distutils_install_for_testing
-       esetup.py install --root="${T}/test-${EPYTHON}" --no-compile
-       # Link to test data that won't be included in the final installation
-       local TEST_DIR="${T}/test-${EPYTHON}/$(python_get_sitedir)"
-       cd "${S}" || die
-       find . -type d -name data -exec ln -s "${S}"/{} ${TEST_DIR}/{} \; || die
-       cd ${TEST_DIR} || die
-       VIRTUALX_COMMAND="run_test"
-       virtualmake
-}

diff --git a/sci-biology/mne-python/mne-python-9999.ebuild 
b/sci-biology/mne-python/mne-python-9999.ebuild
deleted file mode 100644
index 2c90c0d32..000000000
--- a/sci-biology/mne-python/mne-python-9999.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1 git-r3 virtualx
-
-DESCRIPTION="Python package for MEG and EEG data analysis"
-HOMEPAGE="http://martinos.org/mne/mne-python.html";
-EGIT_REPO_URI="https://github.com/mne-tools/mne-python.git";
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="test"
-#IUSE="cuda test"
-KEYWORDS=""
-
-RDEPEND="
-       dev-python/numpy[${PYTHON_USEDEP}]
-       dev-python/scipy[${PYTHON_USEDEP}]
-       sci-libs/scikits_learn[${PYTHON_USEDEP}]
-       dev-python/joblib[${PYTHON_USEDEP}]
-       sci-libs/nibabel[${PYTHON_USEDEP}]
-       sci-biology/pysurfer[${PYTHON_USEDEP}]
-       sci-visualization/mayavi
-       dev-python/matplotlib[${PYTHON_USEDEP}]"
-
-#      cuda? (
-#              dev-python/pycuda[${PYTHON_USEDEP}]
-#              dev-python/scikits-cuda[${PYTHON_USEDEP}]
-#      )
-#"
-
-DEPEND="
-       test? ( dev-python/nose ${RDEPEND} )
-"
-
-run_test() {
-       PYTHONPATH=. MNE_SKIP_SAMPLE_DATASET_TESTS=1 nosetests -v mne
-}
-
-python_test() {
-       distutils_install_for_testing
-       esetup.py install --root="${T}/test-${EPYTHON}" --no-compile
-       # Link to test data that won't be included in the final installation
-       local TEST_DIR="${T}/test-${EPYTHON}/$(python_get_sitedir)"
-       cd "${S}" || die
-       find . -type d -name data -exec ln -s "${S}"/{} ${TEST_DIR}/{} \; || die
-       cd ${TEST_DIR} || die
-       VIRTUALX_COMMAND="run_test"
-       virtualmake
-}

Reply via email to