Re: [Distutils] d2to1 setup.cfg schema

2015-03-31 Thread Robert Collins
On 31 March 2015 at 12:16, Erik Bray wrote: > On Mon, Mar 30, 2015 at 7:07 PM, Robert Collins > wrote: >> On 31 March 2015 at 12:03, Erik Bray wrote: >> >>> I haven't followed this whole discussion (I started to in the >>> beginning, but haven't kept up), but I'm not really sure what's being >>>

Re: [Distutils] d2to1 setup.cfg schema

2015-03-30 Thread Erik Bray
On Mon, Mar 30, 2015 at 7:07 PM, Robert Collins wrote: > On 31 March 2015 at 12:03, Erik Bray wrote: > >> I haven't followed this whole discussion (I started to in the >> beginning, but haven't kept up), but I'm not really sure what's being >> said here. d2to1 *does* support declaring setup-requ

Re: [Distutils] d2to1 setup.cfg schema

2015-03-30 Thread Robert Collins
On 31 March 2015 at 12:03, Erik Bray wrote: > I haven't followed this whole discussion (I started to in the > beginning, but haven't kept up), but I'm not really sure what's being > said here. d2to1 *does* support declaring setup-requires dependencies > in setup.cfg, and those dependencies shoul

Re: [Distutils] d2to1 setup.cfg schema

2015-03-30 Thread Erik Bray
On Tue, Mar 24, 2015 at 6:51 PM, Nick Coghlan wrote: > > On 25 Mar 2015 07:35, "Robert Collins" wrote: >> >> This is a break-out thread from the centi-thread that spawned about >> setup-requires. >> >> d2to1 defined some metadata keys in setup.cfg,in particular 'name' and >> 'requires-dist'. Conf

Re: [Distutils] d2to1 setup.cfg schema

2015-03-24 Thread Robert Collins
On 25 March 2015 at 11:51, Nick Coghlan wrote: > Extending d2to1 to accept "install-requires" as meaning the same thing as > the existing "requires-dist" (and complaining if a setup.cfg file contains > both) would make sense to me, as it provides a more obvious migration path > from setuptools, a

Re: [Distutils] d2to1 setup.cfg schema

2015-03-24 Thread Nick Coghlan
On 25 Mar 2015 07:35, "Robert Collins" wrote: > > This is a break-out thread from the centi-thread that spawned about > setup-requires. > > d2to1 defined some metadata keys in setup.cfg,in particular 'name' and > 'requires-dist'. Confusing 'requires-dist' contains the > 'install_requires' one migh

[Distutils] d2to1 setup.cfg schema

2015-03-24 Thread Robert Collins
This is a break-out thread from the centi-thread that spawned about setup-requires. d2to1 defined some metadata keys in setup.cfg,in particular 'name' and 'requires-dist'. Confusing 'requires-dist' contains the 'install_requires' one might use with setuptools' setup() function. Since the declarat