Mon, 17 Jun 2024 11:26:15 UTC | login

Information for RPM python3-pycparser-2.14-23.fc32.noarch.rpm

ID488786
Namepython3-pycparser
Version2.14
Release23.fc32
Epoch
Archnoarch
SummaryC parser and AST generator written in Python
Descriptionpycparser 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.
Build Time2019-10-20 12:31:50 GMT
Size108.49 KB
37cd3d70151af29ada89903248b712c4
LicenseBSD
Provides
python-pycparser = 2.14-23.fc32
python3-pycparser = 2.14-23.fc32
python3.8dist(pycparser) = 2.14
python3dist(pycparser) = 2.14
Obsoletes
python-pycparser < 2.14-23.fc32
Conflicts No Conflicts
Requires
python(abi) = 3.8
python3-ply = 3.11
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PartialHardlinkSets) <= 4.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1
Recommends No Recommends
Suggests No Suggests
Supplements No Supplements
Enhances No Enhances
Files
Page:
1 through 50 of 59 >>>
Name ascending sort Size
/usr/lib/python3.8/site-packages/pycparser0.00 B
/usr/lib/python3.8/site-packages/pycparser-2.14-py3.8.egg-info0.00 B
/usr/lib/python3.8/site-packages/pycparser-2.14-py3.8.egg-info/PKG-INFO628.00 B
/usr/lib/python3.8/site-packages/pycparser-2.14-py3.8.egg-info/SOURCES.txt3.20 KB
/usr/lib/python3.8/site-packages/pycparser-2.14-py3.8.egg-info/dependency_links.txt1.00 B
/usr/lib/python3.8/site-packages/pycparser-2.14-py3.8.egg-info/top_level.txt10.00 B
/usr/lib/python3.8/site-packages/pycparser/__init__.py2.83 KB
/usr/lib/python3.8/site-packages/pycparser/__pycache__0.00 B
/usr/lib/python3.8/site-packages/pycparser/__pycache__/__init__.cpython-38.opt-1.pyc2.44 KB
/usr/lib/python3.8/site-packages/pycparser/__pycache__/__init__.cpython-38.pyc2.44 KB
/usr/lib/python3.8/site-packages/pycparser/__pycache__/_ast_gen.cpython-38.opt-1.pyc8.41 KB
/usr/lib/python3.8/site-packages/pycparser/__pycache__/_ast_gen.cpython-38.pyc8.41 KB
/usr/lib/python3.8/site-packages/pycparser/__pycache__/_build_tables.cpython-38.opt-1.pyc477.00 B
/usr/lib/python3.8/site-packages/pycparser/__pycache__/_build_tables.cpython-38.pyc477.00 B
/usr/lib/python3.8/site-packages/pycparser/__pycache__/ast_transforms.cpython-38.opt-1.pyc2.39 KB
/usr/lib/python3.8/site-packages/pycparser/__pycache__/ast_transforms.cpython-38.pyc2.43 KB
/usr/lib/python3.8/site-packages/pycparser/__pycache__/c_ast.cpython-38.opt-1.pyc26.56 KB
/usr/lib/python3.8/site-packages/pycparser/__pycache__/c_ast.cpython-38.pyc26.56 KB
/usr/lib/python3.8/site-packages/pycparser/__pycache__/c_generator.cpython-38.opt-1.pyc14.47 KB
/usr/lib/python3.8/site-packages/pycparser/__pycache__/c_generator.cpython-38.pyc14.47 KB
/usr/lib/python3.8/site-packages/pycparser/__pycache__/c_lexer.cpython-38.opt-1.pyc11.38 KB
/usr/lib/python3.8/site-packages/pycparser/__pycache__/c_lexer.cpython-38.pyc11.38 KB
/usr/lib/python3.8/site-packages/pycparser/__pycache__/c_parser.cpython-38.opt-1.pyc53.38 KB
/usr/lib/python3.8/site-packages/pycparser/__pycache__/c_parser.cpython-38.pyc53.51 KB
/usr/lib/python3.8/site-packages/pycparser/__pycache__/lextab.cpython-38.opt-1.pyc5.61 KB
/usr/lib/python3.8/site-packages/pycparser/__pycache__/lextab.cpython-38.pyc5.61 KB
/usr/lib/python3.8/site-packages/pycparser/__pycache__/plyparser.cpython-38.opt-1.pyc2.01 KB
/usr/lib/python3.8/site-packages/pycparser/__pycache__/plyparser.cpython-38.pyc2.01 KB
/usr/lib/python3.8/site-packages/pycparser/__pycache__/yacctab.cpython-38.opt-1.pyc112.63 KB
/usr/lib/python3.8/site-packages/pycparser/__pycache__/yacctab.cpython-38.pyc112.63 KB
/usr/lib/python3.8/site-packages/pycparser/_ast_gen.py8.46 KB
/usr/lib/python3.8/site-packages/pycparser/_build_tables.py851.00 B
/usr/lib/python3.8/site-packages/pycparser/_c_ast.cfg4.08 KB
/usr/lib/python3.8/site-packages/pycparser/ast_transforms.py3.48 KB
/usr/lib/python3.8/site-packages/pycparser/c_ast.py22.79 KB
/usr/lib/python3.8/site-packages/pycparser/c_generator.py13.25 KB
/usr/lib/python3.8/site-packages/pycparser/c_lexer.py14.11 KB
/usr/lib/python3.8/site-packages/pycparser/c_parser.py60.75 KB
/usr/lib/python3.8/site-packages/pycparser/lextab.py7.08 KB
/usr/lib/python3.8/site-packages/pycparser/plyparser.py1.56 KB
/usr/lib/python3.8/site-packages/pycparser/yacctab.py138.31 KB
/usr/share/doc/python3-pycparser0.00 B
/usr/share/doc/python3-pycparser/examples0.00 B
/usr/share/doc/python3-pycparser/examples/c-to-c.py1.42 KB
/usr/share/doc/python3-pycparser/examples/c_files0.00 B
/usr/share/doc/python3-pycparser/examples/c_files/funky.c206.00 B
/usr/share/doc/python3-pycparser/examples/c_files/hash.c3.70 KB
/usr/share/doc/python3-pycparser/examples/c_files/memmgr.c5.26 KB
/usr/share/doc/python3-pycparser/examples/c_files/memmgr.h2.83 KB
/usr/share/doc/python3-pycparser/examples/c_files/year.c1.08 KB
Component of
1 through 2 of 2
Buildroot descending sort Created State
f32-build-119340-36516 2019-12-26 14:07:12 expired
f32-build-119315-36504 2019-12-26 09:31:43 expired