Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (17de58a12565b1fb58fab9cb130335fd424c5d4f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (17de58a12565b1fb58fab9cb130335fd424c5d4f)
  • Date: Thu, 30 Jun 2011 11:49:44 -0500

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

ChangeLog | 3 +++
python-pypi/nose/DEPENDS | 1 +
python-pypi/nose/DETAILS | 14 ++++++++++++++
python-pypi/nose/HISTORY | 3 +++
python-pypi/nose/PREPARE | 1 +
5 files changed, 22 insertions(+)

New commits:
commit 17de58a12565b1fb58fab9cb130335fd424c5d4f
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

python-pypi/nose: new spell

diff --git a/ChangeLog b/ChangeLog
index 4a1e726..6d163a7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2011-06-30 Treeve Jelbert <treeve AT sourcemage.org>
+ * python-pypi/nose: new spell, testing tools for python
+
2011-06-30 Vlad Glagolev <stealth AT 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 0000000..f388e41
--- /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 0000000..5ed2522
--- /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 0000000..29e6843
--- /dev/null
+++ b/python-pypi/nose/HISTORY
@@ -0,0 +1,3 @@
+2011-06-30 Treeve Jelbert <treeve AT 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 0000000..54a80dc
--- /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



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (17de58a12565b1fb58fab9cb130335fd424c5d4f), Treeve Jelbert, 06/30/2011

Archive powered by MHonArc 2.6.24.

Top of Page