pycparser: Parser of the C language in Python#
Description#
development website: https://github.com/eliben/pycparser
PyPI page: https://pypi.org/project/pycparser/
License#
BSD
Upstream Contact#
Type#
standard
Dependencies#
$(PYTHON_TOOLCHAIN)
$(PYTHON)
Version Information#
package-version.txt:
2.21
install-requires.txt:
pycparser >=2.20
Equivalent System Packages#
conda:
$ conda install pycparser
gentoo:
$ sudo emerge dev-python/pycparser
macports: install the following packages: py-pycparser
opensuse:
$ sudo zypper install python3${PYTHON_MINOR}-pycparser
void:
$ sudo xbps-install python3-pycparser
See https://repology.org/project/pycparser/versions, https://repology.org/project/python:pycparser/versions
If the system package is installed and if the (experimental) option –enable-system-site-packages is passed to ./configure, then ./configure will check if the system package can be used.