[issue11602] python-config code should be in sysconfig

2021-10-23 Thread Filipe Laíns
Filipe Laíns added the comment: I can help out, but would like to wait until we get a resolution in GH-25718 as it will likely conflict. -- ___ Python tracker ___

[issue11602] python-config code should be in sysconfig

2021-10-23 Thread Éric Araujo
Éric Araujo added the comment: I don’t have specific expertise in this, so please take it! -- assignee: eric.araujo -> nanjekyejoannah components: +Build -Distutils2, Library (Lib) nosy: -alexis, tarek versions: +Python 3.11 -Python 3.3 ___ Python t

[issue11602] python-config code should be in sysconfig

2021-10-23 Thread Filipe Laíns
Change by Filipe Laíns : -- nosy: +FFY00 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.o

[issue11602] python-config code should be in sysconfig

2021-10-23 Thread Joannah Nanjekye
Joannah Nanjekye added the comment: @eric.araujo curious if you still have the interest to work on this. If not, I can help open a PR. -- ___ Python tracker ___ _

[issue11602] python-config code should be in sysconfig

2019-07-26 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- nosy: +nanjekyejoannah ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:

[issue11602] python-config code should be in sysconfig

2016-08-19 Thread Caleb Hattingh
Changes by Caleb Hattingh : -- nosy: +cjrh ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.

[issue11602] python-config code should be in sysconfig

2012-07-26 Thread Ned Deily
Changes by Ned Deily : -- nosy: +ned.deily ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue11602] python-config code should be in sysconfig

2012-07-26 Thread Barry A. Warsaw
Changes by Barry A. Warsaw : -- nosy: +barry ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python

[issue11602] python-config code should be in sysconfig

2011-06-18 Thread Éric Araujo
Changes by Éric Araujo : -- assignee: tarek -> eric.araujo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http

[issue11602] python-config code should be in sysconfig

2011-06-18 Thread Éric Araujo
Éric Araujo added the comment: +1 on the request. I don’t think it can go in 3.2, though. I’ll propose a patch, this will let me learn more about the flags. > Also, it begs the question why distutils doesn't use the same code in > its compiler class, or even in customize_compiler()... Certa

[issue11602] python-config code should be in sysconfig

2011-03-18 Thread Raymond Hettinger
Raymond Hettinger added the comment: +1 -- nosy: +rhettinger ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: h

[issue11602] python-config code should be in sysconfig

2011-03-18 Thread Antoine Pitrou
New submission from Antoine Pitrou : python-config has the following non-trivial code for discovery of cflags/ldflags, which should be callable as a sysconfig API instead: elif opt in ('--includes', '--cflags'): flags = ['-I' + sysconfig.get_path('include'), '-I' +