From 444dbe568dd39ef50ad3905e29abe494c11f13b4 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 30 Aug 2017 14:39:25 +0200 Subject: community/python-faker: disable century-tests (which require > 32 bit) --- community/python-faker/PKGBUILD | 14 ++++++++++++++ community/python-faker/remove-century-tests.patch | Bin 0 -> 2158 bytes 2 files changed, 14 insertions(+) create mode 100644 community/python-faker/PKGBUILD create mode 100644 community/python-faker/remove-century-tests.patch diff --git a/community/python-faker/PKGBUILD b/community/python-faker/PKGBUILD new file mode 100644 index 00000000..88b903c8 --- /dev/null +++ b/community/python-faker/PKGBUILD @@ -0,0 +1,14 @@ +# time-tests requiring 64 bit fail on i686 - obviously + +source+=('remove-century-tests.patch') +sha512sums+=('0db0780b0fbb89b4bff35fce4bc18e1f1ecafb46d55f00b4391f8f2a8f66e0244b3b988d67d922c3c206917404ee5ca6beb3f0cbd2b20c167179a2681aaf0782') + +eval "$( + declare -f prepare | \ + sed ' + /^{\s*$/a \ + cd "$srcdir"/faker-$pkgver\ + patch -p1 -i "$srcdir/remove-century-tests.patch"\ + cd "$srcdir" + ' +)" diff --git a/community/python-faker/remove-century-tests.patch b/community/python-faker/remove-century-tests.patch new file mode 100644 index 00000000..5c944377 Binary files /dev/null and b/community/python-faker/remove-century-tests.patch differ -- cgit v1.2.3-54-g00ecf