[issue14275] pysetup create doesn't handle install requirements

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo : -- resolution: -> out of date stage: needs patch -> committed/rejected status: open -> closed ___ Python tracker ___ ___

[issue14275] pysetup create doesn't handle install requirements

2012-03-16 Thread Éric Araujo
Changes by Éric Araujo : -- stage: -> needs patch versions: +3rd party -Python 2.6, Python 2.7 ___ Python tracker ___ ___ Python-bugs

[issue14275] pysetup create doesn't handle install requirements

2012-03-15 Thread Alexis Metaireau
Alexis Metaireau 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 (http://www.python.org/dev/peps/pep-0345/#requires-dist

[issue14275] pysetup create doesn't handle install requirements

2012-03-15 Thread Alexis Metaireau
Changes by Alexis Metaireau : -- dependencies: -Requirements are not properly copied into metatdata of dist-info ___ Python tracker ___ _

[issue14275] pysetup create doesn't handle install requirements

2012-03-15 Thread Alexis Metaireau
Changes by Alexis Metaireau : -- dependencies: +Requirements are not properly copied into metatdata of dist-info ___ Python tracker ___ __

[issue14275] pysetup create doesn't handle install requirements

2012-03-12 Thread Jan-Jaap Driessen
New submission from Jan-Jaap Driessen : 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 svn+ssh://svn.zope.org/repos/main/zope.dublincore/trunk py