summaryrefslogtreecommitdiff
path: root/extra/python-setuptools/PKGBUILD
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-12-29 21:40:44 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2021-12-29 21:40:44 +0100
commit7dbe807145928b56fce9eee18bb1566147017e40 (patch)
tree8c4fa83594e767c5ad2b65f1d37fb4b754110f47 /extra/python-setuptools/PKGBUILD
parent0c92ba8c979669be78c4bb844ff7e45ec0cc1913 (diff)
downloadpackages-7dbe807145928b56fce9eee18bb1566147017e40.tar.xz
extra/python-setuptools: removed bootstrapping hacks around python2to3
Diffstat (limited to 'extra/python-setuptools/PKGBUILD')
-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 eba890bf..5f048dbd 100644
--- a/extra/python-setuptools/PKGBUILD
+++ b/extra/python-setuptools/PKGBUILD
@@ -22,15 +22,3 @@ makedepends=(${makedepends[@]//python2-setuptools/})
depends=(${depends[@]//python-pyparsing/})
depends=(${depends[@]//python2-pyparsing/})
makedepends+=(python python2)
-
-# bootstrapping without python2 broken stuff
-source+=('setuptools-57.4.0-no-2to3.patch')
-sha512sums+=('cb9a654825dfea7f61b394d4d7e06202569efc7f8efac5527c3653c111b349ebe182b50332d41760e1585685923b7a17d8bb3e4ada48d33aebc4c2e379e2342c')
-
-eval "$(
- declare -f prepare | \
- sed '
- /cd/ a \
- patch -Np1 -i "${srcdir}"/setuptools-57.4.0-no-2to3.patch
- '
-)"