[Distutils] Can zc.buildout use same comparison operator for versions as setup.py

William Zhang jollychang at gmail.com
Fri Dec 26 04:21:17 CET 2014


Hello
Can zc.buildout use same comparison operator for  versions as  setup.py?

*buildout*
It use "show-picked-versions" for  print verison
https://pypi.python.org/pypi/zc.buildout/2.3.1#easier-reporting-and-managing-of-versions-new-in-buildout-2-0

[versions]
buildout-versions = 1.2
setuptools = 0.6c11
zc.buildout = 1.5.0

*setup.py*
It use install_requires for handle package's version
https://docs.python.org/2/distutils/setupscript.html#relationships-between-distributions-and-packages

install_requires=[
  'django == 1.4',
  'South == 0.7.5',
]

Is there any way for "show-picked-versions" print version be used by
setup.py install_requires?

Thanks
William
--------------------
This is the life!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/distutils-sig/attachments/20141226/e25f9c48/attachment.html>


More information about the Distutils-SIG mailing list