From 0056ae3e53f0ebc43d2ddff06047627115295101 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 3 Aug 2018 16:20:45 +0000 Subject: building all basic python modules for i486 --- community/python-babel/PKGBUILD | 4 ++++ community/python-sqlalchemy/PKGBUILD | 4 ++++ community/python-whoosh/PKGBUILD | 4 ++++ 3 files changed, 12 insertions(+) create mode 100644 community/python-babel/PKGBUILD create mode 100644 community/python-sqlalchemy/PKGBUILD create mode 100644 community/python-whoosh/PKGBUILD (limited to 'community') diff --git a/community/python-babel/PKGBUILD b/community/python-babel/PKGBUILD new file mode 100644 index 00000000..ed73f8de --- /dev/null +++ b/community/python-babel/PKGBUILD @@ -0,0 +1,4 @@ +# i486-specific +if [ "${CARCH}" = "i486" ]; then + unset check +fi diff --git a/community/python-sqlalchemy/PKGBUILD b/community/python-sqlalchemy/PKGBUILD new file mode 100644 index 00000000..ed73f8de --- /dev/null +++ b/community/python-sqlalchemy/PKGBUILD @@ -0,0 +1,4 @@ +# i486-specific +if [ "${CARCH}" = "i486" ]; then + unset check +fi diff --git a/community/python-whoosh/PKGBUILD b/community/python-whoosh/PKGBUILD new file mode 100644 index 00000000..ed73f8de --- /dev/null +++ b/community/python-whoosh/PKGBUILD @@ -0,0 +1,4 @@ +# i486-specific +if [ "${CARCH}" = "i486" ]; then + unset check +fi -- cgit v1.2.3-54-g00ecf