From 96f36ea7e029149af24168e74d6c27a35fb22d4d Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 12 May 2023 20:45:51 +0200 Subject: build-support/python-pip-bootstrap: removed python2 --- build-support/python-pip-bootstrap/PKGBUILD | 2 +- build-support/python-pip-bootstrap/install2.sh | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) delete mode 100644 build-support/python-pip-bootstrap/install2.sh (limited to 'build-support') 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 -} -- cgit v1.2.3-54-g00ecf