[issue8679] write a distutils to distutils2 converter

2010-11-06 Thread Éric Araujo
Éric Araujo added the comment: Rejected in http://hg.python.org/distutils2/rev/05f890cbd877: “Removing the converter. This is not going to work out. We have better ideas about d1 -> d2 migration paths” (like mkpkg, now mkcfg, still to be given a better name :). -- dependencies: -add

[issue8679] write a distutils to distutils2 converter

2010-09-29 Thread Éric Araujo
Éric Araujo added the comment: Now that we want d2 to use only a static configuration file, I think lib2to3 is not the right tool. mkpkg (to be given a better name) should be able to convert an existing setup.py to a setup.cfg, and also create a setup.py from a setup.cfg. -- depende

[issue8679] write a distutils to distutils2 converter

2010-09-29 Thread Éric Araujo
Changes by Éric Araujo : -- versions: +3rd party -Python 2.5, Python 2.6, Python 2.7, Python 3.1, Python 3.2 ___ Python tracker ___ ___

[issue8679] write a distutils to distutils2 converter

2010-05-14 Thread Éric Araujo
Changes by Éric Araujo : -- nosy: +merwok versions: +Python 2.5, Python 2.6, Python 2.7, Python 3.1, Python 3.2 ___ Python tracker ___

[issue8679] write a distutils to distutils2 converter

2010-05-11 Thread Dan Buch
Changes by Dan Buch : -- nosy: +meatballhat ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue8679] write a distutils to distutils2 converter

2010-05-10 Thread Tarek Ziadé
Tarek Ziadé added the comment: lib2to3 can be used as a framework for this feature -- ___ Python tracker ___ ___ Python-bugs-list mail

[issue8679] write a distutils to distutils2 converter

2010-05-10 Thread Tarek Ziadé
New submission from Tarek Ziadé : write a script that converts a distutils or setuptools based setup.py script into a distutils2 one. This script will need to parse the AST and generate a new setup.py, using a few transformation rules. -- assignee: tarek components: Distutils2 message