[Distutils] Environment marker expression types

PJ Eby pje at telecommunity.com
Sun Apr 28 00:11:24 CEST 2013


On Sat, Apr 27, 2013 at 12:54 PM, Daniel Holth <dholth at gmail.com> wrote:
> Do we really have to optimize the metadata for runtime parsing, or can
> we have a distlib-specific indexing operation triggered by the
> installer?

As long as the same thing is done inside a zipped wheel, duplication
of the data is ok by me.  (IOW, if it's a *build-time* step, not an
install step.)  Technically, though, it probably makes the most sense
to do it when the machine-readable metadata is generated, in order to
support in-place builds ala "setup.py develop" and "setup.py test".


More information about the Distutils-SIG mailing list