Fri, 03 May 2024 05:46:42 UTC | login

Information for RPM python3-pycparser-2.20-1.fc33.noarch.rpm

ID631830
Namepython3-pycparser
Version2.20
Release1.fc33
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 Time2020-06-08 10:11:12 GMT
Size126.09 KB
98b43179e068d19463f5f6fbd8b41bf2
LicenseBSD
Provides
python-pycparser = 2.20-1.fc33
python3-pycparser = 2.20-1.fc33
python3.9-pycparser = 2.20-1.fc33
python3.9dist(pycparser) = 2.20
python3dist(pycparser) = 2.20
Obsoletes
python-pycparser < 2.20-1.fc33
Conflicts No Conflicts
Requires
python(abi) = 3.9
python3.9dist(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 64 >>>
Name ascending sort Size
/usr/lib/python3.9/site-packages/pycparser0.00 B
/usr/lib/python3.9/site-packages/pycparser-2.20-py3.9.egg-info0.00 B
/usr/lib/python3.9/site-packages/pycparser-2.20-py3.9.egg-info/PKG-INFO994.00 B
/usr/lib/python3.9/site-packages/pycparser-2.20-py3.9.egg-info/SOURCES.txt5.37 KB
/usr/lib/python3.9/site-packages/pycparser-2.20-py3.9.egg-info/dependency_links.txt1.00 B
/usr/lib/python3.9/site-packages/pycparser-2.20-py3.9.egg-info/requires.txt10.00 B
/usr/lib/python3.9/site-packages/pycparser-2.20-py3.9.egg-info/top_level.txt10.00 B
/usr/lib/python3.9/site-packages/pycparser/__init__.py2.75 KB
/usr/lib/python3.9/site-packages/pycparser/__pycache__0.00 B
/usr/lib/python3.9/site-packages/pycparser/__pycache__/__init__.cpython-39.opt-1.pyc2.43 KB
/usr/lib/python3.9/site-packages/pycparser/__pycache__/__init__.cpython-39.pyc2.43 KB
/usr/lib/python3.9/site-packages/pycparser/__pycache__/_ast_gen.cpython-39.opt-1.pyc9.95 KB
/usr/lib/python3.9/site-packages/pycparser/__pycache__/_ast_gen.cpython-39.pyc9.95 KB
/usr/lib/python3.9/site-packages/pycparser/__pycache__/_build_tables.cpython-39.opt-1.pyc501.00 B
/usr/lib/python3.9/site-packages/pycparser/__pycache__/_build_tables.cpython-39.pyc501.00 B
/usr/lib/python3.9/site-packages/pycparser/__pycache__/ast_transforms.cpython-39.opt-1.pyc2.42 KB
/usr/lib/python3.9/site-packages/pycparser/__pycache__/ast_transforms.cpython-39.pyc2.44 KB
/usr/lib/python3.9/site-packages/pycparser/__pycache__/c_ast.cpython-39.opt-1.pyc34.33 KB
/usr/lib/python3.9/site-packages/pycparser/__pycache__/c_ast.cpython-39.pyc34.33 KB
/usr/lib/python3.9/site-packages/pycparser/__pycache__/c_generator.cpython-39.opt-1.pyc16.28 KB
/usr/lib/python3.9/site-packages/pycparser/__pycache__/c_generator.cpython-39.pyc16.30 KB
/usr/lib/python3.9/site-packages/pycparser/__pycache__/c_lexer.cpython-39.opt-1.pyc11.58 KB
/usr/lib/python3.9/site-packages/pycparser/__pycache__/c_lexer.cpython-39.pyc11.58 KB
/usr/lib/python3.9/site-packages/pycparser/__pycache__/c_parser.cpython-39.opt-1.pyc58.95 KB
/usr/lib/python3.9/site-packages/pycparser/__pycache__/c_parser.cpython-39.pyc59.05 KB
/usr/lib/python3.9/site-packages/pycparser/__pycache__/lextab.cpython-39.opt-1.pyc5.46 KB
/usr/lib/python3.9/site-packages/pycparser/__pycache__/lextab.cpython-39.pyc5.46 KB
/usr/lib/python3.9/site-packages/pycparser/__pycache__/plyparser.cpython-39.opt-1.pyc4.54 KB
/usr/lib/python3.9/site-packages/pycparser/__pycache__/plyparser.cpython-39.pyc4.54 KB
/usr/lib/python3.9/site-packages/pycparser/__pycache__/yacctab.cpython-39.opt-1.pyc144.65 KB
/usr/lib/python3.9/site-packages/pycparser/__pycache__/yacctab.cpython-39.pyc144.65 KB
/usr/lib/python3.9/site-packages/pycparser/_ast_gen.py10.36 KB
/usr/lib/python3.9/site-packages/pycparser/_build_tables.py1.01 KB
/usr/lib/python3.9/site-packages/pycparser/_c_ast.cfg4.11 KB
/usr/lib/python3.9/site-packages/pycparser/ast_transforms.py3.56 KB
/usr/lib/python3.9/site-packages/pycparser/c_ast.py29.52 KB
/usr/lib/python3.9/site-packages/pycparser/c_generator.py15.00 KB
/usr/lib/python3.9/site-packages/pycparser/c_lexer.py15.83 KB
/usr/lib/python3.9/site-packages/pycparser/c_parser.py68.11 KB
/usr/lib/python3.9/site-packages/pycparser/lextab.py7.11 KB
/usr/lib/python3.9/site-packages/pycparser/plyparser.py4.76 KB
/usr/lib/python3.9/site-packages/pycparser/yacctab.py167.97 KB
/usr/share/doc/python3-pycparser0.00 B
/usr/share/doc/python3-pycparser/examples0.00 B
/usr/share/doc/python3-pycparser/examples/README.rst393.00 B
/usr/share/doc/python3-pycparser/examples/c-to-c.py1.43 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.25 KB
Component of
1 through 12 of 12
Buildroot descending sort Created State
f33-build-287859-53905 2020-08-13 12:05:48 expired
f33-build-287617-53852 2020-08-13 11:31:15 expired
f33-build-287126-53779 2020-08-13 10:26:26 expired
f33-build-286524-53534 2020-07-24 05:04:24 expired
f33-build-282336-51724 2020-06-09 15:04:33 expired
f33-build-281051-51702 2020-06-09 12:28:17 expired
f33-build-280195-51694 2020-06-09 10:56:41 expired
f33-build-273774-51610 2020-06-08 22:59:09 expired
f33-build-271884-51565 2020-06-08 19:39:33 expired
f33-build-270946-51547 2020-06-08 17:57:41 expired
f33-build-269882-51516 2020-06-08 16:00:06 expired
f33-build-269134-51495 2020-06-08 14:45:26 expired