From 54b61ec21591ae7676c60a8f3f239323c8983513 Mon Sep 17 00:00:00 2001 From: Larry Hajali Date: Sun, 19 Jun 2011 10:41:33 -0400 Subject: libraries/simplejson: Updated for version 2.1.6. Signed-off-by: dsomero --- libraries/simplejson/simplejson.SlackBuild | 5 ++--- libraries/simplejson/simplejson.info | 8 ++++---- libraries/simplejson/slack-desc | 10 +++++----- 3 files changed, 11 insertions(+), 12 deletions(-) (limited to 'libraries') 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 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: -- cgit v1.2.3