From c8daadccefa390907f500ca3a2621312e2a2dcb6 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 10 Mar 2018 21:35:47 +0100 Subject: building up to meson --- i486-stage3/python-appdirs/DESCR | 6 ++++++ i486-stage3/python-packaging/DESCR | 6 ++++++ i486-stage3/python-pip-bootstrap/DESCR | 6 ++++++ i486-stage3/python-pip/DESCR | 10 ++++++++++ i486-stage3/python-pyparsing/DESCR | 16 ++++++++++++++++ i486-stage3/python-setuptools/DESCR | 8 ++++++++ i486-stage3/python-six/DESCR | 8 ++++++++ i486-stage3/template/DESCR | 4 ++++ 8 files changed, 64 insertions(+) create mode 100644 i486-stage3/python-appdirs/DESCR create mode 100644 i486-stage3/python-packaging/DESCR create mode 100644 i486-stage3/python-pip-bootstrap/DESCR create mode 100644 i486-stage3/python-pip/DESCR create mode 100644 i486-stage3/python-pyparsing/DESCR create mode 100644 i486-stage3/python-setuptools/DESCR create mode 100644 i486-stage3/python-six/DESCR (limited to 'i486-stage3') diff --git a/i486-stage3/python-appdirs/DESCR b/i486-stage3/python-appdirs/DESCR new file mode 100644 index 0000000..f90e0ea --- /dev/null +++ b/i486-stage3/python-appdirs/DESCR @@ -0,0 +1,6 @@ +# 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-setuptools'//" PKGBUILD +sed -i "/makedepends=/s/'python2-setuptools'//" PKGBUILD + +ADDITIONAL_INSTALL_PACKAGE=python2-appdirs diff --git a/i486-stage3/python-packaging/DESCR b/i486-stage3/python-packaging/DESCR new file mode 100644 index 0000000..9b1a843 --- /dev/null +++ b/i486-stage3/python-packaging/DESCR @@ -0,0 +1,6 @@ +# 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-setuptools'//" PKGBUILD +sed -i "/makedepends=/s/'python2-setuptools'//" PKGBUILD + +ADDITIONAL_INSTALL_PACKAGE=python2-packaging diff --git a/i486-stage3/python-pip-bootstrap/DESCR b/i486-stage3/python-pip-bootstrap/DESCR new file mode 100644 index 0000000..86aaf38 --- /dev/null +++ b/i486-stage3/python-pip-bootstrap/DESCR @@ -0,0 +1,6 @@ +# shim to bootstrap python pip, bootstrap, wheel + +FETCH_METHOD="yaourt" + +ADDITIONAL_INSTALL_PACKAGE=python2-pip-bootstrap + diff --git a/i486-stage3/python-pip/DESCR b/i486-stage3/python-pip/DESCR new file mode 100644 index 0000000..bda9341 --- /dev/null +++ b/i486-stage3/python-pip/DESCR @@ -0,0 +1,10 @@ +# 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-setuptools'//" PKGBUILD +sed -i "/makedepends=/s/'python2-setuptools'//" PKGBUILD +sed -i "/depends=/s/'python-setuptools'//" PKGBUILD +sed -i "/depends=/s/'python2-setuptools'//" PKGBUILD + +ADDITIONAL_INSTALL_PACKAGE=python2-pip + +FORCE=1 diff --git a/i486-stage3/python-pyparsing/DESCR b/i486-stage3/python-pyparsing/DESCR new file mode 100644 index 0000000..8667bc9 --- /dev/null +++ b/i486-stage3/python-pyparsing/DESCR @@ -0,0 +1,16 @@ +# 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-setuptools'//" PKGBUILD +sed -i "/makedepends=/s/'python2-setuptools'//" PKGBUILD + +# we don't want subversion, take official tarball +sed -i "/makedepends=/s/'subversion'//" PKGBUILD +sed -i 's@source=.*@source=(https://pypi.python.org/packages/3c/ec/a94f8cf7274ea60b5413df054f82a8980523efd712ec55a59e7c3357cf7c/pyparsing-2.2.0.tar.gz#md5=0214e42d63af850256962b6744c948d9)@' PKGBUILD +sed -i 's/pyparsing_$pkgver/pyparsing-$pkgver/g' PKGBUILD +sed -i 's@pyparsing-$pkgver/src@pyparsing-$pkgver@g' PKGBUILD +sed -i 's@pyparsing-$pkgver-py2/src@pyparsing-$pkgver-py2@g' PKGBUILD + +# remove a really weird sed +sed -i 's/sed/#sed/g' PKGBUILD + +ADDITIONAL_INSTALL_PACKAGE=python2-pyparsing diff --git a/i486-stage3/python-setuptools/DESCR b/i486-stage3/python-setuptools/DESCR new file mode 100644 index 0000000..010082e --- /dev/null +++ b/i486-stage3/python-setuptools/DESCR @@ -0,0 +1,8 @@ +# 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 + +ADDITIONAL_INSTALL_PACKAGE=python2-setuptools + +FORCE=1 diff --git a/i486-stage3/python-six/DESCR b/i486-stage3/python-six/DESCR new file mode 100644 index 0000000..b2d117b --- /dev/null +++ b/i486-stage3/python-six/DESCR @@ -0,0 +1,8 @@ +# 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 diff --git a/i486-stage3/template/DESCR b/i486-stage3/template/DESCR index cb3d05e..8a84b3a 100644 --- a/i486-stage3/template/DESCR +++ b/i486-stage3/template/DESCR @@ -18,3 +18,7 @@ NOPARALLEL_BUILD=0 # some packages generate additional package files to install # (for example util-linux also has a libutil-linux) ADDITIONAL_INSTALL_PACKAGE= + +# FORCE_INSTALL = 0 | 1 +# per default packages should not be forced. +FORCE_INSTALL=1 -- cgit v1.2.3-54-g00ecf