[gentoo-portage-dev] [PATCH 55/68] lib/portage/dbapi/bintree.py: fix whitespace

2020-08-03 Thread Aaron Bauman
Signed-off-by: Aaron Bauman --- lib/portage/dbapi/bintree.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/portage/dbapi/bintree.py b/lib/portage/dbapi/bintree.py index 97be51121..59c265688 100644 --- a/lib/portage/dbapi/bintree.py +++ b/lib/portage/dbapi/bintree.py

[gentoo-portage-dev] [PATCH 45/68] lib/portage/tests/resolver/test_slot_collisions.py: fix whitespace

2020-08-03 Thread Aaron Bauman
Signed-off-by: Aaron Bauman --- lib/portage/tests/resolver/test_slot_collisions.py | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/portage/tests/resolver/test_slot_collisions.py b/lib/portage/tests/resolver/test_slot_collisions.py index a15ebf4e0..d84ccfcef

[gentoo-portage-dev] [PATCH] lib/portage/util/_desktop_entry.py: Add previous start year to copyright

2020-08-03 Thread Aaron Bauman
* This fixes the drop of 2012 from the starting copyright year. Suggested-by: Ulrich Mueller Signed-off-by: Aaron Bauman --- lib/portage/util/_desktop_entry.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/portage/util/_desktop_entry.py b/lib/portage/util

[gentoo-portage-dev] [PATCH 01/68] lib/portage/util/_dyn_libs/PreservedLibsRegistry.py: fix whitespace

2020-08-03 Thread Aaron Bauman
Signed-off-by: Aaron Bauman --- lib/portage/util/_dyn_libs/PreservedLibsRegistry.py | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/portage/util/_dyn_libs/PreservedLibsRegistry.py b/lib/portage/util/_dyn_libs/PreservedLibsRegistry.py index d6f1d5e29..53eb63a5b

[gentoo-portage-dev] [PATCH 04/68] lib/portage/glsa.py: fix whitespace

2020-08-03 Thread Aaron Bauman
* Fix whitespace * Update copyright Signed-off-by: Aaron Bauman --- lib/portage/glsa.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/portage/glsa.py b/lib/portage/glsa.py index 4066d6747..12b33f45d 100644 --- a/lib/portage/glsa.py +++ b/lib/portage/glsa.py @@ -1,4

[gentoo-portage-dev] [PATCH 07/68] lib/portage/tests/resolver/test_eapi.py: fix whitespace

2020-08-03 Thread Aaron Bauman
Signed-off-by: Aaron Bauman --- lib/portage/tests/resolver/test_eapi.py | 80 - 1 file changed, 40 insertions(+), 40 deletions(-) diff --git a/lib/portage/tests/resolver/test_eapi.py b/lib/portage/tests/resolver/test_eapi.py index 50b9d90da..f8cf55b94 100644 --- a/lib

[gentoo-portage-dev] [PATCH 2/4] lib/portage/dbapi/vartree.py: fix reimported

2020-08-03 Thread Aaron Bauman
Signed-off-by: Aaron Bauman --- lib/portage/dbapi/vartree.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/portage/dbapi/vartree.py b/lib/portage/dbapi/vartree.py index fcf164e82..fbf455363 100644 --- a/lib/portage/dbapi/vartree.py +++ b/lib/portage/dbapi/vartree.py @@ -1619,7 +1619,6

[gentoo-portage-dev] [PATCH 1/4] pylintrc: turn on checks for reimported modules

2020-08-03 Thread Aaron Bauman
* also, really fix the enable module structure Signed-off-by: Aaron Bauman --- pylintrc | 20 +++- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/pylintrc b/pylintrc index 690941715..ad32f70d7 100644 --- a/pylintrc +++ b/pylintrc @@ -12,15 +12,17 @@ # --disable

[gentoo-portage-dev] [PATCH 3/4] lib/_emerge/search.py: fix reimported

2020-08-03 Thread Aaron Bauman
* The bold module is imported twice. Once as 'bold' and again as 'white. Remove the duplication and fix the one reference to 'white' Signed-off-by: Aaron Bauman --- lib/_emerge/search.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/_emerge/search.py b/lib

[gentoo-portage-dev] [PATCH 4/4] lib/portage/util/socks5.py: fix reimport

2020-08-03 Thread Aaron Bauman
* This drops the internal class import of the asyncio module. It is not available in all supported Python versions. Suggested-by: Zac Medico Signed-off-by: Aaron Bauman --- lib/portage/util/socks5.py | 7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/lib/portage/util

[gentoo-portage-dev] [PATCH 2/4] lib/portage/emaint/modules/merges/merges.py: fix unnecessary-semicolon

2020-08-03 Thread Aaron Bauman
Signed-off-by: Aaron Bauman --- lib/portage/emaint/modules/merges/merges.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/portage/emaint/modules/merges/merges.py b/lib/portage/emaint/modules/merges/merges.py index a2b70edb8..775dc59d2 100644 --- a/lib/portage

[gentoo-portage-dev] [PATCH 1/4] lib/portage/output.py: fix unnecessary-semicolon

2020-08-03 Thread Aaron Bauman
Signed-off-by: Aaron Bauman --- lib/portage/output.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/portage/output.py b/lib/portage/output.py index ab99caf98..098285a52 100644 --- a/lib/portage/output.py +++ b/lib/portage/output.py @@ -231,7 +231,7 @@ def

[gentoo-portage-dev] [PATCH 3/4] lib/portage/util/env_update.py: fix unnecessary-semicolon

2020-08-03 Thread Aaron Bauman
Signed-off-by: Aaron Bauman --- lib/portage/util/env_update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/portage/util/env_update.py b/lib/portage/util/env_update.py index 9c6fe3cdd..7a2ee2551 100644 --- a/lib/portage/util/env_update.py +++ b/lib/portage/util

[gentoo-portage-dev] [PATCH 4/4] pylintrc: enable more checks

2020-08-03 Thread Aaron Bauman
to run 'pylint' without having to modify the pylintrc. Signed-off-by: Aaron Bauman --- pylintrc | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/pylintrc b/pylintrc index 7fd05f322..1f6867d21 100644 --- a/pylintrc +++ b/pylintrc @@ -12,7 +12,15 @@ # --disable=W

[gentoo-portage-dev] [PATCH] DEVELOPING: Update minimum python version

2020-08-04 Thread Aaron Bauman
* Other style/readability fixes Signed-off-by: Aaron Bauman --- DEVELOPING | 18 +++--- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/DEVELOPING b/DEVELOPING index 31b559402..7bc559125 100644 --- a/DEVELOPING +++ b/DEVELOPING @@ -1,17 +1,15 @@ Code Guidelines

Re: [gentoo-portage-dev] [PATCH 1/2] lib/portage/repository/config.py: fix trailing comma

2020-08-04 Thread Aaron Bauman
On Tue, Aug 04, 2020 at 09:43:03PM -0400, Aaron Bauman wrote: > * This fixes the one instance of a trailing comma in the repo which > actually causes a tuple to be created. > > Signed-off-by: Aaron Bauman > --- > lib/portage/repository/config.py | 2 +- > 1 file chang

[gentoo-portage-dev] [PATCH 2/2] pylintrc: turn on trailing commas check

2020-08-04 Thread Aaron Bauman
Signed-off-by: Aaron Bauman --- pylintrc | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pylintrc b/pylintrc index 337311daa..d651cd1ee 100644 --- a/pylintrc +++ b/pylintrc @@ -13,15 +13,16 @@ #disable=no-absolute-import,bad-continuation,C0103,C0114,C0115,E1101,W0201

[gentoo-portage-dev] [PATCH 1/2] lib/portage/repository/config.py: fix trailing comma

2020-08-04 Thread Aaron Bauman
* This fixes the one instance of a trailing comma in the repo which actually causes a tuple to be created. Signed-off-by: Aaron Bauman --- lib/portage/repository/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/portage/repository/config.py b/lib/portage

[gentoo-portage-dev] [PATCH] lib/portage/repository/config.py: fix trailing-comma-tuple

2020-08-04 Thread Aaron Bauman
* This fixes the one instance of trailing-comma-tuple in the repo * A tuple does need created, but lets do so inside of parentheses as expected Suggested-By: Sam James Suggested-By: Zac Medico Signed-off-by: Aaron Bauman --- lib/portage/repository/config.py | 2 +- pylintrc

[gentoo-portage-dev] [PATCH] lib/portage/xml/metadata.py: fix ungrouped-imports w/refactor

2020-08-06 Thread Aaron Bauman
-off-by: Aaron Bauman --- lib/portage/xml/metadata.py | 29 - 1 file changed, 8 insertions(+), 21 deletions(-) diff --git a/lib/portage/xml/metadata.py b/lib/portage/xml/metadata.py index 646edb5b9..808ba2246 100644 --- a/lib/portage/xml/metadata.py +++ b/lib/portage/xml

[gentoo-portage-dev] [PATCH] lib/*: exempt two core files from ungrouped-imports check

2020-08-06 Thread Aaron Bauman
* These will take some time to refactor/address if at all possible. * Turn on ungrouped-imports check for entire repo Signed-off-by: Aaron Bauman --- lib/portage/__init__.py | 1 + lib/portage/checksum.py | 15 --- pylintrc| 1 + 3 files changed, 10 insertions

[gentoo-portage-dev] [PATCH] *: drop all import __future__ statements

2020-08-06 Thread Aaron Bauman
* We only support Py3 now. Signed-off-by: Aaron Bauman --- bin/archive-conf | 4 +-- bin/check-implicit-pointer-usage.py | 2 -- bin/clean_locks | 4 +-- bin/dispatch-conf | 4 +-- bin/dohtml.py

[gentoo-portage-dev] [PATCH] lib/*: Fix ungrouped-imports

2020-08-06 Thread Aaron Bauman
* This fixes ungrouped imports for a portion of the repo. The remaining fixes will come in another batch of atomic commits as the imports are buried behind conditionals, are __futures__ that may be able to go away, etc * Per the above, check will not be enabled yet Signed-off-by: Aaron

Re: [gentoo-dev] News item: Multiple root kernel command-line arguments

2020-08-06 Thread Aaron Bauman
On Thu, Aug 06, 2020 at 05:59:14PM +0200, Thomas Deutschmann wrote: > On 2020-08-06 17:44, Michał Górny wrote: > > I'm not sure if you've noticed but there are people actively working > > towards removing stale news items and trying not to dump everything > > on once on a user freshly installing

[gentoo-portage-dev] [PATCH] lib/*: fix superfluous-parens and enable check

2020-08-05 Thread Aaron Bauman
Signed-off-by: Aaron Bauman --- lib/_emerge/actions.py | 14 +++--- lib/_emerge/resolver/slot_collision.py | 4 ++-- lib/_emerge/stdout_spinner.py| 2 +- lib/_emerge/unmerge.py | 4 ++-- lib/portage

[gentoo-portage-dev] [PATCH] lib/*: Fix useless-return

2020-08-07 Thread Aaron Bauman
* Python implies such things. Let's drop 'em and be consistent. Signed-off-by: Aaron Bauman --- "\\" | 20 lib/_emerge/EbuildPhase.py | 6 +++--- lib/_emerge/resolver/output.py | 5 - lib/portage/elog/mod_custom.py | 1 - l

[gentoo-portage-dev] [PATCH] lib/*: Fix useless-return

2020-08-07 Thread Aaron Bauman
* Python implies such things. Let's drop 'em and be consistent. Signed-off-by: Aaron Bauman --- lib/_emerge/EbuildPhase.py | 6 +++--- lib/_emerge/resolver/output.py | 5 + lib/portage/elog/mod_custom.py | 1 + lib/portage/elog/mod_echo.py | 4 ++-- lib/portage/elog/mod_mail.py | 2

Re: [gentoo-portage-dev] [PATCH] lib/*: Fix useless-return

2020-08-07 Thread Aaron Bauman
On Fri, Aug 07, 2020 at 12:28:04PM -0400, Aaron Bauman wrote: > * Python implies such things. Let's drop 'em and be consistent. > > Signed-off-by: Aaron Bauman > --- > "\\" | 20 > lib/_emerge/EbuildPhase.py | 6 ++

[gentoo-dev] Last rites: app-accessibility/{SphinxTrain,sphinx3,sphinxbase}

2020-08-01 Thread Aaron Bauman
# Aaron Bauman (2020-08-01) # Py2 only. Dead upstream. # Removal in 30 days # Bug #568602,#340164,#560840,#716420,#560254 # #476424,#643982 app-accessibility/SphinxTrain app-accessibility/sphinx3 app-accessibility/sphinxbase -- Cheers, Aaron signature.asc Description: PGP signature

Re: [gentoo-dev] Re: xorg-3.eclass update

2020-08-02 Thread Aaron Bauman
On August 2, 2020 1:49:37 PM EDT, Henrik Pihl wrote: >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA512 > >Hello once again, >and of course I get to apologize some more due to forgetting to attach >the >new patch. > >Henrik > >On 2020-08-02 at 17:15, ahve...@gmail.com wrote: >> I'm sorry for my

[gentoo-dev] Last rites: app-mobilephone/obexftp

2020-08-02 Thread Aaron Bauman
# Aaron Bauman (2020-08-02) # Dead upstream. Py3.6 only. Build issues. # Removal in 30 days. Bug #677900,#716384 # #722408,723344 app-mobilephone/obexftp -- Cheers, Aaron signature.asc Description: PGP signature

[gentoo-dev] Last rites: app-backup/cachedir

2020-08-02 Thread Aaron Bauman
# Aaron Bauman (2020-08-02) # Needs bump. Py3 tests fail. Last release 2yrs. # Removal in 30 days. Bug #718196 app-backup/cachedir -- Cheers, Aaron signature.asc Description: PGP signature

[gentoo-dev] Last rites: sci-biology/HTSeq

2020-08-02 Thread Aaron Bauman
# Aaron Bauman (2020-08-02) # Unmaintained. New release upstream. Py3.6 only. # Removal in 30 days. Bug #696484,#718466 sci-biology/HTSeq -- Cheers, Aaron signature.asc Description: PGP signature

[gentoo-dev] Last rites: dev-python/cloudlib

2020-08-01 Thread Aaron Bauman
# Aaron Bauman (2020-08-01) # Py3.6 only. Dead upstream. # Removal in 30 days. Bug #718898 dev-python/cloudlib -- Cheers, Aaron signature.asc Description: PGP signature

[gentoo-dev] Last rites: www-apps/scgi www-apache/mod_scgi

2020-08-01 Thread Aaron Bauman
# Aaron Bauman (2020-08-01) # Py2 only. Upstream has py3 versions # m-n. Removal in 30 days. www-apps/scgi www-apache/mod_scgi -- Cheers, Aaron signature.asc Description: PGP signature

[gentoo-dev] Last rites: app-arch/{cfv,ipkg-utils}

2020-08-01 Thread Aaron Bauman
# Aaron Bauman (2020-08-01) # Py2 only. Dead upstream. # Removal in 30 days. Bug #722060 app-arch/cfv app-arch/ipkg-utils -- Cheers, Aaron signature.asc Description: PGP signature

[gentoo-dev] Last rites: dev-python/dataclasses

2020-08-01 Thread Aaron Bauman
# Aaron Bauman (2020-08-02) # Py3.6 backport for dataclasses. No rdeps left. # Removal in 30 days dev-python/dataclasses -- Cheers, Aaron signature.asc Description: PGP signature

[gentoo-dev] Last rites: www-misc/nx_util

2020-08-02 Thread Aaron Bauman
# Aaron Bauman (2020-08-02) # Py2 only. m-n. Bug #735524 # Removal in 30 days www-misc/nx_util -- Cheers, Aaron signature.asc Description: PGP signature

[gentoo-dev] Last rites: net-wireless/{cpyrit-cuda,cpyrit-opencl,pyrit}

2020-08-02 Thread Aaron Bauman
# Aaron Bauman (2020-08-02) # Py2 only. m-n. Bug #709932 # Removal in 30 days net-wireless/cpyrit-cuda net-wireless/cpyrit-opencl net-wireless/pyrit -- Cheers, Aaron signature.asc Description: PGP signature

[gentoo-dev] Last rites: media-gfx/cptutils

2020-08-02 Thread Aaron Bauman
# Aaron Bauman (2020-08-02) # Py2 only. m-n. Bug #735364 # Removal in 30 days media-gfx/cptutils -- Cheers, Aaron signature.asc Description: PGP signature

[gentoo-dev] Last rites: sys-fs/ecryptfs-utils

2020-08-02 Thread Aaron Bauman
# Aaron Bauman (2020-08-02) # Py2 only. m-n. Bug #735486 # Removal in 30 days sys-fs/ecryptfs-utils -- Cheers, Aaron signature.asc Description: PGP signature

[gentoo-portage-dev] [PATCH] doc/api/conf.py: silence redefined-builtin for copyright

2020-08-02 Thread Aaron Bauman
* This locally silences the W0622 warning for the override of the copyright which is required. Signed-off-by: Aaron Bauman --- doc/api/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/api/conf.py b/doc/api/conf.py index f318ca25d..9522960c8 100644

[gentoo-dev] Last rites: app-metrics/collectd sys-fs/owfs

2020-08-02 Thread Aaron Bauman
# Aaron Bauman (2020-08-02) # Py2 only. m-n. Bug #735502. rdep. # Removal in 30 days app-metrics/collectd sys-fs/owfs -- Cheers, Aaron signature.asc Description: PGP signature

[gentoo-dev] Last rites: sys-apps/biosdisk

2020-08-02 Thread Aaron Bauman
# Aaron Bauman (2020-08-02) # Py2 only. m-n. Bug #735466 # Removal in 30 days sys-apps/biosdisk -- Cheers, Aaron signature.asc Description: PGP signature

[gentoo-dev] Last rites: dev-vcs/rapidsvn

2020-08-02 Thread Aaron Bauman
# Aaron Bauman (2020-08-02) # Py2 only. m-n. Bug #735340 # Removal in 30 days dev-vcs/rapidsvn -- Cheers, Aaron signature.asc Description: PGP signature

[gentoo-portage-dev] [PATCH] lib/_emerge/resolver/slot_collision.py: fix redefined-builtin W0622

2020-08-02 Thread Aaron Bauman
* This fixes the referenced warning by renaming the 'id' variable to 'name' and the 'type' variable to 'atype' * Additional cosmetic/style changes found along the way. Signed-off-by: Aaron Bauman --- lib/_emerge/resolver/slot_collision.py | 74 +- 1 file changed, 37

[gentoo-portage-dev] [PATCH] pylintrc: add more module checks

2020-08-04 Thread Aaron Bauman
* Repo is already clear... so let's turn these on Signed-off-by: Aaron Bauman --- pylintrc | 25 - 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/pylintrc b/pylintrc index ad32f70d7..cd76d38dd 100644 --- a/pylintrc +++ b/pylintrc @@ -13,16 +13,23

[gentoo-portage-dev] [PATCH 5/6] tabcheck.py: fix multiple-imports

2020-08-05 Thread Aaron Bauman
Signed-off-by: Aaron Bauman --- tabcheck.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tabcheck.py b/tabcheck.py index a28ad93d9..1df26785d 100755 --- a/tabcheck.py +++ b/tabcheck.py @@ -1,6 +1,7 @@ #!/usr/bin/python -b -import tabnanny,sys +import sys +import

[gentoo-portage-dev] [PATCH 6/6] pylintrc: enable multiple-imports check

2020-08-05 Thread Aaron Bauman
Signed-off-by: Aaron Bauman --- pylintrc | 1 + 1 file changed, 1 insertion(+) diff --git a/pylintrc b/pylintrc index b7091516c..5f4ec3278 100644 --- a/pylintrc +++ b/pylintrc @@ -19,6 +19,7 @@ enable= misplaced-future, missing-final-newline, mixed-line-endings

[gentoo-portage-dev] [PATCH 1/6] lib/portage/elog/mod_mail.py: fix multiple-imports

2020-08-05 Thread Aaron Bauman
Signed-off-by: Aaron Bauman --- lib/portage/elog/mod_mail.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/portage/elog/mod_mail.py b/lib/portage/elog/mod_mail.py index 4edf507eb..38eaa277f 100644 --- a/lib/portage/elog/mod_mail.py +++ b/lib/portage/elog/mod_mail.py

[gentoo-portage-dev] [PATCH 2/6] lib/portage/elog/mod_custom.py: fix multiple-imports

2020-08-05 Thread Aaron Bauman
Signed-off-by: Aaron Bauman --- lib/portage/elog/mod_custom.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/portage/elog/mod_custom.py b/lib/portage/elog/mod_custom.py index 836bdad62..7cfafeccc 100644 --- a/lib/portage/elog/mod_custom.py +++ b/lib/portage/elog

[gentoo-portage-dev] [PATCH 4/6] lib/portage/dep/__init__.py: fix multiple-imports

2020-08-05 Thread Aaron Bauman
Signed-off-by: Aaron Bauman --- lib/portage/dep/__init__.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/portage/dep/__init__.py b/lib/portage/dep/__init__.py index 50266a21b..c0ed2dd3c 100644 --- a/lib/portage/dep/__init__.py +++ b/lib/portage/dep/__init__.py

[gentoo-portage-dev] [PATCH 3/6] lib/portage/tests/runTests.py: fix multiple-imports

2020-08-05 Thread Aaron Bauman
Signed-off-by: Aaron Bauman --- lib/portage/tests/runTests.py | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/portage/tests/runTests.py b/lib/portage/tests/runTests.py index d4d1f7c76..9514abebe 100755 --- a/lib/portage/tests/runTests.py +++ b/lib/portage/tests

[gentoo-portage-dev] [PATCH] Fix R0205 across all of repo.

2020-07-31 Thread Aaron Bauman
Do not need to inherit object in py3. All tests passed. Signed-off-by: Aaron Bauman --- bin/chpathtool.py| 2 +- bin/doins.py | 10 +- bin/ebuild-ipc.py| 2 +- bin/egencache| 8 bin/portageq | 2 +- bin/socks5-server.py | 2 +- runtests

[gentoo-dev] Last rites: */* More Py2 stuff

2020-06-29 Thread Aaron Bauman
# Aaron Bauman (2020-06-29) # More Py2 only stuff. Plz see -dev ML for discussions # Remove bindings, port to Py3, etc # Removal in 30 days app-dicts/opendict app-editors/editra app-office/taskcoach app-backup/holland app-backup/holland-backup-example app-backup/holland-backup-pgdump app-backup

Re: [gentoo-dev] dev-python/numb-0.40.1.ebuild

2020-07-02 Thread Aaron Bauman
On July 2, 2020 9:59:40 AM EDT, "Xianwen Chen (陈贤文)" wrote: >Honestly, I find it counter productive to remove a package from the >main >repository, when there are active efforts to fix the package's >problems. > > >Xianwen These things happen. If it is being ported properly then let's add it

Re: [gentoo-dev] RFC: packages.gentoo.org Developer Mode

2020-06-29 Thread Aaron Bauman
On June 29, 2020 6:28:30 PM EDT, Max Magorsch wrote: >Hi, > >Some time ago, the idea of integrating packages.g.o with pkgcheck and >repology.org came up. There have already been some discussions in bug >725702 and 725704 regarding this. > >The tl;dr is that the packages.g.o backend does now

Re: [gentoo-dev] Re: [gentoo-dev-announce] Last rites: */* More Py2 only items

2020-06-29 Thread Aaron Bauman
On June 29, 2020 4:57:49 PM EDT, Piotr Karbowski wrote: >On 29/06/2020 02.35, Aaron Bauman wrote: >> [...] >> net-dns/maradns > >There's single python script that can work with Python3 (at least in >new >version) that does that can just use any Python version. &

Re: [gentoo-dev] */*: Mask Py2 only packages

2020-06-25 Thread Aaron Bauman
On Wed, Jun 24, 2020 at 10:12:18AM -0700, Matt Turner wrote: > offlineimap is widely used and blocks no further work. It can easily > remain in the tree after all other python2_7 support is gone. > > This is not a hill worth dying on. > I am confused here... are you saying that due to usage of

Re: [gentoo-dev] */*: Mask Py2 only packages

2020-06-25 Thread Aaron Bauman
On Wed, Jun 24, 2020 at 11:52:28AM +0200, Thomas Deutschmann wrote: > On 2020-06-20 21:24, Aaron Bauman wrote: > > Thomas, unfortunately, I am shocked at your choice of words here. I > > think it is reasonable that any developer would understand a lack > > of forward momentum

Re: [gentoo-dev] */*: Mask Py2 only packages

2020-06-25 Thread Aaron Bauman
On Wed, Jun 24, 2020 at 04:21:14PM -0400, Rich Freeman wrote: > On Wed, Jun 24, 2020 at 4:08 PM Michał Górny wrote: > > > > $ git grep -l mgo...@gentoo.org '**/metadata.xml' | cut -d/ -f1-2 | > > xargs gpy-py2 2>/dev/null > > > > I have no idea what gpy-py2 is, but I'll take your word for it. >

Re: [gentoo-dev] */*: Mask Py2 only packages

2020-06-26 Thread Aaron Bauman
On June 26, 2020 2:45:07 AM EDT, Mart Raudsepp wrote: >Ühel kenal päeval, N, 25.06.2020 kell 23:47, kirjutas Aaron Bauman: >> Yes, there are successors in Gentoo. > >Traditionally p.mask entries point these out. Feel free to find and report all possible alternatives for a

Re: [gentoo-dev] [PATCH] profiles/package.deprecated: deprecate python:2.7

2020-06-26 Thread Aaron Bauman
On June 26, 2020 12:47:24 PM EDT, Sergei Trofimovich wrote: >On Fri, 26 Jun 2020 11:38:58 +0200 >Michał Górny wrote: > >> On Fri, 2020-06-26 at 09:51 +0100, Sergei Trofimovich wrote: >> > On Fri, 26 Jun 2020 07:29:45 + >> > Michał Górny wrote: >> > >> > > Dnia June 26, 2020 6:42:57 AM

Re: [gentoo-dev] [PATCH] profiles/package.deprecated: deprecate python:2.7

2020-06-26 Thread Aaron Bauman
On Fri, Jun 26, 2020 at 10:02:34PM +0100, Sergei Trofimovich wrote: > A few points: > > 1. "only supports Py2" does not seem to warrant to mask leaf packages >and contradicts to Michał's explanation of cleanup effort: > See >

[gentoo-dev] Tools and stuff

2020-06-26 Thread Aaron Bauman
Hello everyone, Several developers have loudly complained about the recent Py2 masks and the subsequent timeline for removal. As such, I want to *inform* you of some tools to help and why the timeline was chosen. First, there is some awesome tooling, hosted by infra, that can aid you in

[gentoo-dev] Last rites: */* More Py2 only items

2020-06-28 Thread Aaron Bauman
# Aaron Bauman (2020-06-28) # More Py2 only stuff. Plz see -dev ML for discussions # Remove bindings, port to Py3, etc # Removal in 30 days app-arch/deltarpm app-crypt/virtualsmartcard app-text/duali app-text/mftrace app-text/queequeg app-text/referencer dev-libs/libmacaroons dev-libs/tut dev

Re: [gentoo-dev] Last rites: */* More Py2 only items

2020-06-28 Thread Aaron Bauman
On Sun, Jun 28, 2020 at 08:35:02PM -0400, Aaron Bauman wrote: > # Aaron Bauman (2020-06-28) > # More Py2 only stuff. Plz see -dev ML for discussions > # Remove bindings, port to Py3, etc > # Removal in 30 days > app-arch/deltarpm > app-crypt/virtualsmartcard > app-text/duali

Re: [gentoo-dev] */*: Mask Py2 only packages

2020-06-26 Thread Aaron Bauman
On June 26, 2020 11:08:35 AM EDT, Rich Freeman wrote: >On Fri, Jun 26, 2020 at 10:36 AM Aaron Bauman wrote: >> >> On June 26, 2020 7:13:07 AM EDT, Rich Freeman >wrote: >> >> Of all the methods listed in the previous posts, the QA reports, >etc. >> >&

Re: [gentoo-dev] Last rites: */* More Py2 only items

2020-06-29 Thread Aaron Bauman
On Mon, Jun 29, 2020 at 09:48:34PM +0300, Azamat Hackimov wrote: > > dev-python/misaka > I've created MR for it: https://github.com/gentoo/gentoo/pull/15984 > Azamat, merged! Thank you. -- Cheers, Aaron signature.asc Description: PGP signature

[gentoo-dev] */*: Mask Py2 only packages

2020-06-19 Thread Aaron Bauman
> # Aaron Bauman (2020-06-20) > # Py2 only > # Removal in 14 days > app-admin/clustershell > app-crypt/openvpn-blacklist > app-forensics/volatility > app-misc/golly > app-misc/yagtd > app-text/pylize > app-text/rpl > app-vim/easytags > app-vim/notes > de

Re: [gentoo-dev] */*: Mask Py2 only packages

2020-06-20 Thread Aaron Bauman
On Sat, Jun 20, 2020 at 01:29:46PM +0200, Thomas Deutschmann wrote: > On 2020-06-20 12:07, Michał Górny wrote: > >> Al least, python2 is not on your list. > >> > >> Be first into the future by masking this stuff and > >> Last out of the past by leaving up to users to decide. > >> It could stay in

Re: [gentoo-dev] */*: Mask Py2 only packages

2020-06-20 Thread Aaron Bauman
On Sat, Jun 20, 2020 at 10:32:28AM +0200, Ulrich Mueller wrote: > >>>>> On Sat, 20 Jun 2020, Aaron Bauman wrote: > > >> # Aaron Bauman (2020-06-20) > >> # Py2 only > >> # Removal in 14 days > > I see these short deadlines quite often rece

Re: [gentoo-dev] */*: Mask Py2 only packages

2020-06-26 Thread Aaron Bauman
On June 26, 2020 7:13:07 AM EDT, Rich Freeman wrote: >On Thu, Jun 25, 2020 at 11:07 PM Aaron Bauman wrote: >> >> On Wed, Jun 24, 2020 at 04:21:14PM -0400, Rich Freeman wrote: >> > >> > We're removing python2 around . You can help us out by >updating

[gentoo-dev] Last rites: sys-cluster/polysh

2020-06-07 Thread Aaron Bauman
# Aaron Bauman (2020-06-07) # py2 only. dead upstream. m-n. rdep. # Masked for removal in 15 days sys-cluster/polysh -- Cheers, Aaron signature.asc Description: PGP signature

[gentoo-dev] Last rites: net-misc/charm

2020-06-07 Thread Aaron Bauman
# Aaron Bauman (2020-06-07) # py2 only. dead upstream. m-n. rdep. # Masked for removal in 15 days net-misc/charm -- Cheers, Aaron signature.asc Description: PGP signature

Re: [gentoo-dev] Last rites: app-cdr/sync2d

2020-06-05 Thread Aaron Bauman
On Fri, Jun 05, 2020 at 06:27:51PM -0700, Christopher Head wrote: > On Fri, 5 Jun 2020 12:40:17 -0700 > Matt Turner wrote: > > > With that in mind, I don't expect it to gain Python 3 support, nor do > > I expect an additional 15 days of waiting time to change that fact. 15 > > vs 30 days doesn't

Re: [gentoo-dev] Last rites: app-cdr/sync2d

2020-06-05 Thread Aaron Bauman
On Fri, Jun 05, 2020 at 12:40:17PM -0700, Matt Turner wrote: > On Fri, Jun 5, 2020 at 9:55 AM Jonas Stein wrote: > > > > On 04/06/2020 01.39, Aaron Bauman wrote: > > > # Aaron Bauman (2020-06-03) > > > # py2 only. dead upstream. m-n. > > > # Masked fo

[gentoo-dev] Graphics Project disbanded [pkgs up for grabs]

2020-06-06 Thread Aaron Bauman
All, the graphics project has now been disbanded. All packages have been reassigned to maintainer-needed. Bugs will be reassigned soon. Here are a list of the packages that are now up for grabs: dev-cpp/pngpp media-gfx/album media-gfx/apng2gif media-gfx/apngasm media-gfx/apngdis

Re: [gentoo-dev] [RFC] Concept of Projects - How to proceed?

2020-06-06 Thread Aaron Bauman
On Sun, Jun 07, 2020 at 01:49:28AM +0200, Jonas Stein wrote: > Hi, > > our concept of "Projects" (Herds in the past) maintaining packages has > several problems. [snip] Overall, projects work if the members are active. Of course, they don't if not. So, whether a package is assigned to a

Re: [gentoo-dev] Graphics Project disbanded [pkgs up for grabs]

2020-06-06 Thread Aaron Bauman
On Sat, Jun 06, 2020 at 02:50:31PM -0400, Aaron Bauman wrote: > All, the graphics project has now been disbanded. > > All packages have been reassigned to maintainer-needed. Bugs will be > reassigned soon. > > Here are a list of the packages that are now up for grabs:

Re: [gentoo-dev] Graphics Project disbanded [pkgs up for grabs]

2020-06-06 Thread Aaron Bauman
On Sat, Jun 06, 2020 at 08:55:38PM +0200, Pacho Ramos wrote: > El sáb, 06-06-2020 a las 14:50 -0400, Aaron Bauman escribió: > > All, the graphics project has now been disbanded. > > > > All packages have been reassigned to maintainer-needed. Bugs will be > > rea

Re: [gentoo-dev] [RFC] Codec project

2020-06-11 Thread Aaron Bauman
On Wed, Jun 10, 2020 at 08:25:20PM +0200, Michał Górny wrote: > Hi, > > Let's split this from [1] as I suppose having it in middle of high-noise > 'up for grabs' might prevent some interested people from seeing it. > > The general purpose of codec project [2] is to maintain core libraries > for

Re: [gentoo-dev] [RFC] Codec project

2020-06-11 Thread Aaron Bauman
On Thu, Jun 11, 2020 at 07:11:33AM -0500, Dale wrote: > As a user, how about media?  Multimedia?  Or would those interfere with > other packages? > > I might add, regardless of name, will it be active enough to keep it > alive or will it go the same as the last?  > > Dale > > :-)  :-)  Please

[gentoo-dev] Last rites: x11-themes/fvwm-crystal

2020-06-03 Thread Aaron Bauman
# Aaron Bauman (2020-06-03) # py2 only. dead upstream. m-n. # Masked for removal in 15 days x11-themes/fvwm-crystal -- Cheers, Aaron signature.asc Description: PGP signature

[gentoo-dev] Last rites: dev-python/YURL

2020-06-03 Thread Aaron Bauman
# Aaron Bauman (2020-06-03) # py2 only. dead upstream. m-n. # Masked for removal in 15 days dev-python/YURL -- Cheers, Aaron signature.asc Description: PGP signature

[gentoo-dev] Last rites: dev-python/bz2file

2020-06-03 Thread Aaron Bauman
# Aaron Bauman (2020-06-03) # py2 only. dead upstream. m-n. rdep. # Masked for removal in 15 days dev-python/bz2file -- Cheers, Aaron signature.asc Description: PGP signature

Re: [gentoo-dev] Last rites: x11-themes/fvwm-crystal

2020-06-03 Thread Aaron Bauman
On Wed, Jun 03, 2020 at 07:31:48PM -0600, Hank Leininger wrote: > > # Aaron Bauman (2020-06-03) > > # py2 only. dead upstream. m-n. > > # Masked for removal in 15 days > > x11-themes/fvwm-crystal > > I use fvwm-crystal, so I'll speak up on its behalf... > >

[gentoo-dev] Last rites: app-cdr/sync2d

2020-06-03 Thread Aaron Bauman
# Aaron Bauman (2020-06-03) # py2 only. dead upstream. m-n. # Masked for removal in 15 days app-cdr/sync2cd -- Cheers, Aaron signature.asc Description: PGP signature

[gentoo-dev] Last rites: dev-python/selector34

2020-06-03 Thread Aaron Bauman
# Aaron Bauman (2020-06-03) # py2 only. dead upstream. m-n. # Masked for removal in 15 days dev-python/selectors34 -- Cheers, Aaron signature.asc Description: PGP signature

[gentoo-dev] Last rites: app-text/{getxbook,pdfsandwich}

2020-06-03 Thread Aaron Bauman
media-gfx/exact-image Reply-To: gentoo-dev@lists.gentoo.org # Aaron Bauman (2020-06-03) # py2 only. dead upstream. m-n. rdep. # Masked for removal in 15 days app-text/getxbook app-text/pdfsandwich media-gfx/exact-image -- Cheers, Aaron signature.asc Description: PGP signature

[gentoo-dev] Last rites: dev-python/assets

2020-06-03 Thread Aaron Bauman
# Aaron Bauman (2020-06-03) # py2 only. dead upstream. m-n. # Masked for removal in 15 days dev-python/assets -- Cheers, Aaron signature.asc Description: PGP signature

[gentoo-dev] Last rites: dev-python/jaxml

2020-06-03 Thread Aaron Bauman
# Aaron Bauman (2020-06-03) # py2 only. dead upstream. m-n. rdep. # Masked for removal in 15 days dev-python/jaxml -- Cheers, Aaron signature.asc Description: PGP signature

[gentoo-dev] Last rites: dev-python/kid

2020-06-03 Thread Aaron Bauman
# Aaron Bauman (2020-06-03) # py2 only. dead upstream. m-n. rdep. # Masked for removal in 15 days dev-python/kid -- Cheers, Aaron signature.asc Description: PGP signature

[gentoo-dev] Last rites: dev-python/python-urljr

2020-06-03 Thread Aaron Bauman
# Aaron Bauman (2020-06-03) # py2 only. dead upstream. m-n. rdep. # Masked for removal in 15 days dev-python/python-urljr -- Cheers, Aaron signature.asc Description: PGP signature

[gentoo-dev] Last rites: dev-python/stomper

2020-06-03 Thread Aaron Bauman
# Aaron Bauman (2020-06-03) # py2 only. dead upstream. m-n. rdep. # Masked for removal in 15 days dev-python/stomper -- Cheers, Aaron signature.asc Description: PGP signature

[gentoo-dev] Last rites: net-misc/pytvshows

2020-06-02 Thread Aaron Bauman
# Aaron Bauman (2020-06-02) # py2 only. dead upstream. m-n. # Masked for removal in 30 days net-misc/pytvshows -- Cheers, Aaron signature.asc Description: PGP signature

[gentoo-dev] Last rites: app-misc/webcomics-collector

2020-06-02 Thread Aaron Bauman
# Aaron Bauman (2020-06-02) # py2 only. dead upstream. m-n. # Masked for removal in 30 days app-misc/webcomics-collector -- Cheers, Aaron signature.asc Description: PGP signature

[gentoo-dev] Last rites: net-news/rawdog

2020-06-02 Thread Aaron Bauman
# Aaron Bauman (2020-06-02) # py2 only. dead upstream. m-n. # Masked for removal in 30 days net-news/rawdog -- Cheers, Aaron signature.asc Description: PGP signature

[gentoo-portage-dev] [PATCH] portage/README: Update minimum Python version

2020-07-24 Thread Aaron Bauman
* Per commit e59ec1924d6db957a01c828ce294a7675be5b27c Py 2.7 has been dropped and py3.6 is the minimum supported version Bug: https://bugs.gentoo.org/731114 Signed-off-by: Aaron Bauman --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index

[gentoo-dev] Last rites: */*: More Py2 stuff

2020-07-28 Thread Aaron Bauman
# Aaron Bauman (2020-07-28) # More Py2 only stuff. Plz see -dev ML for discussions # Remove bindings, port to Py3, etc # Removal in 30 days app-accessibility/epos app-admin/conkyforecast app-admin/github-backup-utils app-admin/syslog-summary app-arch/cfv app-arch/ipkg-utils app-backup/bareos app

<    1   2   3   4   5   >