python/pip: Updated for version 8.1.2.

Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt>
This commit is contained in:
Audrius Kažukauskas 2016-08-25 21:27:16 +03:00 committed by David Spencer
parent 9c16bb8936
commit 2c0541d368
2 changed files with 6 additions and 6 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for pip # Slackware build script for pip
# Copyright 2012-2015 Audrius Kažukauskas <audrius@neutrino.lt> # Copyright 2012-2016 Audrius Kažukauskas <audrius@neutrino.lt>
# All rights reserved. # All rights reserved.
# #
# Redistribution and use of this script, with or without modification, is # Redistribution and use of this script, with or without modification, is
@ -23,13 +23,13 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=pip PRGNAM=pip
VERSION=${VERSION:-7.1.2} VERSION=${VERSION:-8.1.2}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then if [ -z "$ARCH" ]; then
case "$( uname -m )" in case "$( uname -m )" in
i?86) ARCH=i486 ;; i?86) ARCH=i586 ;;
arm*) ARCH=arm ;; arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;; *) ARCH=$( uname -m ) ;;
esac esac

View File

@ -1,8 +1,8 @@
PRGNAM="pip" PRGNAM="pip"
VERSION="7.1.2" VERSION="8.1.2"
HOMEPAGE="https://pip.pypa.io/" HOMEPAGE="https://pip.pypa.io/"
DOWNLOAD="https://pypi.python.org/packages/source/p/pip/pip-7.1.2.tar.gz" DOWNLOAD="https://pypi.python.org/packages/e7/a8/7556133689add8d1a54c0b14aeff0acb03c64707ce100ecd53934da1aa13/pip-8.1.2.tar.gz"
MD5SUM="3823d2343d9f3aaab21cf9c917710196" MD5SUM="87083c0b9867963b29f7aba3613e8f4a"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="" REQUIRES=""