diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2011-06-19 10:41:33 -0400 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-06-19 23:17:05 -0500 |
commit | 54b61ec21591ae7676c60a8f3f239323c8983513 (patch) | |
tree | 44a6bf10c38b9462e0abc8b4924f576194e4e0f1 /libraries | |
parent | 7ac4b3c1745d9384fbbb9302f65c36713a94c0ff (diff) | |
download | slackbuilds-54b61ec21591ae7676c60a8f3f239323c8983513.tar.gz |
libraries/simplejson: Updated for version 2.1.6.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/simplejson/simplejson.SlackBuild | 5 | ||||
-rw-r--r-- | libraries/simplejson/simplejson.info | 8 | ||||
-rw-r--r-- | libraries/simplejson/slack-desc | 10 |
3 files changed, 11 insertions, 12 deletions
diff --git a/libraries/simplejson/simplejson.SlackBuild b/libraries/simplejson/simplejson.SlackBuild index 63ae424522..0f645b0f22 100644 --- a/libraries/simplejson/simplejson.SlackBuild +++ b/libraries/simplejson/simplejson.SlackBuild @@ -3,7 +3,7 @@ # Written by Larry Hajali <larryhaja[at]gail[dot]com> PRGNAM=simplejson -VERSION=${VERSION:-2.1.0} +VERSION=${VERSION:-2.1.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -46,8 +46,7 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION/html -cp -a LICENSE.txt $PKG/usr/doc/$PRGNAM-$VERSION -cp -ar docs/* $PKG/usr/doc/$PRGNAM-$VERSION/html/ +cp -a {CHANGES,LICENSE}.txt README.rst PKG-INFO $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/libraries/simplejson/simplejson.info b/libraries/simplejson/simplejson.info index fbca7b1f54..7beb45c1ab 100644 --- a/libraries/simplejson/simplejson.info +++ b/libraries/simplejson/simplejson.info @@ -1,10 +1,10 @@ PRGNAM="simplejson" -VERSION="2.1.0" +VERSION="2.1.6" HOMEPAGE="http://undefined.org/python/#simplejson" -DOWNLOAD="http://pypi.python.org/packages/source/s/simplejson/simplejson-2.1.0.tar.gz" -MD5SUM="3ea565fd1216462162c6929b264cf365" +DOWNLOAD="http://pypi.python.org/packages/source/s/simplejson/simplejson-2.1.6.tar.gz" +MD5SUM="2f8351f6e6fe7ef25744805dfa56c0d5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Larry Hajali" EMAIL="larryhaja[at]gmail[dot]com" -APPROVED="Erik Hanson" +APPROVED="dsomero" diff --git a/libraries/simplejson/slack-desc b/libraries/simplejson/slack-desc index efcaa42845..f31e3137ca 100644 --- a/libraries/simplejson/slack-desc +++ b/libraries/simplejson/slack-desc @@ -7,13 +7,13 @@ |-----handy-ruler------------------------------------------------------| simplejson: simplejson (extensible JSON encoder and decoder for Python) -simplejson: +simplejson: simplejson: Simplejson is a simple, fast, complete, correct and extensible JSON simplejson: encoder and decoder for Python 2.3+. It is pure Python code, but simplejson: includes an optional C extension for a serious speed boost. -simplejson: +simplejson: simplejson: Homepage: http://undefined.org/python/#simplejson -simplejson: simplejson: -simplejson: -simplejson: +simplejson: +simplejson: +simplejson: |