From 4fc41ff2e82edb299bc36eda26fb49d30634d681 Mon Sep 17 00:00:00 2001 From: Larry Hajali Date: Fri, 21 Dec 2012 11:34:14 +0100 Subject: [PATCH] python/boto: Updated for version 2.6.0. Signed-off-by: Matteo Bernardini --- python/boto/README | 2 ++ python/boto/boto.SlackBuild | 4 ++-- python/boto/boto.info | 6 +++--- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/python/boto/README b/python/boto/README index 8d91893f78..cd0e486cf9 100644 --- a/python/boto/README +++ b/python/boto/README @@ -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. diff --git a/python/boto/boto.SlackBuild b/python/boto/boto.SlackBuild index 014e43c15a..e4519950a2 100644 --- a/python/boto/boto.SlackBuild +++ b/python/boto/boto.SlackBuild @@ -5,7 +5,7 @@ # Written by Larry Hajali 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 diff --git a/python/boto/boto.info b/python/boto/boto.info index 550407df33..46f793142b 100644 --- a/python/boto/boto.info +++ b/python/boto/boto.info @@ -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"