public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:intel commit in: sci-mathematics/mdp/
@ 2012-11-25  9:51 Justin Lecher
  0 siblings, 0 replies; only message in thread
From: Justin Lecher @ 2012-11-25  9:51 UTC (permalink / raw
  To: gentoo-commits

commit:     c2139d59add271ee7863531606f2c78f22a298a9
Author:     TheChymera <h.chr <AT> mail <DOT> ru>
AuthorDate: Mon Nov 12 18:33:32 2012 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Nov 12 18:33:32 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=c2139d59

Added live ebuild for MDP

previous release had this bug https://bugs.launchpad.net/ubuntu/+source/mdp/+bug/980602

---
 sci-mathematics/mdp/mdp-9999.ebuild |   31 +++++++++++++++++++++++++++++++
 1 files changed, 31 insertions(+), 0 deletions(-)

diff --git a/sci-mathematics/mdp/mdp-9999.ebuild b/sci-mathematics/mdp/mdp-9999.ebuild
new file mode 100644
index 0000000..777e9ef
--- /dev/null
+++ b/sci-mathematics/mdp/mdp-9999.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="3"
+
+inherit distutils git-2
+
+MY_P="${P/mdp/MDP}"
+MY_P="${MY_P/_rc/RC}"
+
+DESCRIPTION="Modular data processing framework for python"
+HOMEPAGE="http://mdp-toolkit.sourceforge.net/index.html"
+EGIT_REPO_URI="git://github.com/mdp-toolkit/mdp-toolkit.git"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND=""
+RDEPEND="|| ( >=dev-python/numpy-1.1 >=sci-libs/scipy-0.5.2 )"
+
+S="${WORKDIR}/${MY_P}"
+
+src_test() {
+        testing() {
+                PYTHONPATH="build-${PYTHON_ABI}/src" "$(PYTHON)" -c "import mdp;mdp.test()"
+        }
+        python_execute_function testing
+}
+
+


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2012-11-25  9:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-25  9:51 [gentoo-commits] proj/sci:intel commit in: sci-mathematics/mdp/ Justin Lecher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox