[Lunar-commits] <moonbase> nose: Adding to moonbase.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Sat Apr 2 13:22:34 CEST 2011


commit d38d5d5620a57b20b6e2fc8a7f335c110bfcf96a
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Sat Apr 2 07:22:34 2011 -0400

    nose: Adding to moonbase.
---
 python/nose/BUILD   |    7 +++++++
 python/nose/DEPENDS |    1 +
 python/nose/DETAILS |   15 +++++++++++++++
 3 files changed, 23 insertions(+), 0 deletions(-)

diff --git a/python/nose/BUILD b/python/nose/BUILD
new file mode 100644
index 0000000..e9e98fb
--- /dev/null
+++ b/python/nose/BUILD
@@ -0,0 +1,7 @@
+(
+
+  python ./setup.py build  &&
+  prepare_install          &&
+  python ./setup.py install
+
+) > $C_FIFO 2>&1
diff --git a/python/nose/DEPENDS b/python/nose/DEPENDS
new file mode 100644
index 0000000..7d03d17
--- /dev/null
+++ b/python/nose/DEPENDS
@@ -0,0 +1 @@
+depends Python
diff --git a/python/nose/DETAILS b/python/nose/DETAILS
new file mode 100644
index 0000000..ca6e1af
--- /dev/null
+++ b/python/nose/DETAILS
@@ -0,0 +1,15 @@
+            MODULE=nose
+           VERSION=0.11.3
+            SOURCE=$MODULE-$VERSION.tar.gz
+        SOURCE_URL=http://python-nose.googlecode.com/files/
+        SOURCE_VFY=sha1:abc234bc287c958464f58910ac96cef3feab6c5b
+          WEB_SITE=http://code.google.com/p/python-nose/
+           ENTERED=20110402
+           UPDATED=20110402
+             SHORT="test discovery unittest"
+
+cat << EOF
+nose provides an alternate test discovery and running process for unittest, one
+that is intended to mimic the behavior of py.test as much as is reasonably 
+possible without resorting to too much magic.
+EOF


More information about the Lunar-commits mailing list