From e626f6934844d197e0bb5bfe44df32494e87f9d8 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Tue, 26 Sep 2017 19:19:00 +0200 Subject: development/wheel: Updated for version 0.30.0. Signed-off-by: Dimitris Zlatanidis --- development/wheel/wheel.SlackBuild | 6 +++--- development/wheel/wheel.info | 6 +++--- 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="" -- cgit v1.2.3-65-gdbad