[issue14275] pysetup create doesn't handle install requirements

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- resolution: - out of date stage: needs patch - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14275 ___

[issue14275] pysetup create doesn't handle install requirements

2012-03-16 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- stage: - needs patch versions: +3rd party -Python 2.6, Python 2.7 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14275 ___

[issue14275] pysetup create doesn't handle install requirements

2012-03-15 Thread Alexis Metaireau
Changes by Alexis Metaireau ale...@notmyidea.org: -- dependencies: +Requirements are not properly copied into metatdata of dist-info ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14275 ___

[issue14275] pysetup create doesn't handle install requirements

2012-03-15 Thread Alexis Metaireau
Changes by Alexis Metaireau ale...@notmyidea.org: -- dependencies: -Requirements are not properly copied into metatdata of dist-info ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14275 ___

[issue14275] pysetup create doesn't handle install requirements

2012-03-15 Thread Alexis Metaireau
Alexis Metaireau ale...@notmyidea.org added the comment: Thanks for reporting this, Jan-Jaap, I've marked this issue as easy, it's mostly a matter of looking at the passed parameter and outputing the list in the generated file, respecting the PEP 345 format

[issue14275] pysetup create doesn't handle install requirements

2012-03-12 Thread Jan-Jaap Driessen
New submission from Jan-Jaap Driessen janjaapdriessen+pythonb...@gmail.com: Distutils2 pysetup can take an existing setuptools based project and convert it into the distutils2 setup.cfg syntax using `pysetup create`. The install requirements are not converted: {{{ svn co