summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreeve Jelbert2011-06-30 18:49:24 +0200
committerTreeve Jelbert2011-06-30 18:49:24 +0200
commit17de58a12565b1fb58fab9cb130335fd424c5d4f (patch)
tree951dbaa04e526fb40c50648323442454b8111dde
parent9745e54f81ae19c8bfad8e61a99f771b69c466a4 (diff)
python-pypi/nose: new spell
-rw-r--r--ChangeLog3
-rwxr-xr-xpython-pypi/nose/DEPENDS1
-rwxr-xr-xpython-pypi/nose/DETAILS14
-rw-r--r--python-pypi/nose/HISTORY3
-rwxr-xr-xpython-pypi/nose/PREPARE1
5 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4a1e72604e..6d163a7564 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2011-06-30 Treeve Jelbert <treeve@sourcemage.org>
+ * python-pypi/nose: new spell, testing tools for python
+
2011-06-30 Vlad Glagolev <stealth@sourcemage.org>
* python-pypi/pyascii85: new spell, Base85 binary-to-text encoding in
Python
diff --git a/python-pypi/nose/DEPENDS b/python-pypi/nose/DEPENDS
new file mode 100755
index 0000000000..f388e41175
--- /dev/null
+++ b/python-pypi/nose/DEPENDS
@@ -0,0 +1 @@
+depends ${PYTHON_VERSION}
diff --git a/python-pypi/nose/DETAILS b/python-pypi/nose/DETAILS
new file mode 100755
index 0000000000..5ed252213e
--- /dev/null
+++ b/python-pypi/nose/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=nose
+ VERSION=1.0.0
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_HASH=sha512:14089d23e615e74603de75f3ffd4c152c50abd71a22e613f91632c3f8350e2a8e2b71cdbc62d8c4e3e9ea4f0230e75a6f079b9a8ff8799d26ce148a867ff13aa
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE=http://pypi.python.org/pypi/nose/
+ SOURCE_URL[0]=http://pypi.python.org/packages/source/n/${SPELL}/${SOURCE}
+ LICENSE[0]="LGPL"
+ ENTERED=20110630
+ KEYWORDS="python"
+ SHORT="nose extends unittest to make testing easier"
+cat << EOF
+nose extends unittest to make testing easier
+EOF
diff --git a/python-pypi/nose/HISTORY b/python-pypi/nose/HISTORY
new file mode 100644
index 0000000000..29e6843639
--- /dev/null
+++ b/python-pypi/nose/HISTORY
@@ -0,0 +1,3 @@
+2011-06-30 Treeve Jelbert <treeve@sourcemage.org>
+ * DEPENDS, DETAILS: spell created
+ Note that noseworks with either python or python3
diff --git a/python-pypi/nose/PREPARE b/python-pypi/nose/PREPARE
new file mode 100755
index 0000000000..54a80dc231
--- /dev/null
+++ b/python-pypi/nose/PREPARE
@@ -0,0 +1 @@
+config_query_list PYTHON_VERSION "Which python verion would you like to use?" python python3