Re: [gentoo-portage-dev] [PATCH] Eliminate basestring/long/_unicode py3 compat

2020-07-15 Thread Zac Medico
On 7/14/20 11:07 PM, Michał Górny wrote: > Replace basestring and _unicode hacks with str, and long with int. > > Signed-off-by: Michał Górny > --- > bin/egencache | 7 +-- > lib/_emerge/BinpkgFetcher.py | 5 +- > lib/_emerge/BlockerCache.py

[gentoo-dev] Last-rites: app-text/glosung

2020-07-15 Thread Andreas Sturmlechner
# Andreas Sturmlechner (2020-07-15) # Broken by scons-python3 for >1 year, depends on dead gnome-base/libgnomeui, # bugs #685576, #726818, no reverse dependencies. Removal in 30 days. app-text/glosung signature.asc Description: This is a digitally signed message part.

[gentoo-dev] Last rites: dev-perl/Data-Diver

2020-07-15 Thread Kent Fredric
# Kent Fredric (15 Jul 2020) # No LICENSE declaration by upstream, and no response from upstream # since at least 2013 as to what license to use (bug #732710) # Removal in 30 days. dev-perl/Data-Diver pgp9YHMIAr5i9.pgp Description: OpenPGP digital signature

[gentoo-portage-dev] [PATCH] Eliminate basestring/long/_unicode py3 compat

2020-07-15 Thread Michał Górny
Replace basestring and _unicode hacks with str, and long with int. Signed-off-by: Michał Górny --- bin/egencache | 7 +-- lib/_emerge/BinpkgFetcher.py | 5 +- lib/_emerge/BlockerCache.py | 19 ++- lib/_emerge/BlockerDB.py