aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAge
...
* | 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>
* | | | Merge pull request #1956 from jefferyto/python-plySteven Barth2015-11-19
|\ \ \ \ | | | | | | | | | | python-ply: new package
| * | | | package-ply: use given path instead of copying directly into staging_dirJeffery To2015-11-16
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | | python-ply: added Build/InstallDev sectionJeffery To2015-11-16
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | | python-ply: use setuptoolsJeffery To2015-11-13
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | | python-ply: new packageJeffery To2015-11-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From the README: PLY is a 100% Python implementation of the common parsing tools lex and yacc. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | Merge pull request #1955 from jefferyto/python-ipaddressSteven Barth2015-11-19
|\ \ \ \ \ | | | | | | | | | | | | python-ipaddress: new package
| * | | | | python-ipaddress: use setuptoolsJeffery To2015-11-13
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | | | python-ipaddress: new packageJeffery To2015-11-12
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From the README: Python 3.3+'s ipaddress for Python 2.6, 2.7, 3.2. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | Merge pull request #1954 from jefferyto/python-enum34Steven Barth2015-11-19
|\ \ \ \ \ | | | | | | | | | | | | python-enum34: new package
| * | | | | python-enum34: new packageJeffery To2015-11-12
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From the README: enum34 is the new Python stdlib enum module available in Python 3.4 backported for previous versions of Python from 2.4 to 3.3. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | Merge pull request #1953 from jefferyto/python-idnaSteven Barth2015-11-19
|\ \ \ \ \ | | | | | | | | | | | | python-idna: new package
| * | | | | python-idna: new packageJeffery To2015-11-12
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From the README: A library to support the Internationalised Domain Names in Applications (IDNA) protocol as specified in RFC 5891. This version of the protocol is often referred to as "IDNA2008" and can produce different results from the earlier standard from 2003. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | Merge pull request #1951 from jefferyto/python-sixSteven Barth2015-11-19
|\ \ \ \ \ | | | | | | | | | | | | python-six: new package