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

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

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 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

RFS: python-slimmer

2009-11-18 Thread Janos Guljas
Dear mentors, I am looking for a sponsor for my package "python-slimmer". * Package name: python-slimmer Version : 0.1.30-1 Upstream Author : Peter Bengtsson * URL : http://pypi.python.org/pypi/slimmer/ * License : Python Software Foundation License Section

[Solved] importing modules at IDLE startup

2009-11-18 Thread Frederic Baldit
Le lundi 16 novembre 2009 à 16:09 -0800, Mark Voorhies a écrit : > A good way to test the environment that python/idle is seeing is: > import os > os.environ["PYTHONSTARTUP"] Here are the results: >>> import os >>> os.environ["PYTHONSTARTUP"] '/home/fred/.pythonrc.py' So for me the variable is c