mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
libraries/simplejson: Updated for version 2.1.6.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
7ac4b3c174
commit
54b61ec215
3 changed files with 12 additions and 13 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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: Homepage: http://undefined.org/python/#simplejson
|
||||
simplejson:
|
||||
simplejson:
|
||||
simplejson:
|
||||
simplejson:
|
||||
simplejson: Homepage: http://undefined.org/python/#simplejson
|
||||
simplejson:
|
||||
simplejson:
|
||||
simplejson:
|
||||
simplejson:
|
||||
|
|
Loading…
Reference in a new issue