python/boto: Updated for version 2.6.0.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
3e0c66a800
commit
4fc41ff2e8
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue