On 2015-07-14 08:38:57 -0400 (-0400), Sean Dague wrote: > There is trove classification in the projects themselves right? [...] > That seems like it should be enough information to know the 2.6 question.
I got to thinking through what this might look like, and while filtering down the markers based on versions stated in trove classifiers is fairly trivial when it's just a single == or != (such as your example), we would also want to take into account inequality operators for version ranges and logical constructions (and, or, parenthetical ordering) which suggest that any marker simplification routine is probably better implemented in setuptools/pkg_resources which is already parsing these. -- Jeremy Stanley __________________________________________________________________________ OpenStack Development Mailing List (not for usage questions) Unsubscribe: [email protected]?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
