Python: new pybindgen, rescan API definitions, new API definition files are more multi-line and hopefully easier to read

This commit is contained in:
Gustavo J. A. M. Carneiro
2008-07-21 15:30:15 +01:00
parent fd2cf07d30
commit f890b8e138
19 changed files with 7622 additions and 2339 deletions

View File

@@ -21,7 +21,7 @@ else:
os.environ['PYTHONPATH'] = LOCAL_PYBINDGEN_PATH
## https://launchpad.net/pybindgen/
REQUIRED_PYBINDGEN_VERSION = (0, 8, 0, 492)
REQUIRED_PYBINDGEN_VERSION = (0, 8, 0, 511)
REQUIRED_PYGCCXML_VERSION = (0, 9, 5)