aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAge
...
| * | | | | 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
| * | | | | python-six: use setuptoolsJeffery To2015-11-13
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | | | python-six: fixed package descriptionJeffery To2015-11-12
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | | | python-six: new packageJeffery To2015-11-12
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From the README: Six is a Python 2 and 3 compatibility library. It provides utility functions for smoothing over the differences between the Python versions with the goal of writing Python code that is compatible on both Python versions. See the documentation for more information on what is provided. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | Merge pull request #1950 from jefferyto/python-pyasn1Steven Barth2015-11-19
|\ \ \ \ \ | | | | | | | | | | | | python-pyasn1: new package
| * | | | | python-pyasn1: use setuptoolsJeffery To2015-11-13
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | | | python-pyasn1: new packageJeffery To2015-11-12
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From the README: This is an implementation of ASN.1 types and codecs in Python programming language. It has been first written to support particular protocol (SNMP) but then generalized to be suitable for a wide range of protocols based on ASN.1 specification. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | Merge pull request #1921 from jefferyto/zope-interfaceSteven Barth2015-11-19
|\ \ \ \ \ | |_|/ / / |/| | | | zope-interface: import from old packages feed
| * | | | zope-interface: import from old packages feedJeffery To2015-11-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - split from twisted, since the twisted tarball no longer includes zope.interface - update to latest version (4.1.3) - add setuptools to PKG_BUILD_DEPENDS - update description, filespec - add license info - add myself as maintainer Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | Merge pull request #1948 from mistachkin/masterTed Hess2015-11-15
|\ \ \ \ \ | |_|/ / / |/| | | | Bring back the Tcl language (lang/tcl package)...