python/boto: Updated for version 2.6.0.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Larry Hajali 2012-12-21 11:34:14 +01:00 committed by Matteo Bernardini
parent 3e0c66a800
commit 4fc41ff2e8
3 changed files with 7 additions and 5 deletions

View file

@ -4,3 +4,5 @@ The goal of boto is to support the full breadth and depth of Amazon Web
Services. In addition, boto provides support for other public services such as
Google Storage in addition to private cloud systems like Eucalyptus, OpenStack
and Open Nebula.
simplejson can be used as an optional runtime dependency.

View file

@ -5,7 +5,7 @@
# Written by Larry Hajali <larryhaja[at]gmail[dot]com>
PRGNAM=boto
VERSION=${VERSION:-2.4.1}
VERSION=${VERSION:-2.6.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -43,7 +43,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a Changelog.rst PKG-INFO README.rst $PKG/usr/doc/$PRGNAM-$VERSION
cp -a Changelog.rst PKG-INFO README.rst docs/*.pdf $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/README.$PRGNAM > $PKG/usr/doc/$PRGNAM-$VERSION/README.$PRGNAM
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

View file

@ -1,8 +1,8 @@
PRGNAM="boto"
VERSION="2.4.1"
VERSION="2.6.0"
HOMEPAGE="https://github.com/boto/boto"
DOWNLOAD="http://pypi.python.org/packages/source/b/boto/boto-2.4.1.tar.gz"
MD5SUM="6fb90c1aa8c8ce6d967f2b0e06deda5b"
DOWNLOAD="http://pypi.python.org/packages/source/b/boto/boto-2.6.0.tar.gz"
MD5SUM="f91986376c0330f837b935d833b6f6aa"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="distribute filechunkio"