New PyBindGen version and API rescan: adds missing copy constructors, and generates __copy__ methods so that python's copy.copy() works on our objects.

This commit is contained in:
Gustavo J. A. M. Carneiro
2008-08-19 17:48:09 +01:00
parent 097f338632
commit fd774c3fb6
18 changed files with 211 additions and 1 deletions

View File

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