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 ned.deily
Recipients Santiago Castro, christian.heimes, ned.deily, yan12125, zach.ware
Date 2016-09-26.17:51:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1474912288.37.0.595109123668.issue28207@psf.upfronthosting.co.za>
In-reply-to
Content
Any solution using pkg-config would need to take into account that pkg-config may not be available (by default) on platforms we support; for example, AFAIK, Apple does not ship pkg-config in the base OS or any of its developer tools.  And the solution would need to be careful to not break the ability to use the subset of Distutils the top-level setup.py needs to bootstrap build the standard library.  Also keep in mind that a lot of this proposed functionality is (or should be) available today by using Modules/Setup.local.
History
Date User Action Args
2016-09-26 17:51:28ned.deilysetrecipients: + ned.deily, christian.heimes, zach.ware, yan12125, Santiago Castro
2016-09-26 17:51:28ned.deilysetmessageid: <1474912288.37.0.595109123668.issue28207@psf.upfronthosting.co.za>
2016-09-26 17:51:28ned.deilylinkissue28207 messages
2016-09-26 17:51:28ned.deilycreate