From 0da508169fa2f28f17c6c6a25b82e7fe70805c37 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 16 Dec 2021 12:55:01 +0100 Subject: build-support/python-setuptools-bootstrap: fixed pkgbase, fixed missing scripts dir --- build-support/python-setuptools-bootstrap/PKGBUILD | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'build-support/python-setuptools-bootstrap/PKGBUILD') diff --git a/build-support/python-setuptools-bootstrap/PKGBUILD b/build-support/python-setuptools-bootstrap/PKGBUILD index 3ff26e3a..70162207 100644 --- a/build-support/python-setuptools-bootstrap/PKGBUILD +++ b/build-support/python-setuptools-bootstrap/PKGBUILD @@ -8,8 +8,9 @@ # heavily borrowed from python-setuptools' PKGBUILD pkgname=python-setuptools-bootstrap +pkgbase=python-setuptools pkgver='56.2.0' -pkgrel='1' +pkgrel='2' epoch='1' pkgdesc="Easily download, build, install, upgrade, and uninstall Python packages - bootstrap variant" arch=('any') @@ -55,5 +56,7 @@ package() { replaces=('python-distribute') cd "$srcdir"/setuptools-$pkgver + # create directory before installing (otherwise installing fails) + mkdir build/scripts-3.10 python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 --skip-build } -- cgit v1.2.3-54-g00ecf