mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-03-01 14:02:12 +00:00
python-pycparser: new package
pycparser requires C preprocessor in order to parse C related files, hence available only as host package. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
f41091176b
commit
60093650c8
14
package/python-pycparser/python-pycparser.mk
Normal file
14
package/python-pycparser/python-pycparser.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-pycparser
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PYCPARSER_VERSION = 2.14
|
||||
PYTHON_PYCPARSER_SOURCE = pycparser-$(PYTHON_PYCPARSER_VERSION).tar.gz
|
||||
PYTHON_PYCPARSER_SITE = https://pypi.python.org/packages/source/p/pycparser
|
||||
PYTHON_PYCPARSER_SETUP_TYPE = setuptools
|
||||
PYTHON_PYCPARSER_LICENSE = BSD-3c
|
||||
PYTHON_PYCPARSER_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(host-python-package))
|
||||
Reference in New Issue
Block a user