Gentoo Archives: gentoo-catalyst

From: Mike Frysinger <vapier@g.o>
To: gentoo-catalyst@l.g.o
Subject: Re: [gentoo-catalyst] [PATCH 1/9] convert octals to py3 compat
Date: Sat, 24 Oct 2015 07:00:49
Message-Id: 20151024070036.GS26317@vapier.lan
In Reply to: Re: [gentoo-catalyst] [PATCH 1/9] convert octals to py3 compat by Mike Frysinger
1 On 22 Oct 2015 01:17, Mike Frysinger wrote:
2 > On 12 Oct 2015 00:41, Mike Frysinger wrote:
3 > > with this patchseries, catalyst is able to build a snapshot/stage[123]
4 > > using python3. well, after a fix in decomp too, but i filed an issue
5 > > in the github tracker for that.
6 >
7 > any takers for review ? :)
8
9 i pushed the obvious & bugfix ones:
10 hash_utils: fix bad keyword w/CatalystError
11 genbase: use sorted() with dict keys
12 log: make sure NOTICE is an int
13 stagebase: disable undefined-variable lint warning
14 convert octals to py3 compat
15 lock: fix ensure_dirs call
16
17 the other 5 are still pending review though:
18 lint: fix redefined-outer-name warnings
19 lint: convert type/types to isinstance
20 hash_utils: decode output of popen
21 make_target_table: rewrite for py3/stability
22 stagebase: robustify portage_confdir setup
23 -mike

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-catalyst] [PATCH 1/9] convert octals to py3 compat Brian Dolbec <dolsen@g.o>