| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
I call this the curse of the End-Of-The-Year for me.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
|
|
|
|
|
|
| |
Tested on python-setuptools.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
|
|
|
|
| |
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
|
|
|
|
|
|
|
|
| |
Seems those pkgconfig file paths were revealed to be incorrect
after doing a full clean build.
And I only had to inspiration to do one after doing the initial PR.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
|
|
|
|
|
|
|
| |
And split python-dev and python-lib2to3 packages.
Seems for python3 this was done, so we'll sync here.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
|
|
|
|
|
|
|
|
| |
That means basically moving the host Python from $(STAGING_DIR_HOST)
to $(STAGING_DIR_HOST)/usr and making the PYTHONPATH var
as an argument.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
|
|
|
|
| |
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
|
|\
| |
| | |
python-psycopg2: fix build
|
| |
| |
| |
| | |
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
|
| |
| |
| |
| |
| |
| |
| | |
Apparently, recompiling/relinking fails under some circumstances. This
patch has been reported to work around that issue.
Signed-off-by: Marcel Denia <naoir@gmx.net>
|
|/
|
|
| |
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
|
|\
| |
| | |
python-enum34: update to 1.1.1, omit docs and tests from package
|
| |
| |
| |
| | |
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
|
|\ \
| |/
|/| |
Python3: Add python3-pip, python3-setuptools and their dependencies
|
| |
| |
| |
| | |
Signed-off-by: Florian Fieber <florian@florianfieber.de>
|
| |
| |
| |
| | |
Signed-off-by: Florian Fieber <florian@florianfieber.de>
|
| |
| |
| |
| | |
Signed-off-by: Florian Fieber <florian@florianfieber.de>
|
| |
| |
| |
| |
| |
| |
| | |
- Add configure arguments for distutils path detection
- Add '_python_*' env vars to host python
Signed-off-by: Florian Fieber <florian@florianfieber.de>
|
| |
| |
| |
| | |
Signed-off-by: Florian Fieber <florian@florianfieber.de>
|
|\ \
| | |
| | | |
python-cffi: add host compile/install, upgrade to 1.3.1
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This depends on:
- python-setuptools host install (#1985)
- python-pycparser host install (#2033)
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
|
|\ \ \
| | | |
| | | | |
python-pycparser: add host compile/install
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This depends on:
- python-setuptools host install (#1985)
- python-ply host install (#2032)
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
|
|\ \ \
| | | |
| | | | |
python-ply: add host compile/install
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
|
| |/ /
| | |
| | |
| | |
| | |
| | | |
This depends on python-setuptools host install in PR #1985
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
|
|\ \ \
| | | |
| | | | |
python-setuptools: add ability to install on host
|
| | |/
| |/|
| | |
| | |
| | |
| | | |
This depends on python-host.mk in PR #1984
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
|
|\ \ \
| | | |
| | | | |
python-setuptools: upgrade to version 18.7
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
|
|/ / /
| | |
| | |
| | | |
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Configuration scripts expect the libc identifier to be "uclibc" in case we're using it,
OpenWrt provides "uClibc". Oh well...
Signed-off-by: Marcel Denia <naoir@gmx.net>
|
| |/
|/|
| |
| |
| |
| |
| |
| |
| | |
This was previously manually set to '4.8.0'. Aside from just being incorrect,
it also breaks Errno's GCC5 detection.
Fixes #2044.
Signed-off-by: Marcel Denia <naoir@gmx.net>
|
|\ \
| | |
| | | |
python: add capability to install python packages for the host
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Some python packages (e.g. cffi) compile one or more shared libraries
as part of their setup process. When these packages are setup
dependencies of other packages (e.g. cryptography), these packages (and
their shared libraries) will need to be loaded on the host system.
This adds a makefile, similar to python-package.mk, to simplify
installing python packages on the host.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Since 94f87dc1, host build of Python depends on expat installed in host
staging directory. However, pyexpat extension fails to build if expat
was not built and installed to staging dir before - adding host build
dependency should fix this.
Signed-off-by: Jan Čermák <jan.cermak@nic.cz>
|
|\ \
| | |
| | | |
micropython: update to latest
|
| | |
| | |
| | | |
Signed-off-by: Roger D <rogerdammit@gmail.com>
|
| | |
| | |
| | | |
Signed-off-by: Roger D <rogerdammit@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Marcel Denia <naoir@gmx.net>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Marcel Denia <naoir@gmx.net>
|
|\ \ \
| | | |
| | | | |
node: add python/host to HOST_BUILD_DEPENDS as well
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
|
|\ \ \ \
| | | | |
| | | | | |
python-cffi: new package
|
| | |_|/
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
From PyPI:
Foreign Function Interface for Python calling C code.
This depends on python-pycparser, which is in PR #1970
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
python-pycparser: new package
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
From the README:
pycparser is a parser for the C language, written in pure Python. It is a
module designed to be easily integrated into applications that need to parse
C source code.
This depends on python-ply, which is in PR #1956
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
|