aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAge
* python2: fix typo in HostPython functionAlexandru Ardelean2015-12-13
| | | | | | I call this the curse of the End-Of-The-Year for me. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python: fix HostPython againAlexandru Ardelean2015-12-12
| | | | | | Tested on python-setuptools. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python: fix HostPython host/target selectionAlexandru Ardelean2015-12-11
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python: fix upgrade 2.7.11 goofAlexandru Ardelean2015-12-11
| | | | | | | | 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>
* python: upgrade to version 2.7.11Alexandru Ardelean2015-12-11
| | | | | | | 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>
* python: unify HostPython and HostHostPython functionsAlexandru Ardelean2015-12-11
| | | | | | | | 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>
* python: remove newline function; it's also in OpenWRT coreAlexandru Ardelean2015-12-11
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* Merge pull request #2061 from commodo/python-psycopg2-fixHannu Nyman2015-12-10
|\ | | | | python-psycopg2: fix build
| * python-psycopg2: fix buildAlexandru Ardelean2015-12-09
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | perl: Work around recompile failuresMarcel Denia2015-12-10
| | | | | | | | | | | | | | 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>
* | python-pip: add site-wide pip.conf with defaultsAlexandru Ardelean2015-12-09
|/ | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* Merge pull request #2085 from jefferyto/python-enum34-updateHannu Nyman2015-12-07
|\ | | | | python-enum34: update to 1.1.1, omit docs and tests from package
| * python-enum34: update to 1.1.1, omit docs and tests from packageJeffery To2015-12-07
| | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | Merge pull request #1982 from FlorianFieber/python3Hannu Nyman2015-12-07
|\ \ | |/ |/| Python3: Add python3-pip, python3-setuptools and their dependencies
| * python3: Add new package python3-pipFlorian Fieber2015-11-19
| | | | | | | | Signed-off-by: Florian Fieber <florian@florianfieber.de>
| * python3: Add new packages python3-setuptoolsFlorian Fieber2015-11-19
| | | | | | | | Signed-off-by: Florian Fieber <florian@florianfieber.de>
| * python3: Add new packages python3-{dev,lib2to3}Florian Fieber2015-11-19
| | | | | | | | Signed-off-by: Florian Fieber <florian@florianfieber.de>
| * python3: Port changes from python-package.mk to python3-package.mkFlorian Fieber2015-11-19
| | | | | | | | | | | | | | - Add configure arguments for distutils path detection - Add '_python_*' env vars to host python Signed-off-by: Florian Fieber <florian@florianfieber.de>
| * python3: Download source archive via httpsFlorian Fieber2015-11-18
| | | | | | | | Signed-off-by: Florian Fieber <florian@florianfieber.de>
* | Merge pull request #2034 from jefferyto/python-cffi-hostHannu Nyman2015-12-07
|\ \ | | | | | | python-cffi: add host compile/install, upgrade to 1.3.1
| * | python-cffi: add host compile/install, upgrade to 1.3.1Jeffery To2015-11-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | This depends on: - python-setuptools host install (#1985) - python-pycparser host install (#2033) Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | Merge pull request #2033 from jefferyto/python-pycparser-hostHannu Nyman2015-12-07
|\ \ \ | | | | | | | | python-pycparser: add host compile/install
| * | | python-pycparser: increment PKG_RELEASEJeffery To2015-12-07
| | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | python-pycparser: remove unnecessary filespec sectionJeffery To2015-12-02
| | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | python-pycparser: add host compile/installJeffery To2015-11-27
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | This depends on: - python-setuptools host install (#1985) - python-ply host install (#2032) Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | Merge pull request #2032 from jefferyto/python-ply-hostHannu Nyman2015-12-07
|\ \ \ | | | | | | | | python-ply: add host compile/install
| * | | python-ply: increment PKG_RELEASEJeffery To2015-12-07
| | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | python-ply: add host compile/installJeffery To2015-11-27
| |/ / | | | | | | | | | | | | | | | This depends on python-setuptools host install in PR #1985 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | Merge pull request #1985 from jefferyto/python-setuptools-hostHannu Nyman2015-12-06
|\ \ \ | | | | | | | | python-setuptools: add ability to install on host
| * | | python-setuptools: add ability to install on hostJeffery To2015-11-24
| | |/ | |/| | | | | | | | | | | | | This depends on python-host.mk in PR #1984 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | Merge pull request #2062 from commodo/python-setuptools-upgradeHannu Nyman2015-12-06
|\ \ \ | | | | | | | | python-setuptools: upgrade to version 18.7
| * | | python-setuptools: upgrade to version 18.7Alexandru Ardelean2015-12-01
| | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | python-pip: add ca-certificates as dependencyAlexandru Ardelean2015-12-03
|/ / / | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | php5: update to 5.6.16Michael Heimpold2015-11-30
| | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | perl: Fix uClibc handlingMarcel Denia2015-11-30
| | | | | | | | | | | | | | | | | | | | | 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>
* | | perl: Set gccversion configuration symbol correctlyMarcel Denia2015-11-29
| |/ |/| | | | | | | | | | | | | | | 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>
* | Merge pull request #1984 from jefferyto/host-python-packageSteven Barth2015-11-24
|\ \ | | | | | | python: add capability to install python packages for the host
| * | python: add capability to install python packages for the hostJeffery To2015-11-24
| |/ | | | | | | | | | | | | | | | | | | | | | | 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>
* | python: add missing host build dependency on expat/hostJan Čermák2015-11-23
| | | | | | | | | | | | | | | | | | 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>
* | Merge pull request #2009 from roger-/micropython-newTed Hess2015-11-23
|\ \ | | | | | | micropython: update to latest
| * | micropython-lib: updateRoger2015-11-22
| | | | | | | | | Signed-off-by: Roger D <rogerdammit@gmail.com>
| * | micropython: updateRoger2015-11-22
| | | | | | | | | Signed-off-by: Roger D <rogerdammit@gmail.com>
* | | perl: Bump PKG_RELEASEMarcel Denia2015-11-20
| | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | perl: Enable crypt() for all libc implementationsMarcel Denia2015-11-20
| | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | Merge pull request #1898 from NeoRaider/node-hostSteven Barth2015-11-19
|\ \ \ | | | | | | | | node: add python/host to HOST_BUILD_DEPENDS as well
| * | | node: add python/host to HOST_BUILD_DEPENDS as wellMatthias Schiffer2015-10-28
| | | | | | | | | | | | | | | | Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* | | | Merge pull request #1972 from jefferyto/python-cffiSteven Barth2015-11-19
|\ \ \ \ | | | | | | | | | | python-cffi: new package
| * | | | python-cffi: new packageJeffery To2015-11-16
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | Merge pull request #1970 from jefferyto/python-pycparserSteven Barth2015-11-19
|\ \ \ \ | | | | | | | | | | python-pycparser: new package
| * | | | python-pycparser: new packageJeffery To2015-11-16
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>