diff options
-rw-r--r-- | development/wheel/wheel.SlackBuild | 6 | ||||
-rw-r--r-- | development/wheel/wheel.info | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/development/wheel/wheel.SlackBuild b/development/wheel/wheel.SlackBuild index 4fe6aeab6298..95d61fa85d2b 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 d3885f3d3658..0bb811e0fc64 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="" |