From 7dbe807145928b56fce9eee18bb1566147017e40 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Wed, 29 Dec 2021 21:40:44 +0100 Subject: extra/python-setuptools: removed bootstrapping hacks around python2to3 --- extra/python-setuptools/PKGBUILD | 12 ------------ extra/python-setuptools/setuptools-57.4.0-no-2to3.patch | Bin 2064 -> 0 bytes 2 files changed, 12 deletions(-) delete mode 100644 extra/python-setuptools/setuptools-57.4.0-no-2to3.patch (limited to 'extra/python-setuptools') 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 - ' -)" diff --git a/extra/python-setuptools/setuptools-57.4.0-no-2to3.patch b/extra/python-setuptools/setuptools-57.4.0-no-2to3.patch deleted file mode 100644 index bcd24e18..00000000 Binary files a/extra/python-setuptools/setuptools-57.4.0-no-2to3.patch and /dev/null differ -- cgit v1.2.3-54-g00ecf