[Lunar-commits] <moonbase-other> nose: Readding to moonbase.
Dennis Veatch
stumbles at lunar-linux.org
Mon Jul 23 14:17:15 CEST 2012
commit c1980c4241684e5a6e2221198e9c1d94588abc04
Author: Dennis Veatch <stumbles at lunar-linux.org>
Date: Mon, 23 Jul 2012 05:17:15 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/c1980c4241684e5a6e2221198e9c1d94588abc04
nose: Readding to moonbase.
---
python/nose/BUILD +7/-0
python/nose/DEPENDS +1/-0
python/nose/DETAILS +15/-0
3 files changed, 23 insertions (+), 0 deletions (-)
--- /dev/null
+++ b/python/nose/BUILD
@@ -0,0 +1,7 @@
+(
+
+ python ./setup.py build &&
+ prepare_install &&
+ python ./setup.py install
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/python/nose/DEPENDS
@@ -0,0 +1 @@
+depends Python
--- /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