On 05-01-13 23:47, Jim Fulton wrote:
1. New buildout option named ``versions-file`` which takes the name of
    a file. to contain version information.  It is not a configuration
    file.  It is a file consisting of comments (#...)  and version
    specifications::

      # whatever
      foo = 1.3

So... basically pip's requirements.txt? Was this your intention? Could be handy. It could make working with either pip or buildout more interchangeable (only as far as that goes, of course, I'm mostly thinking about having a requirements.txt to use with readthedocs.org, which doesn't support buildout).


If so, there's one question that I worry a bit about. How would this work with a KGS scenario? A pip requirements.txt would not include the KGS-included versions from the [versions] part in the KGS file.

My impression is that pip needs a single requirements.txt file. Perhaps I'm mistaken here?


Reinout

--
Reinout van Rees                    http://reinout.vanrees.org/
rein...@vanrees.org             http://www.nelen-schuurmans.nl/
"If you're not sure what to do, make something. -- Paul Graham"

_______________________________________________
Distutils-SIG maillist  -  Distutils-SIG@python.org
http://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to