summaryrefslogtreecommitdiff
path: root/i486-stage4/python-six
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-03-30 21:32:26 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2018-03-30 21:32:26 +0200
commitdb55b0cb8ec387d6eca65eaebbd428fdc12510ba (patch)
treebfb04428c861d3bd8adf06296bb48fd7c2ccd248 /i486-stage4/python-six
parentf0626a194c605f3b4f26c0897c6a41af128628ea (diff)
downloadbootstrap32-db55b0cb8ec387d6eca65eaebbd428fdc12510ba.tar.xz
building up to gcc in stage4
Diffstat (limited to 'i486-stage4/python-six')
-rw-r--r--i486-stage4/python-six/DESCR13
1 files changed, 13 insertions, 0 deletions
diff --git a/i486-stage4/python-six/DESCR b/i486-stage4/python-six/DESCR
new file mode 100644
index 0000000..97ea14e
--- /dev/null
+++ b/i486-stage4/python-six/DESCR
@@ -0,0 +1,13 @@
+# we bootstrap via python-pip-bootstrap, so we can not depend on the
+# cycle introduced by low-level python modules
+sed -i "/makedepends=/s/'python-pip'//" PKGBUILD
+sed -i "/makedepends=/s/'python2-pip'//" PKGBUILD
+sed -i "/makedepends=/s/'python-setuptools'//" PKGBUILD
+sed -i "/makedepends=/s/'python2-setuptools'//" PKGBUILD
+
+ADDITIONAL_INSTALL_PACKAGE=python2-six
+
+# testing virtually impossible because of tons of dependencies!
+sed -i 's/checkdepends=/#checkdepends=/' PKGBUILD
+
+SKIP_CHECK=1