summaryrefslogtreecommitdiff
path: root/community/python-distro/PKGBUILD
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-01-21 10:23:08 +0100
committerErich Eckner <git@eckner.net>2019-01-21 10:23:08 +0100
commita948f461a7bcbeb30d4f1ca7244882a86a43778c (patch)
tree82c07588aeb5364a57aa4f01808fb03dbf389412 /community/python-distro/PKGBUILD
parent250a3c2cbfd9a5b1ec17b6d5b9d5bf2c5949b6ab (diff)
downloadpackages-a948f461a7bcbeb30d4f1ca7244882a86a43778c.tar.xz
clean up python-pip-bootstrapi486
Diffstat (limited to 'community/python-distro/PKGBUILD')
-rw-r--r--community/python-distro/PKGBUILD33
1 files changed, 0 insertions, 33 deletions
diff --git a/community/python-distro/PKGBUILD b/community/python-distro/PKGBUILD
deleted file mode 100644
index 416ab6ac..00000000
--- a/community/python-distro/PKGBUILD
+++ /dev/null
@@ -1,33 +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[@]//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