[Lunar-commits] <moonbase-other> simplejson: readded to moonbase
v4hn
me at v4hn.de
Sun Jul 29 17:05:25 CEST 2012
commit 3e5b980b4fbf8b651fb4bd309c3d1c194ef719ca
Author: v4hn <me at v4hn.de>
Date: Sun, 29 Jul 2012 08:05:25 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/3e5b980b4fbf8b651fb4bd309c3d1c194ef719ca
simplejson: readded to moonbase
---
python/simplejson/BUILD +11/-0
python/simplejson/DEPENDS +1/-0
python/simplejson/DETAILS +14/-0
3 files changed, 26 insertions (+), 0 deletions (-)
--- /dev/null
+++ b/python/simplejson/BUILD
@@ -0,0 +1,11 @@
+(
+
+ python ./setup.py build &&
+
+ prepare_install &&
+
+ # Specifying root, to stop packages clobbering each other's easy-install.pth
+ # http://mail.python.org/pipermail/distutils-sig/2008-October/010208.html
+ python ./setup.py install --root=/
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/python/simplejson/DEPENDS
@@ -0,0 +1 @@
+depends setuptools
--- /dev/null
+++ b/python/simplejson/DETAILS
@@ -0,0 +1,14 @@
+ MODULE=simplejson
+ VERSION=2.6.1
+ SOURCE=${MODULE}-${VERSION}.tar.gz
+ SOURCE_URL=http://pypi.python.org/packages/source/s/simplejson/
+ SOURCE_VFY=sha1:d0cdbabcbe3a9653b167860663bec939fc2b319a
+ WEB_SITE=http://pypi.python.org/pypi/simplejson/
+ ENTERED=20100526
+ UPDATED=20120729
+ SHORT="extensible JSON encoder and decoder for Python 2.5+"
+
+cat << EOF
+simplejson is a simple, fast, complete, correct and extensible JSON
+encoder and decoder for Python 2.5+
+EOF
More information about the Lunar-commits
mailing list