python/pip: Updated for version 1.5.2.

Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
Audrius Kažukauskas 2014-01-30 16:29:46 -06:00 committed by Robby Workman
parent 5390a62ff2
commit 303134f8c2
2 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for pip
# Copyright 2012-2013 Audrius Kažukauskas <audrius@neutrino.lt>
# Copyright 2012-2014 Audrius Kažukauskas <audrius@neutrino.lt>
# 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=pip
VERSION=${VERSION:-1.4.1}
VERSION=${VERSION:-1.5.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="pip"
VERSION="1.4.1"
VERSION="1.5.2"
HOMEPAGE="http://www.pip-installer.org/"
DOWNLOAD="https://pypi.python.org/packages/source/p/pip/pip-1.4.1.tar.gz"
MD5SUM="6afbb46aeb48abac658d4df742bff714"
DOWNLOAD="https://pypi.python.org/packages/source/p/pip/pip-1.5.2.tar.gz"
MD5SUM="5da30919f732d68b1c666e484e7676f5"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pysetuptools"