Skip to Content.
Sympa Menu

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

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 (972c3bbacfd23862b5b0ab0282b318ddd7c170ba)
  • Date: Fri, 22 Jun 2012 07:52:43 -0500

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
+



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (972c3bbacfd23862b5b0ab0282b318ddd7c170ba), Treeve Jelbert, 06/22/2012

Archive powered by MHonArc 2.6.24.

Top of Page