python/pip: Updated for version 1.5.2.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
5390a62ff2
commit
303134f8c2
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue