[Lunar-commits] <moonbase> simplejson: Moving to python section.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Sat Apr 2 12:30:30 CEST 2011


commit b138e9199ed383480ce1dced381a5e2ffaa83f38
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Sat Apr 2 06:30:30 2011 -0400

    simplejson: Moving to python section.
---
 python/simplejson/BUILD   |   12 ++++++++++++
 python/simplejson/DEPENDS |    1 +
 python/simplejson/DETAILS |   14 ++++++++++++++
 zbeta/simplejson/BUILD    |   12 ------------
 zbeta/simplejson/DEPENDS  |    1 -
 zbeta/simplejson/DETAILS  |   14 --------------
 6 files changed, 27 insertions(+), 27 deletions(-)

diff --git a/python/simplejson/BUILD b/python/simplejson/BUILD
new file mode 100644
index 0000000..afa4a83
--- /dev/null
+++ b/python/simplejson/BUILD
@@ -0,0 +1,12 @@
+(
+
+  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
+
diff --git a/python/simplejson/DEPENDS b/python/simplejson/DEPENDS
new file mode 100644
index 0000000..54f5789
--- /dev/null
+++ b/python/simplejson/DEPENDS
@@ -0,0 +1 @@
+depends setuptools
diff --git a/python/simplejson/DETAILS b/python/simplejson/DETAILS
new file mode 100644
index 0000000..2ed1cc5
--- /dev/null
+++ b/python/simplejson/DETAILS
@@ -0,0 +1,14 @@
+          MODULE=simplejson
+         VERSION=2.1.3
+          SOURCE=${MODULE}-${VERSION}.tar.gz
+      SOURCE_URL=http://pypi.python.org/packages/source/s/simplejson/
+      SOURCE_VFY=sha1:ab9b677d1d14c9fd8283132ea1fe9cefcf1a67e3
+        WEB_SITE=http://pypi.python.org/pypi/simplejson/
+         ENTERED=20100526
+         UPDATED=20110116
+           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
diff --git a/zbeta/simplejson/BUILD b/zbeta/simplejson/BUILD
deleted file mode 100644
index afa4a83..0000000
--- a/zbeta/simplejson/BUILD
+++ /dev/null
@@ -1,12 +0,0 @@
-(
-
-  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
-
diff --git a/zbeta/simplejson/DEPENDS b/zbeta/simplejson/DEPENDS
deleted file mode 100644
index 54f5789..0000000
--- a/zbeta/simplejson/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends setuptools
diff --git a/zbeta/simplejson/DETAILS b/zbeta/simplejson/DETAILS
deleted file mode 100644
index 2ed1cc5..0000000
--- a/zbeta/simplejson/DETAILS
+++ /dev/null
@@ -1,14 +0,0 @@
-          MODULE=simplejson
-         VERSION=2.1.3
-          SOURCE=${MODULE}-${VERSION}.tar.gz
-      SOURCE_URL=http://pypi.python.org/packages/source/s/simplejson/
-      SOURCE_VFY=sha1:ab9b677d1d14c9fd8283132ea1fe9cefcf1a67e3
-        WEB_SITE=http://pypi.python.org/pypi/simplejson/
-         ENTERED=20100526
-         UPDATED=20110116
-           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