index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | build-support/python-pip-bootstrap/PKGBUILD | 2 | ||||
-rw-r--r-- | build-support/python-pip-bootstrap/install2.sh | 4 |
diff --git a/build-support/python-pip-bootstrap/PKGBUILD b/build-support/python-pip-bootstrap/PKGBUILD index 4afb97a8..e6d60477 100644 --- a/build-support/python-pip-bootstrap/PKGBUILD +++ b/build-support/python-pip-bootstrap/PKGBUILD @@ -2,7 +2,7 @@ pkgname=('python-pip-bootstrap') pkgver=0.0.1 -pkgrel=2 +pkgrel=3 pkgdesc="bootstap pip and setuptools for bootstrapping python" arch=(i486 'i686' 'pentium4' 'x86_64' 'armv6h' 'armv7h') url="https://bootstrap.pypa.io/" diff --git a/build-support/python-pip-bootstrap/install2.sh b/build-support/python-pip-bootstrap/install2.sh deleted file mode 100644 index b6aa16fa..00000000 --- a/build-support/python-pip-bootstrap/install2.sh +++ /dev/null @@ -1,4 +0,0 @@ -post_install() { - echo "Bootstrapping python2 pip, setuptools and wheel.." - python2 /usr/bin/get-pip2.py -} |