diff options
Diffstat (limited to 'development')
-rw-r--r-- | development/wheel/README | 2 | ||||
-rw-r--r-- | development/wheel/wheel.SlackBuild | 6 | ||||
-rw-r--r-- | development/wheel/wheel.info | 6 |
3 files changed, 8 insertions, 6 deletions
diff --git a/development/wheel/README b/development/wheel/README index afc6d2862f..4063e3f1e7 100644 --- a/development/wheel/README +++ b/development/wheel/README @@ -2,3 +2,5 @@ A wheel is a ZIP-format archive with a specially formatted filename and the .whl extension. It is designed to contain all the files for a PEP 376 compatible install in a way that is very close to the on-disk format. + +Optional dependencies: python-keyring diff --git a/development/wheel/wheel.SlackBuild b/development/wheel/wheel.SlackBuild index f3bc985acc..8c874bc7b1 100644 --- a/development/wheel/wheel.SlackBuild +++ b/development/wheel/wheel.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for wheel -# Copyright 2014 Dimitris Zlatanidis Greece-Orestiada +# Copyright 2014-2015 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.24.0} +VERSION=${VERSION:-0.25.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -75,7 +75,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 *.txt $PKG/usr/doc/$PRGNAM-$VERSION +cp -a CHANGES.txt README.txt 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 ed86235b09..afd1bf6397 100644 --- a/development/wheel/wheel.info +++ b/development/wheel/wheel.info @@ -1,8 +1,8 @@ PRGNAM="wheel" -VERSION="0.24.0" +VERSION="0.25.0" HOMEPAGE="http://bitbucket.org/pypa/wheel/" -DOWNLOAD="https://pypi.python.org/packages/source/w/wheel/wheel-0.24.0.tar.gz" -MD5SUM="3b0d66f0d127ea8befaa5d11453107fd" +DOWNLOAD="https://pypi.python.org/packages/source/w/wheel/wheel-0.25.0.tar.gz" +MD5SUM="ef51b84dc2a5a3ca87e822210b832508" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="pysetuptools" |