aboutsummaryrefslogtreecommitdiff
path: root/lang/python-pycparser
Commit message (Collapse)AuthorAge
* python packages: update host install prefixJeffery To2016-03-05
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* treewide: use $(STAGING_DIR)/host instead of $(STAGING_DIR_HOST), sync with ↵Felix Fietkau2016-01-20
| | | | | | changes in trunk Signed-off-by: Felix Fietkau <nbd@openwrt.org>
* python packages: update host install pathJeffery To2015-12-30
| | | | | | | Host installs should now go into $(STAGING_DIR_HOST)/usr to match python-host.mk. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* 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>
* 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>