Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (c7ed0b466b5e615e24f99aa4eff1197c7bf96a51)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (c7ed0b466b5e615e24f99aa4eff1197c7bf96a51)
  • Date: Wed, 7 Nov 2012 04:16:09 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 4 ++++
python-pypi/redis-py/DEPENDS | 1 +
python-pypi/redis-py/DETAILS | 15 +++++++++++++++
python-pypi/redis-py/HISTORY | 2 ++
4 files changed, 22 insertions(+)

New commits:
commit c7ed0b466b5e615e24f99aa4eff1197c7bf96a51
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

redis-py: new spell, Python interface to the Redis key-value store

diff --git a/ChangeLog b/ChangeLog
index 8482ca8..dab879d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-11-07 Vlad Glagolev <stealth AT sourcemage.org>
+ * python-pypi/redis-py: new spell, Python interface to the Redis
+ key-value store
+
2012-11-05 Vlad Glagolev <stealth AT sourcemage.org>
* ftp/ncdc: new spell, NCurses Direct Connect client
* kernels/bbswitch: new spell, kernel module to power on/off GPUs in
diff --git a/python-pypi/redis-py/DEPENDS b/python-pypi/redis-py/DEPENDS
new file mode 100755
index 0000000..a86d429
--- /dev/null
+++ b/python-pypi/redis-py/DEPENDS
@@ -0,0 +1 @@
+depends python
diff --git a/python-pypi/redis-py/DETAILS b/python-pypi/redis-py/DETAILS
new file mode 100755
index 0000000..dec7733
--- /dev/null
+++ b/python-pypi/redis-py/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=redis-py
+ SPELLX=${SPELL//-py/}
+ VERSION=2.7.1
+ SOURCE=$SPELLX-$VERSION.tar.gz
+ SOURCE_URL[0]=http://pypi.python.org/packages/source/r/$SPELLX/$SOURCE
+ SOURCE_URL[1]=https://github.com/downloads/andymccurdy/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:98b22d8870f968535b66475234dcaf2d2eb2b90ba1ae10ba2d25c55c0059bcc34dd4c4494be6fc9b3e59a75e62ef9d4cf66ad6baf5945d68cbed19554d3609ef
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-$VERSION"
+ WEB_SITE=https://github.com/andymccurdy/redis-py
+ LICENSE[0]=MIT
+ ENTERED=20121107
+ SHORT="Python interface to the Redis key-value store"
+cat << EOF
+The Python interface to the Redis key-value store.
+EOF
diff --git a/python-pypi/redis-py/HISTORY b/python-pypi/redis-py/HISTORY
new file mode 100644
index 0000000..85ee361
--- /dev/null
+++ b/python-pypi/redis-py/HISTORY
@@ -0,0 +1,2 @@
+2012-11-07 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS: spell created



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (c7ed0b466b5e615e24f99aa4eff1197c7bf96a51), Vlad Glagolev, 11/07/2012

Archive powered by MHonArc 2.6.24.

Top of Page