[issue14264] can't install zope.event 3.4.0

2012-03-12 Thread Jan-Jaap Driessen
Changes by Jan-Jaap Driessen janjaapdriessen+pythonb...@gmail.com: -- nosy: +janjaapdriessen ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14264

[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 svn+ssh

[issue14276] install latest version of a package

2012-03-12 Thread Jan-Jaap Driessen
New submission from Jan-Jaap Driessen janjaapdriessen+pythonb...@gmail.com: I would like to install the latest version of a package. The pysetup command does not give me easy access to do this. Can we add an 'upgrade' method? -- assignee: eric.araujo components: Distutils2 messages