[arch-commits] Commit in python-setuptools/trunk (PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Sat Dec 11 00:08:33 UTC 2021


    Date: Saturday, December 11, 2021 @ 00:08:32
  Author: felixonmars
Revision: 431846

upgpkg: python-setuptools 1:57.4.0-6: remove bootstrap hack

Modified:
  python-setuptools/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-10 22:18:06 UTC (rev 431845)
+++ PKGBUILD	2021-12-11 00:08:32 UTC (rev 431846)
@@ -4,7 +4,7 @@
 
 pkgname=python-setuptools
 pkgver=57.4.0
-pkgrel=5
+pkgrel=6
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python packages"
 arch=('any')
@@ -12,7 +12,7 @@
 url="https://pypi.org/project/setuptools/"
 depends=('python-appdirs' 'python-more-itertools' 'python-ordered-set' 'python-packaging'
          'python-pyparsing')
-makedepends=('git')
+makedepends=('git' 'python-setuptools')
 checkdepends=('python-jaraco.envs' 'python-jaraco.path' 'python-mock' 'python-pip'
               'python-pytest-fixture-config' 'python-pytest-flake8' 'python-pytest-virtualenv'
               'python-wheel' 'python-paver' 'python-pytest-cov' 'python-sphinx')
@@ -24,9 +24,6 @@
 export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
 
 prepare() {
-  # Bootstrap for proper metadata
-  python -m ensurepip
-
   rm -r setuptools-$pkgver/{pkg_resources,setuptools}/{extern,_vendor}
 
   # Upstream devendoring logic is badly broken, see:



More information about the arch-commits mailing list