[issue11921] distutils2 should be able to compile an Extension based on the Python implementation version

Éric Araujo report at bugs.python.org
Tue Apr 26 18:08:01 CEST 2011


Éric Araujo <merwok at netwok.org> added the comment:

The environment markers are specific to PEP 345, that is metadata, which includes dependencies, so that you can depend on something only on a given platform.  Your proposal of putting C extensions in another distribution and optionally depend on it should work right now, but is IMO too cumbersome.  Why not extend the format of the Extensions section in setup.cfg so that it supports environment markers?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11921>
_______________________________________


More information about the Python-bugs-list mailing list