From 1a9038b24071546a11a5db104e43ce15de766831 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 12 May 2023 16:35:58 +0200 Subject: some cleanup --- build-support/python-pip-bootstrap/PKGBUILD | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 build-support/python-pip-bootstrap/PKGBUILD (limited to 'build-support/python-pip-bootstrap/PKGBUILD') diff --git a/build-support/python-pip-bootstrap/PKGBUILD b/build-support/python-pip-bootstrap/PKGBUILD deleted file mode 100644 index 4afb97a8..00000000 --- a/build-support/python-pip-bootstrap/PKGBUILD +++ /dev/null @@ -1,18 +0,0 @@ -# Maintainer: Andreas Baumann - -pkgname=('python-pip-bootstrap') -pkgver=0.0.1 -pkgrel=2 -pkgdesc="bootstap pip and setuptools for bootstrapping python" -arch=(i486 'i686' 'pentium4' 'x86_64' 'armv6h' 'armv7h') -url="https://bootstrap.pypa.io/" -source=("https://bootstrap.pypa.io/get-pip.py") -sha512sums=('ba6c35de136e769bc67cbd41417c62ed2d7eebf893473ae3a98c50fd130b53fc02d7d9de266323197e30a4895c826c301a205595e129fb9e90d294d8f0e53afd') - -package_python-pip-bootstrap() { - depends=('python') - install=install.sh - - mkdir -p "${pkgdir}/usr/bin" - cp "${srcdir}/get-pip.py" "${pkgdir}/usr/bin/." -} -- cgit v1.2.3-54-g00ecf