Skip to content

Commit

Permalink
simplejson: readded to moonbase
Browse files Browse the repository at this point in the history
  • Loading branch information
v4hn committed Jul 29, 2012
1 parent f1a6ce9 commit 3e5b980
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
11 changes: 11 additions & 0 deletions 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
1 change: 1 addition & 0 deletions python/simplejson/DEPENDS
@@ -0,0 +1 @@
depends setuptools
14 changes: 14 additions & 0 deletions 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

0 comments on commit 3e5b980

Please sign in to comment.