Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/build-support/disabled/python-pip-bootstrap/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'build-support/disabled/python-pip-bootstrap/PKGBUILD')
-rw-r--r--build-support/disabled/python-pip-bootstrap/PKGBUILD18
1 files changed, 0 insertions, 18 deletions
diff --git a/build-support/disabled/python-pip-bootstrap/PKGBUILD b/build-support/disabled/python-pip-bootstrap/PKGBUILD
deleted file mode 100644
index 4afb97a8..00000000
--- a/build-support/disabled/python-pip-bootstrap/PKGBUILD
+++ /dev/null
@@ -1,18 +0,0 @@
-# Maintainer: Andreas Baumann <mail@andreasbaumann.cc>
-
-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/."
-}