[issue14843] support define_macros / undef_macros in setup.cfg

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- resolution: - out of date stage: - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14843 ___

[issue14843] support define_macros / undef_macros in setup.cfg

2012-06-09 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: Added file: http://bugs.python.org/file25870/ac776ef41428.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14843 ___

[issue14843] support define_macros / undef_macros in setup.cfg

2012-06-09 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: Removed file: http://bugs.python.org/file25870/ac776ef41428.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14843 ___

[issue14843] support define_macros / undef_macros in setup.cfg

2012-06-09 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: Looks like the diff generator can’t be used for not up-to-date clones. Could you update a diff? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14843

[issue14843] support define_macros / undef_macros in setup.cfg

2012-05-19 Thread Daniel Holth
Daniel Holth dho...@fastmail.fm added the comment: Looks like it can go into [build_ext] but not per-extension -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14843 ___

[issue14843] support define_macros / undef_macros in setup.cfg

2012-05-19 Thread Daniel Holth
Daniel Holth dho...@fastmail.fm added the comment: A tuple of (macro, '1') seems to do the trick define_macros has to be space-separated, not comma-separated -- hgrepos: +127 ___ Python tracker rep...@bugs.python.org

[issue14843] support define_macros / undef_macros in setup.cfg

2012-05-19 Thread Daniel Holth
Changes by Daniel Holth dho...@fastmail.fm: -- keywords: +patch Added file: http://bugs.python.org/file25642/65c3af0d283b.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14843 ___

[issue14843] support define_macros / undef_macros in setup.cfg

2012-05-19 Thread Daniel Holth
Changes by Daniel Holth dho...@fastmail.fm: Removed file: http://bugs.python.org/file25642/65c3af0d283b.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14843 ___

[issue14843] support define_macros / undef_macros in setup.cfg

2012-05-19 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis arfrever@gmail.com: -- nosy: +Arfrever ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14843 ___

[issue14843] support define_macros / undef_macros in setup.cfg

2012-05-17 Thread Daniel Holth
Changes by Daniel Holth dho...@fastmail.fm: -- assignee: eric.araujo components: Distutils2 nosy: alexis, dholth, eric.araujo, tarek priority: normal severity: normal status: open title: support define_macros / undef_macros in setup.cfg type: enhancement versions: Python 3.3

[issue14843] support define_macros / undef_macros in setup.cfg

2012-05-17 Thread Daniel Holth
New submission from Daniel Holth dho...@fastmail.fm: from build_ext.py: # XXX not honouring 'define_macros' or 'undef_macros' -- the # CCompiler API needs to change to accommodate this, and I # want to do one thing at a time! --