Re: [Distutils] Or in version spec...

2017-12-14 Thread Nathaniel Smith
PEP 508 already allows parenthesized expressions with 'and' and 'or' for environment markers, so that's probably the most relevant prior art. I doubt '|' will be added at this point. On Dec 14, 2017 09:08, "Chris Barker - NOAA Federal" wrote: > > Sorry to lose the thread

[Distutils] Or in version spec...

2017-12-14 Thread Chris Barker - NOAA Federal
Sorry to lose the thread — lousy iPhone mail app... Conda supports or in its meta.yaml format: https://conda.io/docs/user-guide/tasks/build-packages/package-spec.html#build-version-spec Maybe look to that for prior art? And it would be mildly less confusing to have consistency between the

Re: [Distutils] why this version spec does not work?

2010-08-24 Thread Adam GROSZER
Hello Jim, Monday, August 23, 2010, 8:48:16 PM, you wrote: JF On Mon, Aug 23, 2010 at 12:46 PM, Adam GROSZER agros...@gmail.com wrote: Hello, I have here this version spec in setup.py: 'zope.testing =3.6.0,3.10.0', but zc.buildout does not get it right. Source is here:

Re: [Distutils] why this version spec does not work?

2010-08-24 Thread Jim Fulton
On Tue, Aug 24, 2010 at 10:31 AM, Adam GROSZER agros...@gmail.com wrote: Hello Jim, Monday, August 23, 2010, 8:48:16 PM, you wrote: JF On Mon, Aug 23, 2010 at 12:46 PM, Adam GROSZER agros...@gmail.com wrote: Hello, I have here this version spec in setup.py: 'zope.testing =3.6.0,3.10.0',

[Distutils] why this version spec does not work?

2010-08-23 Thread Adam GROSZER
Hello, I have here this version spec in setup.py: 'zope.testing =3.6.0,3.10.0', but zc.buildout does not get it right. Source is here: svn://svn.zope.org/repos/main/zc.recipe.testrunner/branches/1.2.1 Output is here: http://paste.lisp.org/+2FSQ Why on earth does zc.buildout pick zope.testing =

Re: [Distutils] why this version spec does not work?

2010-08-23 Thread P.J. Eby
At 06:46 PM 8/23/2010 +0200, Adam GROSZER wrote: Hello, I have here this version spec in setup.py: 'zope.testing =3.6.0,3.10.0', but zc.buildout does not get it right. Source is here: svn://svn.zope.org/repos/main/zc.recipe.testrunner/branches/1.2.1 Output is here: http://paste.lisp.org/+2FSQ

Re: [Distutils] why this version spec does not work?

2010-08-23 Thread Jim Fulton
On Mon, Aug 23, 2010 at 12:46 PM, Adam GROSZER agros...@gmail.com wrote: Hello, I have here this version spec in setup.py: 'zope.testing =3.6.0,3.10.0', but zc.buildout does not get it right. Source is here: svn://svn.zope.org/repos/main/zc.recipe.testrunner/branches/1.2.1 Output is here: