summaryrefslogtreecommitdiff
path: root/extra
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 /extra
parent250a3c2cbfd9a5b1ec17b6d5b9d5bf2c5949b6ab (diff)
downloadpackages-a948f461a7bcbeb30d4f1ca7244882a86a43778c.tar.xz
clean up python-pip-bootstrapi486
Diffstat (limited to 'extra')
-rw-r--r--extra/pyopenssl/PKGBUILD6
-rw-r--r--extra/python-appdirs/PKGBUILD5
-rw-r--r--extra/python-asn1crypto/PKGBUILD5
-rw-r--r--extra/python-attrs/PKGBUILD5
-rw-r--r--extra/python-cffi/PKGBUILD5
-rw-r--r--extra/python-chardet/PKGBUILD5
-rw-r--r--extra/python-cryptography/PKGBUILD5
-rw-r--r--extra/python-idna/PKGBUILD4
-rw-r--r--extra/python-lxml/PKGBUILD4
-rw-r--r--extra/python-markupsafe/PKGBUILD5
-rw-r--r--extra/python-packaging/PKGBUILD5
-rw-r--r--extra/python-pip/PKGBUILD7
-rw-r--r--extra/python-ply/PKGBUILD5
-rw-r--r--extra/python-pyasn1/PKGBUILD5
-rw-r--r--extra/python-pycparser/PKGBUILD5
-rw-r--r--extra/python-pyparsing/PKGBUILD54
-rw-r--r--extra/python-requests/PKGBUILD5
-rw-r--r--extra/python-retrying/PKGBUILD5
-rw-r--r--extra/python-setuptools/PKGBUILD5
-rw-r--r--extra/python-six/PKGBUILD5
-rw-r--r--extra/python-urllib3/PKGBUILD18
-rw-r--r--extra/python2-ipaddress/PKGBUILD5
22 files changed, 0 insertions, 173 deletions
diff --git a/extra/pyopenssl/PKGBUILD b/extra/pyopenssl/PKGBUILD
deleted file mode 100644
index 4f2a85bf..00000000
--- a/extra/pyopenssl/PKGBUILD
+++ /dev/null
@@ -1,6 +0,0 @@
-# i486-specific
-if [ "${CARCH}" = "i486" ]; then
- makedepends+=('python-pip-bootstrap' 'python2-pip-bootstrap')
- unset check
-fi
-unset -f pkgver
diff --git a/extra/python-appdirs/PKGBUILD b/extra/python-appdirs/PKGBUILD
deleted file mode 100644
index 31dffbd8..00000000
--- a/extra/python-appdirs/PKGBUILD
+++ /dev/null
@@ -1,5 +0,0 @@
-# i486-specific
-if [ "${CARCH}" = "i486" ]; then
- makedepends+=('python-pip-bootstrap' 'python2-pip-bootstrap')
- unset check
-fi
diff --git a/extra/python-asn1crypto/PKGBUILD b/extra/python-asn1crypto/PKGBUILD
deleted file mode 100644
index 31dffbd8..00000000
--- a/extra/python-asn1crypto/PKGBUILD
+++ /dev/null
@@ -1,5 +0,0 @@
-# i486-specific
-if [ "${CARCH}" = "i486" ]; then
- makedepends+=('python-pip-bootstrap' 'python2-pip-bootstrap')
- unset check
-fi
diff --git a/extra/python-attrs/PKGBUILD b/extra/python-attrs/PKGBUILD
deleted file mode 100644
index 31dffbd8..00000000
--- a/extra/python-attrs/PKGBUILD
+++ /dev/null
@@ -1,5 +0,0 @@
-# i486-specific
-if [ "${CARCH}" = "i486" ]; then
- makedepends+=('python-pip-bootstrap' 'python2-pip-bootstrap')
- unset check
-fi
diff --git a/extra/python-cffi/PKGBUILD b/extra/python-cffi/PKGBUILD
deleted file mode 100644
index 31dffbd8..00000000
--- a/extra/python-cffi/PKGBUILD
+++ /dev/null
@@ -1,5 +0,0 @@
-# i486-specific
-if [ "${CARCH}" = "i486" ]; then
- makedepends+=('python-pip-bootstrap' 'python2-pip-bootstrap')
- unset check
-fi
diff --git a/extra/python-chardet/PKGBUILD b/extra/python-chardet/PKGBUILD
deleted file mode 100644
index 31dffbd8..00000000
--- a/extra/python-chardet/PKGBUILD
+++ /dev/null
@@ -1,5 +0,0 @@
-# i486-specific
-if [ "${CARCH}" = "i486" ]; then
- makedepends+=('python-pip-bootstrap' 'python2-pip-bootstrap')
- unset check
-fi
diff --git a/extra/python-cryptography/PKGBUILD b/extra/python-cryptography/PKGBUILD
deleted file mode 100644
index 31dffbd8..00000000
--- a/extra/python-cryptography/PKGBUILD
+++ /dev/null
@@ -1,5 +0,0 @@
-# i486-specific
-if [ "${CARCH}" = "i486" ]; then
- makedepends+=('python-pip-bootstrap' 'python2-pip-bootstrap')
- unset check
-fi
diff --git a/extra/python-idna/PKGBUILD b/extra/python-idna/PKGBUILD
deleted file mode 100644
index 3b5f7de0..00000000
--- a/extra/python-idna/PKGBUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-# i486-specific
-if [ "${CARCH}" = "i486" ]; then
- makedepends+=('python-pip-bootstrap' 'python2-pip-bootstrap')
-fi
diff --git a/extra/python-lxml/PKGBUILD b/extra/python-lxml/PKGBUILD
deleted file mode 100644
index ed73f8de..00000000
--- a/extra/python-lxml/PKGBUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-# i486-specific
-if [ "${CARCH}" = "i486" ]; then
- unset check
-fi
diff --git a/extra/python-markupsafe/PKGBUILD b/extra/python-markupsafe/PKGBUILD
deleted file mode 100644
index 31dffbd8..00000000
--- a/extra/python-markupsafe/PKGBUILD
+++ /dev/null
@@ -1,5 +0,0 @@
-# i486-specific
-if [ "${CARCH}" = "i486" ]; then
- makedepends+=('python-pip-bootstrap' 'python2-pip-bootstrap')
- unset check
-fi
diff --git a/extra/python-packaging/PKGBUILD b/extra/python-packaging/PKGBUILD
deleted file mode 100644
index 31dffbd8..00000000
--- a/extra/python-packaging/PKGBUILD
+++ /dev/null
@@ -1,5 +0,0 @@
-# i486-specific
-if [ "${CARCH}" = "i486" ]; then
- makedepends+=('python-pip-bootstrap' 'python2-pip-bootstrap')
- unset check
-fi
diff --git a/extra/python-pip/PKGBUILD b/extra/python-pip/PKGBUILD
deleted file mode 100644
index 470a12fe..00000000
--- a/extra/python-pip/PKGBUILD
+++ /dev/null
@@ -1,7 +0,0 @@
-# i486-specific
-if [ "${CARCH}" = "i486" ]; then
- makedepends+=('python-pip-bootstrap' 'python2-pip-bootstrap')
- unset check
-fi
-
-
diff --git a/extra/python-ply/PKGBUILD b/extra/python-ply/PKGBUILD
deleted file mode 100644
index 31dffbd8..00000000
--- a/extra/python-ply/PKGBUILD
+++ /dev/null
@@ -1,5 +0,0 @@
-# i486-specific
-if [ "${CARCH}" = "i486" ]; then
- makedepends+=('python-pip-bootstrap' 'python2-pip-bootstrap')
- unset check
-fi
diff --git a/extra/python-pyasn1/PKGBUILD b/extra/python-pyasn1/PKGBUILD
deleted file mode 100644
index 31dffbd8..00000000
--- a/extra/python-pyasn1/PKGBUILD
+++ /dev/null
@@ -1,5 +0,0 @@
-# i486-specific
-if [ "${CARCH}" = "i486" ]; then
- makedepends+=('python-pip-bootstrap' 'python2-pip-bootstrap')
- unset check
-fi
diff --git a/extra/python-pycparser/PKGBUILD b/extra/python-pycparser/PKGBUILD
deleted file mode 100644
index 31dffbd8..00000000
--- a/extra/python-pycparser/PKGBUILD
+++ /dev/null
@@ -1,5 +0,0 @@
-# i486-specific
-if [ "${CARCH}" = "i486" ]; then
- makedepends+=('python-pip-bootstrap' 'python2-pip-bootstrap')
- unset check
-fi
diff --git a/extra/python-pyparsing/PKGBUILD b/extra/python-pyparsing/PKGBUILD
deleted file mode 100644
index e9913b6a..00000000
--- a/extra/python-pyparsing/PKGBUILD
+++ /dev/null
@@ -1,54 +0,0 @@
-# i486-specific
-if [ "${CARCH}" = "i486" ]; then
-
- makedepends+=('python-pip-bootstrap' 'python2-pip-bootstrap')
-
- # subversion introduces a crazy amount of build dependencies, take
- # official tarball
- makedepends=(${makedepends[@]//subversion/})
- source=('https://pypi.python.org/packages/3c/ec/a94f8cf7274ea60b5413df054f82a8980523efd712ec55a59e7c3357cf7c/pyparsing-2.2.0.tar.gz')
-
- eval "$(
- declare -f prepare | \
- sed '
- s/pyparsing_$pkgver/pyparsing-$pkgver/g
- s,pyparsing-$pkgver/src,pyparsing-$pkgver,g
- s,pyparsing-$pkgver-py2/src,pyparsing-$pkgver-py2,g
- /sed/d
- '
- )"
-
- eval "$(
- declare -f build | \
- sed '
- s/pyparsing_$pkgver/pyparsing-$pkgver/g
- s,pyparsing-$pkgver/src,pyparsing-$pkgver,g
- s,pyparsing-$pkgver-py2/src,pyparsing-$pkgver-py2,g
- '
- )"
-
- eval "$(
- declare -f package_python-pyparsing | \
- sed '
- s/pyparsing_$pkgver/pyparsing-$pkgver/g
- s,pyparsing-$pkgver/src,pyparsing-$pkgver,g
- '
- )"
-
- eval "$(
- declare -f package_python2-pyparsing | \
- sed '
- s/pyparsing_$pkgver/pyparsing-$pkgver/g
- s,pyparsing-$pkgver-py2/src,pyparsing-$pkgver-py2,g
- '
- )"
-
- # needed?
- # remove a really weird sed
- #sed -i 's/sed/#sed/g' PKGBUILD
-
- unset check
-fi
-
-
-
diff --git a/extra/python-requests/PKGBUILD b/extra/python-requests/PKGBUILD
deleted file mode 100644
index 31dffbd8..00000000
--- a/extra/python-requests/PKGBUILD
+++ /dev/null
@@ -1,5 +0,0 @@
-# i486-specific
-if [ "${CARCH}" = "i486" ]; then
- makedepends+=('python-pip-bootstrap' 'python2-pip-bootstrap')
- unset check
-fi
diff --git a/extra/python-retrying/PKGBUILD b/extra/python-retrying/PKGBUILD
deleted file mode 100644
index 31dffbd8..00000000
--- a/extra/python-retrying/PKGBUILD
+++ /dev/null
@@ -1,5 +0,0 @@
-# i486-specific
-if [ "${CARCH}" = "i486" ]; then
- makedepends+=('python-pip-bootstrap' 'python2-pip-bootstrap')
- unset check
-fi
diff --git a/extra/python-setuptools/PKGBUILD b/extra/python-setuptools/PKGBUILD
deleted file mode 100644
index 31dffbd8..00000000
--- a/extra/python-setuptools/PKGBUILD
+++ /dev/null
@@ -1,5 +0,0 @@
-# i486-specific
-if [ "${CARCH}" = "i486" ]; then
- makedepends+=('python-pip-bootstrap' 'python2-pip-bootstrap')
- unset check
-fi
diff --git a/extra/python-six/PKGBUILD b/extra/python-six/PKGBUILD
deleted file mode 100644
index 31dffbd8..00000000
--- a/extra/python-six/PKGBUILD
+++ /dev/null
@@ -1,5 +0,0 @@
-# i486-specific
-if [ "${CARCH}" = "i486" ]; then
- makedepends+=('python-pip-bootstrap' 'python2-pip-bootstrap')
- unset check
-fi
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
diff --git a/extra/python2-ipaddress/PKGBUILD b/extra/python2-ipaddress/PKGBUILD
deleted file mode 100644
index 31dffbd8..00000000
--- a/extra/python2-ipaddress/PKGBUILD
+++ /dev/null
@@ -1,5 +0,0 @@
-# i486-specific
-if [ "${CARCH}" = "i486" ]; then
- makedepends+=('python-pip-bootstrap' 'python2-pip-bootstrap')
- unset check
-fi