summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2017-09-26 19:19:00 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-09-30 07:19:03 +0700
commite626f6934844d197e0bb5bfe44df32494e87f9d8 (patch)
tree1ade6e8b8c8c4030e6b7f3af13fbcdb6282420ce /development
parent47293576742b210228323efff267284df070db6e (diff)
downloadslackbuilds-e626f6934844d197e0bb5bfe44df32494e87f9d8.tar.gz
slackbuilds-e626f6934844d197e0bb5bfe44df32494e87f9d8.tar.xz
development/wheel: Updated for version 0.30.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'development')
-rw-r--r--development/wheel/wheel.SlackBuild6
-rw-r--r--development/wheel/wheel.info6
2 files changed, 6 insertions, 6 deletions
diff --git a/development/wheel/wheel.SlackBuild b/development/wheel/wheel.SlackBuild
index 881843070b..50052a85c6 100644
--- a/development/wheel/wheel.SlackBuild
+++ b/development/wheel/wheel.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for wheel
-# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece
+# Copyright 2014-2017 Dimitris Zlatanidis Orestiada, Greece
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=wheel
-VERSION=${VERSION:-0.29.0}
+VERSION=${VERSION:-0.30.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -80,7 +80,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 CHANGES.txt README.txt LICENSE.txt $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a CHANGES.txt README.rst LICENSE.txt $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/development/wheel/wheel.info b/development/wheel/wheel.info
index 11c0b4c69d..218a13f4de 100644
--- a/development/wheel/wheel.info
+++ b/development/wheel/wheel.info
@@ -1,8 +1,8 @@
PRGNAM="wheel"
-VERSION="0.29.0"
+VERSION="0.30.0"
HOMEPAGE="https://bitbucket.org/pypa/wheel/"
-DOWNLOAD="https://pypi.python.org/packages/source/w/wheel/wheel-0.29.0.tar.gz"
-MD5SUM="555a67e4507cedee23a0deb9651e452f"
+DOWNLOAD="https://pypi.python.org/packages/fa/b4/f9886517624a4dcb81a1d766f68034344b7565db69f13d52697222daeb72/wheel-0.30.0.tar.gz"
+MD5SUM="e48f8f2329f1419572d93b68a63272a9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""