[issue11061] Verify command option before parsing config file

2011-01-31 Thread Sebastien Douche
Sebastien Douche added the comment: Oups sorry Eric. I created the report very quickly after a discussion with Tarek. If you type a wrong command like "python -m distutils2:run wrong", disutils2 still parses the setup.cfg. How resolve this? Don't know, maybe a migration to op

[issue11061] Verify command option before parsing config file

2011-01-29 Thread Sebastien Douche
New submission from Sebastien Douche : Distutils2 verify command (like sdist) when he use it. A small optimization is add the verification step at launch. -- assignee: tarek components: Distutils2 messages: 127432 nosy: eric.araujo, sdouche, tarek priority: normal severity: normal

[issue11037] State of PEP 382 or How does distutils2 handle namespaces?

2011-01-29 Thread Sebastien Douche
Sebastien Douche added the comment: Thanks Martin for the response, but I cannot understand how implement it after reading the PEP. -- ___ Python tracker <http://bugs.python.org/issue11

[issue11037] How distutils2 handle namespaces

2011-01-28 Thread Sebastien Douche
New submission from Sebastien Douche : Namespace is very useful. In my company, we use a root namespace (sact.*) and a sub-namespace for each big project (sact.nevrax.*, sact.storage.*). -- assignee: tarek components: Distutils2 messages: 127274 nosy: eric.araujo, sdouche, tarek

[issue3814] Add VCS support

2008-09-09 Thread Douche
New submission from Douche <[EMAIL PROTECTED]>: This is a basic try (4h) to extract specific SVN code out of the core and add entry points for: - filters (.svn, .hg, ...) - find files in repos - get revision's number Thoughts: - if repos have 2 VCS entries (.svn and .hg for example)