summaryrefslogtreecommitdiff
path: root/extra/python-urllib3/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/python-urllib3/PKGBUILD')
-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