[Distutils] Local version identifiers from PEP 440 in practice

Jeremy Stanley fungi at yuggoth.org
Wed Dec 17 01:36:46 CET 2014


On 2014-12-17 00:53:08 +0100 (+0100), Maurits van Rees wrote:
[...]
>       File ".../pip/_vendor/pkg_resources.py", line 2583, in scan_list
>         "Expected ',' or end-of-list in",line,"at",line[p:]
>     ValueError: ("Expected ',' or end-of-list in",
> 'myproject==1.1+maurits.3', 'at', '+maurits.3')
[...]

This was basically why OpenStack/PBR opted not to switch to using an
LVI to encapsulate Git SHA details in unreleased dev version
strings (instead we've now moved to putting them into egg-info and
providing a separate tool to query that).
-- 
Jeremy Stanley


More information about the Distutils-SIG mailing list