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/PKGBUILD18
1 files changed, 0 insertions, 18 deletions
diff --git a/extra/python-urllib3/PKGBUILD b/extra/python-urllib3/PKGBUILD
deleted file mode 100644
index 2175b900..00000000
--- a/extra/python-urllib3/PKGBUILD
+++ /dev/null
@@ -1,18 +0,0 @@
-# i486-specific
-if [ "${CARCH}" = "i486" ]; then
- makedepends+=('python-pip-bootstrap' 'python2-pip-bootstrap')
-
- # 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