Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/build-support
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2023-05-12 20:45:51 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2023-05-12 20:45:51 +0200
commit96f36ea7e029149af24168e74d6c27a35fb22d4d (patch)
tree829562735e2062cbb2b03c44d41c9ea27b8ed287 /build-support
parentbc0385f1158a2790ec155ddcaaaee81816a20a3d (diff)
build-support/python-pip-bootstrap: removed python2
Diffstat (limited to 'build-support')
-rw-r--r--build-support/python-pip-bootstrap/PKGBUILD2
-rw-r--r--build-support/python-pip-bootstrap/install2.sh4
2 files changed, 1 insertions, 5 deletions
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
-}