[Distutils] Upcoming changes to PEP 426/440

Daniel Holth dholth at gmail.com
Thu Jul 4 15:45:35 CEST 2013


On Thu, Jul 4, 2013 at 9:36 AM, Donald Stufft <donald at stufft.io> wrote:
> Yea I just spent significant effort cleaning up the database from a lack if enforced constraints. I will pass on not using them.
>
> On Jul 4, 2013, at 9:34 AM, Daniel Holth <dholth at gmail.com> wrote:
>
>> If you don't waste your time enforcing the uniqueness of (condition,
>> extra) in the list of requirements then you can pretend install: is a
>> single item if you want to...

[ { 'extra':'foo', install:['thing1']}, {'extra:'foo', install:['thing2']} ]


More information about the Distutils-SIG mailing list