summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2019-02-13 20:50:21 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2019-02-17 21:56:33 +0700
commit6ec7e36352070ed62ae02ce54f5a7199bef15df0 (patch)
treed5aedfd783d1b7ca4d1b384805bba4c676e5eaf1
parent21ff674337776fc2b0efecb153138ac056ac2b58 (diff)
downloadslackbuilds-6ec7e36352070ed62ae02ce54f5a7199bef15df0.tar.gz
slackbuilds-6ec7e36352070ed62ae02ce54f5a7199bef15df0.tar.xz
development/wheel: Updated for version 0.33.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
-rw-r--r--development/wheel/wheel.SlackBuild6
-rw-r--r--development/wheel/wheel.info8
2 files changed, 7 insertions, 7 deletions
diff --git a/development/wheel/wheel.SlackBuild b/development/wheel/wheel.SlackBuild
index 4fe6aeab62..95d61fa85d 100644
--- a/development/wheel/wheel.SlackBuild
+++ b/development/wheel/wheel.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for wheel
-# Copyright 2014-2018 Dimitris Zlatanidis Orestiada, Greece
+# Copyright 2014-2019 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.31.0}
+VERSION=${VERSION:-0.33.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.rst LICENSE.txt $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a 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 d3885f3d36..0bb811e0fc 100644
--- a/development/wheel/wheel.info
+++ b/development/wheel/wheel.info
@@ -1,8 +1,8 @@
PRGNAM="wheel"
-VERSION="0.31.0"
-HOMEPAGE="https://bitbucket.org/pypa/wheel/"
-DOWNLOAD="https://pypi.python.org/packages/5d/c1/45947333669b31bc6b4933308dd07c2aa2fedcec0a95b14eedae993bd449/wheel-0.31.0.tar.gz"
-MD5SUM="b0fa0e058de28cd159de39790379ccf6"
+VERSION="0.33.0"
+HOMEPAGE="https://github.com/pypa/wheel"
+DOWNLOAD="https://files.pythonhosted.org/packages/d9/7d/86df15e317027f6e87aa68ea854abf8437e796b4c0fadd3ae5ee67b77cb2/wheel-0.33.0.tar.gz"
+MD5SUM="e1e85b00ca5c666186e38cfce4457f3e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""