public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/mne-python/
Date: Mon, 18 Nov 2013 20:01:31 +0000 (UTC)	[thread overview]
Message-ID: <1384801352.2e5b0ff0a6f7097f8511505b12c9438780749ca5.jlec@gentoo> (raw)

commit:     2e5b0ff0a6f7097f8511505b12c9438780749ca5
Author:     Martin Luessi <mluessi <AT> nmr <DOT> mgh <DOT> harvard <DOT> edu>
AuthorDate: Mon Nov 18 19:02:32 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Nov 18 19:02:32 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=2e5b0ff0

cleanup

---
 sci-biology/mne-python/mne-python-9999.ebuild | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/sci-biology/mne-python/mne-python-9999.ebuild b/sci-biology/mne-python/mne-python-9999.ebuild
index 32c71ba..5836216 100644
--- a/sci-biology/mne-python/mne-python-9999.ebuild
+++ b/sci-biology/mne-python/mne-python-9999.ebuild
@@ -6,7 +6,7 @@ EAPI="5"
 
 PYTHON_COMPAT=( python{2_6,2_7} )
 
-inherit distutils-r1 git-2 virtualx
+inherit distutils-r1 git-r3 virtualx
 
 DESCRIPTION="Python package for MEG and EEG data analysis"
 HOMEPAGE="http://martinos.org/mne/mne-python.html"
@@ -15,6 +15,7 @@ EGIT_REPO_URI="https://github.com/mne-tools/mne-python.git"
 LICENSE="BSD"
 SLOT="0"
 IUSE="test cuda"
+KEYWORDS=""
 
 RDEPEND="
     dev-python/numpy[${PYTHON_USEDEP}]
@@ -36,18 +37,17 @@ DEPEND="
 "
 
 run_test() {
-    PYTHONPATH=. MNE_SKIP_SAMPLE_DATASET_TESTS=1 nosetests-${EPYTHON} -v mne
+    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 || die
+    esetup.py install --root="${T}/test-${EPYTHON}" --no-compile
     # Link to test data that won't be included in the final installation
-    TEST_DIR="${T}/test-${EPYTHON}/$(python_get_sitedir)" || die
-    cd ${S}
-    find . -type d -name data -exec ln -s ${S}/{} ${TEST_DIR}/{} \;
-    cd ${TEST_DIR}
+    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 || die
+    virtualmake
 }


             reply	other threads:[~2013-11-18 20:01 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-18 20:01 Justin Lecher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-11-18 20:01 [gentoo-commits] proj/sci:master commit in: sci-biology/mne-python/ Justin Lecher
2013-11-26 22:30 Sebastien Fabbro
2014-01-06 19:57 Justin Lecher
2020-09-26  9:18 Horea Christian

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1384801352.2e5b0ff0a6f7097f8511505b12c9438780749ca5.jlec@gentoo \
    --to=jlec@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox