[Bug 833226] Review Request: python-pycparser - C parser and AST generator written in Python

bugzilla at redhat.com bugzilla at redhat.com
Sun Jul 21 08:33:35 UTC 2013


https://bugzilla.redhat.com/show_bug.cgi?id=833226

--- Comment #18 from Eric Smith <spacewar at gmail.com> ---
In the build process, _build_tables.py should be invoked to generate the
lextab.py and yacctab.py tables, so that they can be included in the RPM.
Otherwise they have to be regenerated at runtime, which is a fairly large
performance penalty, and also causes pytest regression tests of python-cffi to
fail.  I've added that minor change to the spec:

http://fedorapeople.org/~brouhaha/python-pycparser/python-pycparser.spec
http://fedorapeople.org/~brouhaha/python-pycparser/python-pycparser-2.09.1-3.fc19.src.rpm

Upstream provides a release tarball for 2.09.1, so I think the Source0 URL
could be changed to refer directly to that, rather than a snapshot.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=YlaoN1mFF8&a=cc_unsubscribe


More information about the package-review mailing list