development/wheel: Updated for version 0.25.0.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2015-09-17 19:47:40 +03:00 committed by Willy Sudiarto Raharjo
parent 10f1b10186
commit 4b587d7b29
3 changed files with 8 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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"