summaryrefslogtreecommitdiffstats
path: root/python/pip
diff options
context:
space:
mode:
author Audrius Kažukauskas <audrius@neutrino.lt>2018-04-01 15:35:10 +0300
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-04-07 08:13:25 +0700
commit0993bb1a18792318c7793cc7f6efe97294ac5135 (patch)
tree3e54b4e8ba25515eda5e60bc444b9f0cd5839a20 /python/pip
parent178cbe88e63d91812a6dedb17c13396210e23f3a (diff)
downloadslackbuilds-0993bb1a18792318c7793cc7f6efe97294ac5135.tar.gz
slackbuilds-0993bb1a18792318c7793cc7f6efe97294ac5135.tar.xz
python/pip: Updated for version 9.0.3.
Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt>
Diffstat (limited to 'python/pip')
-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 efc2d67607..0f28914773 100644
--- a/python/pip/pip.SlackBuild
+++ b/python/pip/pip.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for pip
-# Copyright 2012-2016 Audrius Kažukauskas <audrius@neutrino.lt>
+# Copyright 2012-2018 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:-9.0.1}
+VERSION=${VERSION:-9.0.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -40,7 +40,7 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-set -eu
+set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
diff --git a/python/pip/pip.info b/python/pip/pip.info
index f8d6af3cd1..ca296f0c81 100644
--- a/python/pip/pip.info
+++ b/python/pip/pip.info
@@ -1,8 +1,8 @@
PRGNAM="pip"
-VERSION="9.0.1"
+VERSION="9.0.3"
HOMEPAGE="https://pip.pypa.io/"
-DOWNLOAD="https://pypi.python.org/packages/11/b6/abcb525026a4be042b486df43905d6893fb04f05aac21c32c638e939e447/pip-9.0.1.tar.gz"
-MD5SUM="35f01da33009719497f01a4ba69d63c9"
+DOWNLOAD="https://pypi.python.org/packages/c4/44/e6b8056b6c8f2bfd1445cc9990f478930d8e3459e9dbf5b8e2d2922d64d3/pip-9.0.3.tar.gz"
+MD5SUM="b15b33f9aad61f88d0f8c866d16c55d8"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""