[SM-Commit] GIT changes to master grimoire by Treeve Jelbert (972c3bbacfd23862b5b0ab0282b318ddd7c170ba)

Treeve Jelbert scm at sourcemage.org
Fri Jun 22 08:52:43 EDT 2012


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

 ChangeLog               |    3 +++
 python-pypi/six/DEPENDS |    2 ++
 python-pypi/six/DETAILS |   16 ++++++++++++++++
 python-pypi/six/HISTORY |    4 ++++
 4 files changed, 25 insertions(+)

New commits:
commit 972c3bbacfd23862b5b0ab0282b318ddd7c170ba
Author: Treeve Jelbert <treeve at sourcemage.org>
Commit: Treeve Jelbert <treeve at sourcemage.org>

    new spell - six - Python 2 and 3 compatibility utilities

diff --git a/ChangeLog b/ChangeLog
index 0fd885b..70ef42d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2012-06-22 Treeve Jelbert <treeve at sourcemage.org>
+	* python-pypi/six: new spell, Python 2 and 3 compatibility utilities
+
 2012-06-20 Ladislav Hagara <hgr at vabo.cz>
 	* net/dnstop: new spell, displays various tables of DNS traffic
 
diff --git a/python-pypi/six/DEPENDS b/python-pypi/six/DEPENDS
new file mode 100755
index 0000000..e440941
--- /dev/null
+++ b/python-pypi/six/DEPENDS
@@ -0,0 +1,2 @@
+depends PYTHON &&
+depends SETUPTOOLS
diff --git a/python-pypi/six/DETAILS b/python-pypi/six/DETAILS
new file mode 100755
index 0000000..5d345d3
--- /dev/null
+++ b/python-pypi/six/DETAILS
@@ -0,0 +1,16 @@
+           SPELL=six
+         VERSION=1.1.0
+     SOURCE_HASH=sha512:a3afc67451009044dfc57a90529a2d1ec4d2f98eba534dd74f529318a03c99d98d4850daed157177145763cd925393f4f0afaba20634b982e201bc7d422cc828
+          SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+        WEB_SITE=http://pypi.python.org/pypi/$SPELL
+   SOURCE_URL[0]=http://pypi.python.org/packages/source/s/six/$SOURCE
+      LICENSE[0]=MIT
+         ENTERED=20120622
+        KEYWORDS="python"
+           SHORT="Python 2 and 3 compatibility utilities"
+cat << EOF
+Six is a Python 2 and 3 compatibility library. It provides utility functions 
+for smoothing over the differences between the Python versions with the goal 
+of writing Python code that is compatible on both Python versions
+EOF
diff --git a/python-pypi/six/HISTORY b/python-pypi/six/HISTORY
new file mode 100644
index 0000000..f7d97db
--- /dev/null
+++ b/python-pypi/six/HISTORY
@@ -0,0 +1,4 @@
+2012-06-22 Treeve Jelbert <treeve at sourcemage.org>
+	* DETAILS: version 1.1.0
+	  spell created
+


More information about the SM-Commit mailing list