[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 a metadata section in setup.cfg, add a resource+files 
section in setup.cfg, update mkpkg to latest coding standards
resolution:  -> rejected
stage:  -> committed/rejected
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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.

--
dependencies: +add a metadata section in setup.cfg, add a resource+files 
section in setup.cfg, update mkpkg to latest coding standards

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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
messages: 105468
nosy: tarek
priority: normal
severity: normal
status: open
title: write a distutils to distutils2 converter
type: feature request

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com