From e74cde76c104df82b120a7b13964cb786da8f565 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 22 May 2023 20:18:50 +0200 Subject: community -> extra --- community/python-shapely/PKGBUILD | 23 ----------------------- community/python-shapely/load_dll_c.patch | Bin 573 -> 0 bytes 2 files changed, 23 deletions(-) delete mode 100644 community/python-shapely/PKGBUILD delete mode 100644 community/python-shapely/load_dll_c.patch (limited to 'community/python-shapely') diff --git a/community/python-shapely/PKGBUILD b/community/python-shapely/PKGBUILD deleted file mode 100644 index 14ce07a9..00000000 --- a/community/python-shapely/PKGBUILD +++ /dev/null @@ -1,23 +0,0 @@ -# temporary fix for: -# - https://github.com/Toblerity/Shapely/pull/762 -# -# which caused: -# - https://community.ultimaker.com/topic/29721-archlinux32-cura-341/?_fromLogin=1#replyForm -# -source+=(load_dll_c.patch) -sha512sums+=('6dee4823b76d5057beaed09e9ed529d03a9f76141598a4038f3c51cbca828b1f3e9203a25dab91ee1ff31fee2bf2781d6171dc662f5aa1715c9d5296f8607c60') - -eval "$( - declare -f prepare | \ - sed ' - $ i cd Shapely-$pkgver && patch -p1 -i "$srcdir/load_dll_c.patch" - ' -)" - -# patch CARCH to always use i686 build directory during testing -eval "$( - declare -f check | \ - sed ' - /.*py.test/s/\$CARCH/i686/ - ' -)" diff --git a/community/python-shapely/load_dll_c.patch b/community/python-shapely/load_dll_c.patch deleted file mode 100644 index 8efc8ec5..00000000 Binary files a/community/python-shapely/load_dll_c.patch and /dev/null differ -- cgit v1.2.3-54-g00ecf