Re: [gentoo-portage-dev] [PATCH] Ignore setup.cfg and *.so

2017-02-14 Thread Brian Dolbec
On Tue, 14 Feb 2017 12:02:18 -0500 Mike Gilbert wrote: > This allows one to compile the extension modules in-place without > having the build artifacts show up in git status. > > For example: > printf "[build_ext]\nportage-ext-modules = true\n" > setup.cfg > python setup.py

Re: [gentoo-portage-dev] [PATCH] sys-apps/portage: add native-extensions USE flag (bug 571444)

2017-02-14 Thread Mike Gilbert
On Wed, Feb 1, 2017 at 4:15 PM, Zac Medico wrote: > On 02/01/2017 01:03 PM, Michał Górny wrote: >> W dniu 01.02.2017, śro o godzinie 09∶06 -0800, użytkownik Zac Medico >> napisał: >>> The native-extensions USE flag will enable building of the >>> libc bindings. This is not

[gentoo-portage-dev] [PATCH] Ignore setup.cfg and *.so

2017-02-14 Thread Mike Gilbert
This allows one to compile the extension modules in-place without having the build artifacts show up in git status. For example: printf "[build_ext]\nportage-ext-modules = true\n" > setup.cfg python setup.py build_ext --inplace --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git