python/pip: Updated for version 1.0.2.

Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
Audrius Kažukauskas 2011-07-28 17:41:53 -03:00 committed by Niels Horn
parent 0c2111095d
commit 7ff6c86b77
4 changed files with 19 additions and 7 deletions

View File

@ -4,7 +4,7 @@
# Written by Audrius Kažukauskas <audrius@neutrino.lt>
PRGNAM=pip
VERSION=${VERSION:-0.8.2}
VERSION=${VERSION:-1.0.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -38,8 +38,11 @@ find . \
python setup.py install --root=$PKG
# Add bash completion file.
install -D -m 644 $CWD/pip.sh $PKG/etc/bash_completion.d/pip
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a docs/*.txt $PKG/usr/doc/$PRGNAM-$VERSION
cp -a *.txt docs/* $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install

View File

@ -1,8 +1,8 @@
PRGNAM="pip"
VERSION="0.8.2"
HOMEPAGE="http://pip.openplans.org/"
DOWNLOAD="http://pypi.python.org/packages/source/p/pip/pip-0.8.2.tar.gz"
MD5SUM="df1eca0abe7643d92b5222240bed15f6"
VERSION="1.0.2"
HOMEPAGE="http://www.pip-installer.org/"
DOWNLOAD="http://pypi.python.org/packages/source/p/pip/pip-1.0.2.tar.gz"
MD5SUM="47ec6ff3f6d962696fe08d4c8264ad49"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Audrius Kažukauskas"

9
python/pip/pip.sh Normal file
View File

@ -0,0 +1,9 @@
# bash completion for pip
_pip_completion()
{
COMPREPLY=( $( COMP_WORDS="${COMP_WORDS[*]}" \
COMP_CWORD=$COMP_CWORD \
PIP_AUTO_COMPLETE=1 $1 ) )
}
complete -o default -F _pip_completion pip

View File

@ -10,7 +10,7 @@ pip: pip (a better easy_install replacement)
pip:
pip: pip is a replacement for easy_install from pysetuptools.
pip:
pip: Homepage: http://pip.openplans.org/
pip: Homepage: http://www.pip-installer.org/
pip:
pip:
pip: