This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.araujo
Recipients a.badger, amcnabb, dmalcolm, eric.araujo, fdrake, tarek
Date 2010-09-08.02:11:34
SpamBayes Score 0.0026151086
Marked as misclassified No
Message-id <1283911898.53.0.404085765464.issue4359@psf.upfronthosting.co.za>
In-reply-to
Content
I think the future sysconfig module (http://bitbucket.org/tarek/distutils2/src/tip/docs/design/wiki.rst) addresses part of the issue: It will use a configparser file to store installation directories. There is nothing about other build-time variables, though; this could be added to finally remove the brittle Makefile parsing in sysconfig.

There is no bug to track this work that I know of.
History
Date User Action Args
2010-09-08 02:11:39eric.araujosetrecipients: + eric.araujo, fdrake, amcnabb, tarek, a.badger, dmalcolm
2010-09-08 02:11:38eric.araujosetmessageid: <1283911898.53.0.404085765464.issue4359@psf.upfronthosting.co.za>
2010-09-08 02:11:35eric.araujolinkissue4359 messages
2010-09-08 02:11:34eric.araujocreate