diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2017-02-05 15:36:53 +1100 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2017-02-05 15:36:53 +1100 |
commit | b25daceb72ebf4368ccf2ccde8147579c7955dc1 (patch) | |
tree | 2fad1003a5297c60cb0b5a8c9ba04c717fbe6a38 | |
parent | cc95e99a901b5d71422e069d1ff16dbcceb13270 (diff) | |
download | opt-b25daceb72ebf4368ccf2ccde8147579c7955dc1.tar.gz opt-b25daceb72ebf4368ccf2ccde8147579c7955dc1.tar.xz |
pip -> python-pip
-rw-r--r-- | python-pip/.footprint (renamed from pip/.footprint) | 0 | ||||
-rw-r--r-- | python-pip/.md5sum (renamed from pip/.md5sum) | 0 | ||||
-rw-r--r-- | python-pip/Pkgfile (renamed from pip/Pkgfile) | 6 |
3 files changed, 3 insertions, 3 deletions
diff --git a/pip/.footprint b/python-pip/.footprint index 59c1a5c87..59c1a5c87 100644 --- a/pip/.footprint +++ b/python-pip/.footprint diff --git a/pip/.md5sum b/python-pip/.md5sum index bb1474db3..bb1474db3 100644 --- a/pip/.md5sum +++ b/python-pip/.md5sum diff --git a/pip/Pkgfile b/python-pip/Pkgfile index ed4c8e198..7ed6d2403 100644 --- a/pip/Pkgfile +++ b/python-pip/Pkgfile @@ -3,16 +3,16 @@ # Maintainer: Danny Rawlins, crux at romster dot me # Depends on: python -name=pip +name=python-pip version=9.0.1 release=2 source=(https://pypi.python.org/packages/11/b6/abcb525026a4be042b486df43905d6893fb04f05aac21c32c638e939e447/pip-$version.tar.gz https://bootstrap.pypa.io/get-pip.py) build() { - cd $name-$version + cd ${name#*-}-$version - if [ "$(pkginfo -i | egrep -c '^(setuptools|appdirs|pyparsing|six|pip|packaging) ')" != 6 ]; then + if [ "$(pkginfo -i | egrep -c '^python-(setuptools|appdirs|pyparsing|six|pip|packaging) ')" != 6 ]; then install -d build /usr/bin/python $SRC/get-pip.py --root=$SRC/build |