development/wheel: Updated for version 0.26.0.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2015-09-20 08:12:24 +03:00 committed by Willy Sudiarto Raharjo
parent 1d114c5cf4
commit e3cf75c866
2 changed files with 4 additions and 4 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=wheel
VERSION=${VERSION:-0.25.0}
VERSION=${VERSION:-0.26.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="wheel"
VERSION="0.25.0"
VERSION="0.26.0"
HOMEPAGE="http://bitbucket.org/pypa/wheel/"
DOWNLOAD="https://pypi.python.org/packages/source/w/wheel/wheel-0.25.0.tar.gz"
MD5SUM="ef51b84dc2a5a3ca87e822210b832508"
DOWNLOAD="https://pypi.python.org/packages/source/w/wheel/wheel-0.26.0.tar.gz"
MD5SUM="4cfc6e7e3dc7377d0164914623922a10"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pysetuptools"