.. _spkg_pycparser:

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:

.. CODE-BLOCK:: bash

    $ conda install  pycparser


macports:
install the following packages: py-pycparser

opensuse:

.. CODE-BLOCK:: bash

    $ sudo zypper install python3-pycparser


void:

.. CODE-BLOCK:: bash

    $ 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:`29023`

