Re: [gentoo-dev] [PATCHES] python-r1 suite clean up & impl reorder

2015-12-09 Thread Michał Górny
On Sun, 6 Dec 2015 20:03:19 +0100 Michał Górny wrote: > Hi, > > Here's another patchset. Mostly fixups inspired by multilib-build.eclass > changes with a few little additions. > > Changes: > > 1. eclass-set variables are now read-only, > 2. 'unset -f' is used to unset temporary & local functi

Re: [gentoo-dev] [PATCHES] python-r1 suite clean up & impl reorder

2015-12-07 Thread Michał Górny
On Mon, 7 Dec 2015 15:36:30 -0500 Mike Gilbert wrote: > On Sun, Dec 6, 2015 at 2:03 PM, Michał Górny wrote: > > Hi, > > > > Here's another patchset. Mostly fixups inspired by multilib-build.eclass > > changes with a few little additions. > > > > Changes: > > > > 1. eclass-set variables are now r

Re: [gentoo-dev] [PATCHES] python-r1 suite clean up & impl reorder

2015-12-07 Thread Mike Gilbert
On Sun, Dec 6, 2015 at 2:03 PM, Michał Górny wrote: > Hi, > > Here's another patchset. Mostly fixups inspired by multilib-build.eclass > changes with a few little additions. > > Changes: > > 1. eclass-set variables are now read-only, Sounds ok, but might break some ebuilds. > 2. 'unset -f' is us

[gentoo-dev] [PATCHES] python-r1 suite clean up & impl reorder

2015-12-06 Thread Michał Górny
Hi, Here's another patchset. Mostly fixups inspired by multilib-build.eclass changes with a few little additions. Changes: 1. eclass-set variables are now read-only, 2. 'unset -f' is used to unset temporary & local functions, 3. implementations are reordered for sane order. I've tested this wit