Gentoo Archives: gentoo-portage-dev

From: Zac Medico <zmedico@g.o>
To: gentoo-portage-dev@l.g.o
Subject: Re: [gentoo-portage-dev] [PATCH] setup.py: enable libc bindings optionally (bug 594744)
Date: Wed, 05 Oct 2016 16:40:36
Message-Id: ed8a4f68-477b-16f3-be16-0d9cda3b645b@gentoo.org
In Reply to: Re: [gentoo-portage-dev] [PATCH] setup.py: enable libc bindings optionally (bug 594744) by Alexander Berntsen
1 On 10/05/2016 06:11 AM, Alexander Berntsen wrote:
2 > On 02/10/16 05:03, Zac Medico wrote:
3 >> The ebuild can use this
4 > Shouldn't "this" be documented somewhere more useful than in the commit msg?
5
6 The new --portage-ext-modules option shows up int the output of
7 `./setup.py build_ext --help`.
8
9 I suppose the DEVELOPING document will be a good place to document it,
10 as well as here:
11
12 https://wiki.gentoo.org/wiki/Project:Portage#Testing_Portage
13
14 I have not even tested building and using the libc bindings directly
15 from a checkout with PYTHONPATH and PATH overrides, so I'll have to try
16 that.
17
18 > Also, the msg should mention that the libc bindings are optional in the
19 > first place.
20
21 Okay, will do.
22 --
23 Thanks,
24 Zac