Python Multi Build
Mesutcan Kurt
Abstract
This project is about writing a tool to build python extensions for all Python versions (supported by Debian at the time). The project should detect used build system and use it. The project should support testing in modules if available for each build system. (such as distutils, autotools, scons) Also creating a patch for CDBS and dh sequencer that will replace their Python snippets with python-multibuild call is part of this project.
Additional Information
I will write my program in Python 3 (3.2) then I will write a tool to translate my code to Python 2 and then my program will work with Python2 (2.6) and Python3.
Version written in Python3.2 will work with only Python 3.x and verison written in Python 2.6 will work with only Python 2.x.
Project's name is pymultibuild.
