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 ++++ extra/python-pip/PKGBUILD | 4 ---- 4 files changed, 12 insertions(+), 4 deletions(-) create mode 100644 community/python-babel/PKGBUILD create mode 100644 community/python-sqlalchemy/PKGBUILD create mode 100644 community/python-whoosh/PKGBUILD 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 diff --git a/extra/python-pip/PKGBUILD b/extra/python-pip/PKGBUILD index f1880e74..55d77113 100644 --- a/extra/python-pip/PKGBUILD +++ b/extra/python-pip/PKGBUILD @@ -3,10 +3,6 @@ if [ "${CARCH}" = "i486" ]; then md5sums[1]='71cb8b43efaa6af0d6cd98576ca2f932' sha256sums[1]='ff81c9d48be20765145cb04953c54c5b9059bd193e3d82cec870d3391e6e6dd1' - # disable sphinx for now, needs too many packages - makedepends=(${makedepends[@]//python-sphinx/}) - makedepends=(${makedepends[@]//python2-sphinx/}) - unset check fi -- cgit v1.2.3-54-g00ecf