summaryrefslogtreecommitdiff
path: root/extra/python-setuptools
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-01-01 21:23:02 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2022-01-01 21:23:02 +0100
commit144132feaabd8f382113729b4c305d0635e26fcd (patch)
tree0e7f83c7f12c8f21c79bbaf56f76bd96f0d9ffcb /extra/python-setuptools
parentc26d41170a5256a0045d3315c9fc98417882aad2 (diff)
downloadpackages-144132feaabd8f382113729b4c305d0635e26fcd.tar.xz
extra/python-setuptools: rebuild without manual egg-info copying (bootstrapping)
Diffstat (limited to 'extra/python-setuptools')
-rw-r--r--extra/python-setuptools/PKGBUILD12
1 files changed, 0 insertions, 12 deletions
diff --git a/extra/python-setuptools/PKGBUILD b/extra/python-setuptools/PKGBUILD
index 9320e0b6..9b1a01ca 100644
--- a/extra/python-setuptools/PKGBUILD
+++ b/extra/python-setuptools/PKGBUILD
@@ -16,15 +16,3 @@ eval "$(
unset checkdepends
unset check
-
-# egg-infos are not installed correctly, create them before and install
-# them manually
-eval "$(
- declare -f package | \
- sed '
- 6 i python setup.py egg_info \
- rm -rf "$pkgdir"/usr/lib/python3.10/site-packages/setuptools-57.4.0-py3.10.egg-info \
- mkdir "$pkgdir"/usr/lib/python3.10/site-packages/setuptools-57.4.0-py3.10.egg-info \
- cp -R setuptools.egg-info/* "$pkgdir"/usr/lib/python3.10/site-packages/setuptools-57.4.0-py3.10.egg-info/.
- '
-)"