summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2015-09-17 19:47:40 +0300
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-09-19 19:49:12 +0700
commit4b587d7b2982726f88df7f0a742765838ba8daae (patch)
tree8a441521f84d339548ce5b0e63c4384a91e01caf /development
parent10f1b10186d0623cbb8e28bfdd6bfac7c4a275bf (diff)
downloadslackbuilds-4b587d7b2982726f88df7f0a742765838ba8daae.tar.gz
slackbuilds-4b587d7b2982726f88df7f0a742765838ba8daae.tar.xz
development/wheel: Updated for version 0.25.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'development')
-rw-r--r--development/wheel/README2
-rw-r--r--development/wheel/wheel.SlackBuild6
-rw-r--r--development/wheel/wheel.info6
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"