[issue14264] can't install zope.event 3.4.0
Changes by Jan-Jaap Driessen : -- nosy: +janjaapdriessen ___ Python tracker <http://bugs.python.org/issue14264> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue14275] pysetup create doesn't handle install requirements
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
pysetup create
}}}
The original dependencies in 'install_requires' in setup.py are not found in
the resulting setup.cfg.
--
assignee: eric.araujo
components: Distutils2
messages: 155514
nosy: alexis, eric.araujo, j1m, janjaapdriessen, tarek
priority: normal
severity: normal
status: open
title: pysetup create doesn't handle install requirements
type: behavior
versions: Python 2.6, Python 2.7, Python 3.3
___
Python tracker
<http://bugs.python.org/issue14275>
___
___
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue14276] install latest version of a package
New submission from Jan-Jaap Driessen : 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: 155517 nosy: alexis, eric.araujo, janjaapdriessen, tarek priority: normal severity: normal status: open title: install latest version of a package versions: Python 2.6, Python 2.7, Python 3.3 ___ Python tracker <http://bugs.python.org/issue14276> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
