dev-python/pycparser: Enforce regenerating tables
authorMichał Górny <mgorny@gentoo.org>
Sun, 27 Aug 2017 17:59:40 +0000 (19:59 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sun, 27 Aug 2017 18:07:49 +0000 (20:07 +0200)
commitd2a9def05500f4e6f403ff56ad9cc54aede11ee7
tree26cc3740e2d737fb5be38b0e554634b66393eb0d
parent02a112a1802387c1b40d059b79e4f3067f581f51
dev-python/pycparser: Enforce regenerating tables

Remove the pregenerated tables provided in the distfile to force
regenerating them. Generate the tables for every Python implementation
separately to avoid incompatibility/underoptimization problems (tables
built by Python 3.5+ are incompatible with older Python versions that
have 100 group-in-regex limit).
dev-python/pycparser/pycparser-2.18-r1.ebuild [moved from dev-python/pycparser/pycparser-2.18.ebuild with 59% similarity]