summaryrefslogtreecommitdiff
path: root/extra/python-urllib3
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-08-03 14:36:50 +0000
committerAndreas Baumann <mail@andreasbaumann.cc>2018-08-03 14:36:50 +0000
commitf27af5ead386f1ecd1a8c74180f3f844f1dba8b9 (patch)
tree6d245cd74e8286f8edfa98e86b7ddee9d9c7061a /extra/python-urllib3
parent043f74201967addd0353517fa10251975f7c723f (diff)
downloadpackages-f27af5ead386f1ecd1a8c74180f3f844f1dba8b9.tar.xz
i486-specific patches for python modules
Diffstat (limited to 'extra/python-urllib3')
-rw-r--r--extra/python-urllib3/PKGBUILD16
1 files changed, 16 insertions, 0 deletions
diff --git a/extra/python-urllib3/PKGBUILD b/extra/python-urllib3/PKGBUILD
new file mode 100644
index 00000000..f7e86cb1
--- /dev/null
+++ b/extra/python-urllib3/PKGBUILD
@@ -0,0 +1,16 @@
+# i486-specific
+if [ "${CARCH}" = "i486" ]; then
+ # disable sphinx for now, needs too many packages
+ makedepends=(${makedepends[@]//python2-sphinx/})
+
+ eval "$(
+ declare -f build | \
+ sed '
+ /make.*html/d
+ '
+ )"
+
+ pkgname=(${pkgname[@]//python-urllib3-doc})
+
+ unset check
+fi