[Lunar-commits] <moonbase> simplejson: added DEPENDS

Duncan Gibson engelsman at lunar-linux.org
Tue Jun 1 00:26:31 CEST 2010


commit e968e3a7d8545230396351ebe7dc92c2e5e159eb
Author: Duncan Gibson <engelsman at lunar-linux.org>
Date:   Tue Jun 1 00:26:31 2010 +0200

    simplejson: added DEPENDS
    
    added depends setuptools, so that it gets tracked rather than being
    automagically updated outside the lunar tools' knowledge
    
    also tweaked the descriptions in DETAILS
---
 zbeta/simplejson/DEPENDS |    1 +
 zbeta/simplejson/DETAILS |    4 +++-
 2 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/zbeta/simplejson/DEPENDS b/zbeta/simplejson/DEPENDS
new file mode 100644
index 0000000..54f5789
--- /dev/null
+++ b/zbeta/simplejson/DEPENDS
@@ -0,0 +1 @@
+depends setuptools
diff --git a/zbeta/simplejson/DETAILS b/zbeta/simplejson/DETAILS
index 311fb37..218d614 100644
--- a/zbeta/simplejson/DETAILS
+++ b/zbeta/simplejson/DETAILS
@@ -7,6 +7,8 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
         WEB_SITE="http://code.google.com/p/simplejson/"
          ENTERED=20100526
          UPDATED=20100526
-           SHORT="simplejson is a simple, fast, complete, correct and extensible JSON encoder and decoder for Python 2.5+"
+           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