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.

Author janjaapdriessen
Recipients alexis, eric.araujo, j1m, janjaapdriessen, tarek
Date 2012-03-12.23:11:57
SpamBayes Score 5.2441097e-05
Marked as misclassified No
Message-id <1331593918.19.0.128575459883.issue14275@psf.upfronthosting.co.za>
In-reply-to
Content
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
pysetup create
}}}

The original dependencies in 'install_requires' in setup.py are not found in the resulting setup.cfg.
History
Date User Action Args
2012-03-12 23:11:58janjaapdriessensetrecipients: + janjaapdriessen, tarek, eric.araujo, j1m, alexis
2012-03-12 23:11:58janjaapdriessensetmessageid: <1331593918.19.0.128575459883.issue14275@psf.upfronthosting.co.za>
2012-03-12 23:11:57janjaapdriessenlinkissue14275 messages
2012-03-12 23:11:57janjaapdriessencreate