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#

https://github.com/eliben/pycparser

Type#

standard

Dependencies#

  • $(PYTHON)

  • $(PYTHON_TOOLCHAIN)

Version Information#

package-version.txt:

2.21

install-requires.txt:

pycparser >=2.20

Equivalent System Packages#

conda:

$ conda install  pycparser

macports: install the following packages: py-pycparser

opensuse:

$ sudo zypper install python3-pycparser

void:

$ sudo xbps-install  python3-pycparser

See https://repology.org/project/pycparser/versions, https://repology.org/project/python:pycparser/versions

However, these system packages will not be used for building Sage because using Python site-packages is not supported by the Sage distribution; see trac ticket #29023