From f27af5ead386f1ecd1a8c74180f3f844f1dba8b9 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 3 Aug 2018 14:36:50 +0000 Subject: i486-specific patches for python modules --- community/python-distro/PKGBUILD | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 community/python-distro/PKGBUILD (limited to 'community/python-distro') diff --git a/community/python-distro/PKGBUILD b/community/python-distro/PKGBUILD new file mode 100644 index 00000000..32d99307 --- /dev/null +++ b/community/python-distro/PKGBUILD @@ -0,0 +1,30 @@ +# i486-specific +if [ "${CARCH}" = "i486" ]; then + # disable sphinx for now, needs too many packages + makedepends=(${makedepends[@]//python-sphinx/}) + makedepends=(${makedepends[@]//python2-sphinx/}) + + eval "$( + declare -f build | \ + sed ' + s/make man SPHINXBUILD=sphinx-build2// + s/make man SPHINXBUILD=sphinx-build// + ' + )" + + eval "$( + declare -f package_python-distro | \ + sed ' + /install.*man.*ld.1/d + ' + )" + + eval "$( + declare -f package_python2-distro | \ + sed ' + /install.*man.*ld.1/d + ' + )" + + unset check +fi -- cgit v1.2.3-54-g00ecf