Metadata for python39-pycparser-2.20-3.module_el8.6.0+3248+c431e88c.noarch.rpm

0 directories 0 files
Go up

INFO

Name: python39-pycparser
Version: 2.20-3.module_el8.6.0+3248+c431e88c
Arch: noarch
Summary: C parser and AST generator written in Python
License: BSD
Vendor: AlmaLinux
Build Host: alma-build.sinenomine.net
Build Date: Thu Aug 25 22:13:27 2022
Size: 763291
URL: http://github.com/eliben/pycparser
Description: pycparser is a complete 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.

FILES

/usr/lib/python3.9/site-packages/pycparser
/usr/lib/python3.9/site-packages/pycparser-2.20-py3.9.egg-info
/usr/lib/python3.9/site-packages/pycparser-2.20-py3.9.egg-info/PKG-INFO
/usr/lib/python3.9/site-packages/pycparser-2.20-py3.9.egg-info/SOURCES.txt
/usr/lib/python3.9/site-packages/pycparser-2.20-py3.9.egg-info/dependency_links.txt
/usr/lib/python3.9/site-packages/pycparser-2.20-py3.9.egg-info/requires.txt
/usr/lib/python3.9/site-packages/pycparser-2.20-py3.9.egg-info/top_level.txt
/usr/lib/python3.9/site-packages/pycparser/__init__.py
/usr/lib/python3.9/site-packages/pycparser/__pycache__
/usr/lib/python3.9/site-packages/pycparser/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/pycparser/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/pycparser/__pycache__/_ast_gen.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/pycparser/__pycache__/_ast_gen.cpython-39.pyc
/usr/lib/python3.9/site-packages/pycparser/__pycache__/_build_tables.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/pycparser/__pycache__/_build_tables.cpython-39.pyc
/usr/lib/python3.9/site-packages/pycparser/__pycache__/ast_transforms.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/pycparser/__pycache__/ast_transforms.cpython-39.pyc
/usr/lib/python3.9/site-packages/pycparser/__pycache__/c_ast.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/pycparser/__pycache__/c_ast.cpython-39.pyc
/usr/lib/python3.9/site-packages/pycparser/__pycache__/c_generator.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/pycparser/__pycache__/c_generator.cpython-39.pyc
/usr/lib/python3.9/site-packages/pycparser/__pycache__/c_lexer.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/pycparser/__pycache__/c_lexer.cpython-39.pyc
/usr/lib/python3.9/site-packages/pycparser/__pycache__/c_parser.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/pycparser/__pycache__/c_parser.cpython-39.pyc
/usr/lib/python3.9/site-packages/pycparser/__pycache__/lextab.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/pycparser/__pycache__/lextab.cpython-39.pyc
/usr/lib/python3.9/site-packages/pycparser/__pycache__/plyparser.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/pycparser/__pycache__/plyparser.cpython-39.pyc
/usr/lib/python3.9/site-packages/pycparser/__pycache__/yacctab.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/pycparser/__pycache__/yacctab.cpython-39.pyc
/usr/lib/python3.9/site-packages/pycparser/_ast_gen.py
/usr/lib/python3.9/site-packages/pycparser/_build_tables.py
/usr/lib/python3.9/site-packages/pycparser/_c_ast.cfg
/usr/lib/python3.9/site-packages/pycparser/ast_transforms.py
/usr/lib/python3.9/site-packages/pycparser/c_ast.py
/usr/lib/python3.9/site-packages/pycparser/c_generator.py
/usr/lib/python3.9/site-packages/pycparser/c_lexer.py
/usr/lib/python3.9/site-packages/pycparser/c_parser.py
/usr/lib/python3.9/site-packages/pycparser/lextab.py
/usr/lib/python3.9/site-packages/pycparser/plyparser.py
/usr/lib/python3.9/site-packages/pycparser/yacctab.py
/usr/share/doc/python39-pycparser
/usr/share/doc/python39-pycparser/examples
/usr/share/doc/python39-pycparser/examples/README.rst
/usr/share/doc/python39-pycparser/examples/c-to-c.py
/usr/share/doc/python39-pycparser/examples/c_files
/usr/share/doc/python39-pycparser/examples/c_files/funky.c
/usr/share/doc/python39-pycparser/examples/c_files/hash.c
/usr/share/doc/python39-pycparser/examples/c_files/memmgr.c
/usr/share/doc/python39-pycparser/examples/c_files/memmgr.h
/usr/share/doc/python39-pycparser/examples/c_files/year.c
/usr/share/doc/python39-pycparser/examples/c_json.py
/usr/share/doc/python39-pycparser/examples/cdecl.py
/usr/share/doc/python39-pycparser/examples/dump_ast.py
/usr/share/doc/python39-pycparser/examples/explore_ast.py
/usr/share/doc/python39-pycparser/examples/func_calls.py
/usr/share/doc/python39-pycparser/examples/func_defs.py
/usr/share/doc/python39-pycparser/examples/rewrite_ast.py
/usr/share/doc/python39-pycparser/examples/serialize_ast.py
/usr/share/doc/python39-pycparser/examples/using_cpp_libc.py
/usr/share/doc/python39-pycparser/examples/using_gcc_E_libc.py
/usr/share/licenses/python39-pycparser
/usr/share/licenses/python39-pycparser/LICENSE

REQUIRES

python(abi) 3.9
python39-ply
rpmlib(CompressedFileNames) 3.0.4-1
rpmlib(FileDigests) 4.6.0-1
rpmlib(PartialHardlinkSets) 4.0.4-1
rpmlib(PayloadFilesHavePrefix) 4.0-1
rpmlib(PayloadIsXz) 5.2-1

PROVIDES

python3.9dist(pycparser) 2.20
python39-pycparser 2.20-3.module_el8.6.0+3248+c431e88c

CONFIG FILES

/usr/lib/python3.9/site-packages/pycparser
/usr/lib/python3.9/site-packages/pycparser-2.20-py3.9.egg-info
/usr/lib/python3.9/site-packages/pycparser-2.20-py3.9.egg-info/PKG-INFO
/usr/lib/python3.9/site-packages/pycparser-2.20-py3.9.egg-info/SOURCES.txt
/usr/lib/python3.9/site-packages/pycparser-2.20-py3.9.egg-info/dependency_links.txt
/usr/lib/python3.9/site-packages/pycparser-2.20-py3.9.egg-info/requires.txt
/usr/lib/python3.9/site-packages/pycparser-2.20-py3.9.egg-info/top_level.txt
/usr/lib/python3.9/site-packages/pycparser/__init__.py
/usr/lib/python3.9/site-packages/pycparser/__pycache__
/usr/lib/python3.9/site-packages/pycparser/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/pycparser/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/pycparser/__pycache__/_ast_gen.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/pycparser/__pycache__/_ast_gen.cpython-39.pyc
/usr/lib/python3.9/site-packages/pycparser/__pycache__/_build_tables.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/pycparser/__pycache__/_build_tables.cpython-39.pyc
/usr/lib/python3.9/site-packages/pycparser/__pycache__/ast_transforms.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/pycparser/__pycache__/ast_transforms.cpython-39.pyc
/usr/lib/python3.9/site-packages/pycparser/__pycache__/c_ast.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/pycparser/__pycache__/c_ast.cpython-39.pyc
/usr/lib/python3.9/site-packages/pycparser/__pycache__/c_generator.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/pycparser/__pycache__/c_generator.cpython-39.pyc
/usr/lib/python3.9/site-packages/pycparser/__pycache__/c_lexer.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/pycparser/__pycache__/c_lexer.cpython-39.pyc
/usr/lib/python3.9/site-packages/pycparser/__pycache__/c_parser.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/pycparser/__pycache__/c_parser.cpython-39.pyc
/usr/lib/python3.9/site-packages/pycparser/__pycache__/lextab.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/pycparser/__pycache__/lextab.cpython-39.pyc
/usr/lib/python3.9/site-packages/pycparser/__pycache__/plyparser.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/pycparser/__pycache__/plyparser.cpython-39.pyc
/usr/lib/python3.9/site-packages/pycparser/__pycache__/yacctab.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/pycparser/__pycache__/yacctab.cpython-39.pyc
/usr/lib/python3.9/site-packages/pycparser/_ast_gen.py
/usr/lib/python3.9/site-packages/pycparser/_build_tables.py
/usr/lib/python3.9/site-packages/pycparser/_c_ast.cfg
/usr/lib/python3.9/site-packages/pycparser/ast_transforms.py
/usr/lib/python3.9/site-packages/pycparser/c_ast.py
/usr/lib/python3.9/site-packages/pycparser/c_generator.py
/usr/lib/python3.9/site-packages/pycparser/c_lexer.py
/usr/lib/python3.9/site-packages/pycparser/c_parser.py
/usr/lib/python3.9/site-packages/pycparser/lextab.py
/usr/lib/python3.9/site-packages/pycparser/plyparser.py
/usr/lib/python3.9/site-packages/pycparser/yacctab.py
/usr/share/doc/python39-pycparser
/usr/share/doc/python39-pycparser/examples
/usr/share/doc/python39-pycparser/examples/README.rst d
/usr/share/doc/python39-pycparser/examples/c-to-c.py d
/usr/share/doc/python39-pycparser/examples/c_files
/usr/share/doc/python39-pycparser/examples/c_files/funky.c d
/usr/share/doc/python39-pycparser/examples/c_files/hash.c d
/usr/share/doc/python39-pycparser/examples/c_files/memmgr.c d
/usr/share/doc/python39-pycparser/examples/c_files/memmgr.h d
/usr/share/doc/python39-pycparser/examples/c_files/year.c d
/usr/share/doc/python39-pycparser/examples/c_json.py d
/usr/share/doc/python39-pycparser/examples/cdecl.py d
/usr/share/doc/python39-pycparser/examples/dump_ast.py d
/usr/share/doc/python39-pycparser/examples/explore_ast.py d
/usr/share/doc/python39-pycparser/examples/func_calls.py d
/usr/share/doc/python39-pycparser/examples/func_defs.py d
/usr/share/doc/python39-pycparser/examples/rewrite_ast.py d
/usr/share/doc/python39-pycparser/examples/serialize_ast.py d
/usr/share/doc/python39-pycparser/examples/using_cpp_libc.py d
/usr/share/doc/python39-pycparser/examples/using_gcc_E_libc.py d
/usr/share/licenses/python39-pycparser
/usr/share/licenses/python39-pycparser/LICENSE l

LICENSE FILES

BSD