From 0918b059c23f2a09506f83c532c7e0f5dc854f73 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 8 Aug 2021 13:40:39 +0200 Subject: added python-pip-bootstrap (build-support), delete on AUR --- .../disabled/python-pip-bootstrap/.SRCINFO | 21 --------------------- .../disabled/python-pip-bootstrap/PKGBUILD | 16 +++++++--------- 2 files changed, 7 insertions(+), 30 deletions(-) delete mode 100644 build-support/disabled/python-pip-bootstrap/.SRCINFO diff --git a/build-support/disabled/python-pip-bootstrap/.SRCINFO b/build-support/disabled/python-pip-bootstrap/.SRCINFO deleted file mode 100644 index d88edfcc..00000000 --- a/build-support/disabled/python-pip-bootstrap/.SRCINFO +++ /dev/null @@ -1,21 +0,0 @@ -pkgbase = python-pip-bootstrap - pkgdesc = bootstap pip and setuptools for bootstrapping python - pkgver = 0.0.1 - pkgrel = 1 - url = https://bootstrap.pypa.io/ - arch = i486 - arch = i686 - arch = x86_64 - arch = armv6h - arch = armv7h - source = https://bootstrap.pypa.io/get-pip.py - sha512sums = 29971130c5d1d1baf2b51ef689b40c91fcd0d1e62de6f99d6abef6879684a59843be539cd112dfddc3637cc3d1a91c79f775d80f6aa2fe920252710d48d2934d - -pkgname = python-pip-bootstrap - install = install.sh - depends = python - -pkgname = python2-pip-bootstrap - install = install2.sh - depends = python2 - diff --git a/build-support/disabled/python-pip-bootstrap/PKGBUILD b/build-support/disabled/python-pip-bootstrap/PKGBUILD index f278e657..7dc64258 100644 --- a/build-support/disabled/python-pip-bootstrap/PKGBUILD +++ b/build-support/disabled/python-pip-bootstrap/PKGBUILD @@ -1,28 +1,26 @@ # Maintainer: Andreas Baumann pkgname=('python-pip-bootstrap' 'python2-pip-bootstrap') -pkgver='19.3.1' -pkgrel='1' +pkgver=0.0.1 +pkgrel=1 pkgdesc="bootstap pip and setuptools for bootstrapping python" -arch=('x86_64' 'armv6h' 'armv7h') +arch=(i486 'i686' 'x86_64' 'armv6h' 'armv7h') url="https://bootstrap.pypa.io/" -source=("get-pip-${pkgver}.py::https://bootstrap.pypa.io/get-pip.py") -sha512sums=('d8744fcfa4dce749675632be0691a5e9bdac95e34d5b787bca6e635e2d6a25badbeb0b5f5ff6af1beb879604bdf060829805622a835a4b579967d806d3a642b5') +source=("https://bootstrap.pypa.io/get-pip.py") +sha512sums=('ae0f0b2e41f435d80f955eb577f74fa9561ba283b8c7f65a5dd96270beebf7d2c220d107865e07a31e66d25dd33953cca852100b3f04bf8990626aa69c60fa98') package_python-pip-bootstrap() { - provides=("python-pip=${pkgver}") depends=('python') install=install.sh mkdir -p "${pkgdir}/usr/bin" - cp "${srcdir}/get-pip-${pkgver}.py" "${pkgdir}/usr/bin/." + cp "${srcdir}/get-pip.py" "${pkgdir}/usr/bin/." } package_python2-pip-bootstrap() { - provides=("python2-pip=${pkgver}") depends=('python2') install=install2.sh mkdir -p "${pkgdir}/usr/bin" - cp "${srcdir}/get-pip-${pkgver}.py" "${pkgdir}/usr/bin/get-pip2.py" + cp "${srcdir}/get-pip.py" "${pkgdir}/usr/bin/get-pip2.py" } -- cgit v1.2.3