Re: PEP 345 - request for comments

2009-11-18 Thread Floris Bruynooghe
On Wed, Nov 18, 2009 at 04:03:32PM +0100, Josselin Mouette wrote: > Le mercredi 18 novembre 2009 à 10:02 +0100, Wolodja Wentland a écrit : > > PEP 345 [1] describes version 1.2 of the PKG-INFO file that will be > > shipped with Python distributions in the future. > > > Requires-External: C > > Re

Re: PEP 345 - request for comments

2009-11-18 Thread Wolodja Wentland
On Wed, Nov 18, 2009 at 16:03 +0100, Josselin Mouette wrote: > Le mercredi 18 novembre 2009 à 10:02 +0100, Wolodja Wentland a écrit : > > PEP 345 [1] describes version 1.2 of the PKG-INFO file that will be > > shipped with Python distributions in the future. > > > Requires-External: C > > Require

Re: PEP 345 - request for comments

2009-11-18 Thread Josselin Mouette
Le mercredi 18 novembre 2009 à 10:02 +0100, Wolodja Wentland a écrit : > PEP 345 [1] describes version 1.2 of the PKG-INFO file that will be > shipped with Python distributions in the future. > Requires-External: C > Requires-External: libpng (>=1.5) > Would Debian maintainers use this field to

PEP 345 - request for comments

2009-11-18 Thread Wolodja Wentland
Dear Maintainers, PEP 345 [1] describes version 1.2 of the PKG-INFO file that will be shipped with Python distributions in the future. Among other fields it also includes a 'Requires-External' field, which is, as of now, defined like this: --- snip --- Each entry contains a string describing som