summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Audrius Kažukauskas <audrius@neutrino.lt>2015-02-08 17:14:01 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-02-15 07:56:25 +0700
commite4d8c1283f5895204e866bd348059e3c6e13c485 (patch)
tree4a65e7895ed2472c41b791ae44f63137784609a4
parent8a160e85cf13e52fbd6c9e000d3160a4a2653b0a (diff)
downloadslackbuilds-e4d8c1283f5895204e866bd348059e3c6e13c485.tar.gz
slackbuilds-e4d8c1283f5895204e866bd348059e3c6e13c485.tar.xz
python/pip: Updated for version 6.0.8.
Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt>
-rw-r--r--python/pip/pip.SlackBuild6
-rw-r--r--python/pip/pip.info6
2 files changed, 6 insertions, 6 deletions
diff --git a/python/pip/pip.SlackBuild b/python/pip/pip.SlackBuild
index 160e956d3b..d34fbd2fb3 100644
--- a/python/pip/pip.SlackBuild
+++ b/python/pip/pip.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for pip
-# Copyright 2012-2014 Audrius Kažukauskas <audrius@neutrino.lt>
+# Copyright 2012-2015 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.5.6}
+VERSION=${VERSION:-6.0.8}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -53,7 +53,7 @@ find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
- -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
python setup.py install --root=$PKG
diff --git a/python/pip/pip.info b/python/pip/pip.info
index 49111d7115..1a26a69ec7 100644
--- a/python/pip/pip.info
+++ b/python/pip/pip.info
@@ -1,8 +1,8 @@
PRGNAM="pip"
-VERSION="1.5.6"
+VERSION="6.0.8"
HOMEPAGE="https://pip.pypa.io/"
-DOWNLOAD="https://pypi.python.org/packages/source/p/pip/pip-1.5.6.tar.gz"
-MD5SUM="01026f87978932060cc86c1dc527903e"
+DOWNLOAD="https://pypi.python.org/packages/source/p/pip/pip-6.0.8.tar.gz"
+MD5SUM="2332e6f97e75ded3bddde0ced01dbda3"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pysetuptools"