This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2010年05月10日 21:39 by tarek, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (4) | |||
|---|---|---|---|
| msg105468 - (view) | Author: Tarek Ziadé (tarek) * (Python committer) | Date: 2010年05月10日 21:39 | |
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. |
|||
| msg105472 - (view) | Author: Tarek Ziadé (tarek) * (Python committer) | Date: 2010年05月10日 22:18 | |
lib2to3 can be used as a framework for this feature |
|||
| msg117691 - (view) | Author: Éric Araujo (eric.araujo) * (Python committer) | Date: 2010年09月30日 01:54 | |
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. |
|||
| msg120619 - (view) | Author: Éric Araujo (eric.araujo) * (Python committer) | Date: 2010年11月06日 14:34 | |
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 :). |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:00 | admin | set | github: 52925 |
| 2010年11月06日 14:34:56 | eric.araujo | set | status: open -> closed messages: + msg120619 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: resolved |
| 2010年09月30日 01:54:54 | eric.araujo | set | dependencies:
+ add a metadata section in setup.cfg, add a resource+files section in setup.cfg, update mkpkg to latest coding standards messages: + msg117691 |
| 2010年09月30日 01:50:40 | eric.araujo | set | versions: + 3rd party, - Python 2.6, Python 2.5, Python 3.1, Python 2.7, Python 3.2 |
| 2010年05月14日 19:40:10 | eric.araujo | set | nosy:
+ eric.araujo versions: + Python 2.6, Python 2.5, Python 3.1, Python 2.7, Python 3.2 |
| 2010年05月12日 00:03:44 | meatballhat | set | nosy:
+ meatballhat |
| 2010年05月10日 22:19:00 | tarek | set | messages: + msg105472 |
| 2010年05月10日 21:39:31 | tarek | create | |