mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
python/boto: Updated for version 2.34.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
489bc4b15b
commit
2fa7785a78
3 changed files with 6 additions and 6 deletions
|
@ -5,5 +5,5 @@ 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.
|
||||
|
||||
Optional dependencies: simplejson, filechunkio, lxml and keyring (this last
|
||||
Optional dependencies: filechunkio, lxml and keyring (this last one
|
||||
isn't yet available on SlackBuilds.org).
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=boto
|
||||
VERSION=${VERSION:-2.16.0}
|
||||
VERSION=${VERSION:-2.34.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -58,7 +58,7 @@ find -L . \
|
|||
python setup.py install --root=$PKG
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a Changelog.rst PKG-INFO README.rst docs/*.pdf $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a README.rst docs/*.pdf docs/*/*/v${VERSION}.rst $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.16.0"
|
||||
VERSION="2.34.0"
|
||||
HOMEPAGE="https://github.com/boto/boto"
|
||||
DOWNLOAD="http://pypi.python.org/packages/source/b/boto/boto-2.16.0.tar.gz"
|
||||
MD5SUM="9399feb58b1fbf1f85ce13ddd10e904a"
|
||||
DOWNLOAD="http://pypi.python.org/packages/source/b/boto/boto-2.34.0.tar.gz"
|
||||
MD5SUM="5556223d2d0cc4d06dd4829e671dcecd"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python-requests paramiko rsa PyYAML simplejson"
|
||||
|
|
Loading…
Reference in a new issue