summaryrefslogtreecommitdiff
path: root/python-pip/Pkgfile
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2018-08-08 01:24:13 +1000
committerDanny Rawlins <monster.romster@gmail.com>2018-08-08 01:25:59 +1000
commit5af391d068559fe97812adb8aecaccabbd3835e0 (patch)
tree9733acaa9116234741d90ebee0ec74d73eb6f97b /python-pip/Pkgfile
parente7b9da5365cf03c97729de77ad7e5da9dca2d3b9 (diff)
downloadopt-5af391d068559fe97812adb8aecaccabbd3835e0.tar.gz
opt-5af391d068559fe97812adb8aecaccabbd3835e0.tar.xz
python-pip: 10.0.1 -> 18.0
Diffstat (limited to 'python-pip/Pkgfile')
-rw-r--r--python-pip/Pkgfile6
1 files changed, 2 insertions, 4 deletions
diff --git a/python-pip/Pkgfile b/python-pip/Pkgfile
index 3c72b86c9..ee5467495 100644
--- a/python-pip/Pkgfile
+++ b/python-pip/Pkgfile
@@ -4,8 +4,8 @@
# Depends on: python-setuptools
name=python-pip
-version=10.0.1
-release=2
+version=18.0
+release=1
source=(https://files.pythonhosted.org/packages/source/${name:7:1}/${name#*-}/${name#*-}-$version.tar.gz)
build() {
@@ -15,6 +15,4 @@ build() {
/usr/bin/python setup.py install \
--prefix=/usr --root=$PKG --optimize=1
-
- chmod -R og-w $PKG
}

Generated by cgit