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

2023-04-09 Thread Michał Górny
# Michał Górny (2023-04-10) # Last release in 2016, carries a few patches already.  No revdeps. # dev-python/cbor2 is a more modern replacement. # Removal on 2023-05-10.  Bug #903261. dev-python/cbor -- Best regards, Michał Górny

Re: [gentoo-dev] Misc python packages up for grabs

2023-04-09 Thread Ionen Wolkens
On Sun, Apr 09, 2023 at 10:48:56PM +0200, Andrew Ammerlaan wrote: > Because the following packages are no longer (test) dependencies of > dev-python/spyder they are looking for a new maintainer: > dev-python/pytest-faulthandler > dev-python/pytest-ordering > dev-python/pytest-xvfb I'll take this

[gentoo-dev] Misc python packages up for grabs

2023-04-09 Thread Andrew Ammerlaan
Because the following packages are no longer (test) dependencies of dev-python/spyder they are looking for a new maintainer: dev-python/pytest-faulthandler dev-python/pytest-ordering dev-python/pytest-xvfb dev-python/vncdotool (version bump available, requires new dependency) dev-python/stdio-mgr

[gentoo-dev] Last-rites: net-im/wazzapp-bin

2023-04-09 Thread Andrew Ammerlaan
# Andrew Ammerlaan (2023-04-09) # Archived upstream, better alternatives available, try: # - net-im/whatsapp-desktop-bin (another electron based approach) # - net-im/whatsie (a simple yet configurable Qt based app) # - net-im/whatsapp-for-linux::guru (a simple app using webkit2gtk) # Removal on 2

[gentoo-dev] [PATCH v2 2/2] texlive-module.eclass: add EAPI 8

2023-04-09 Thread Thomas Bracht Laumann Jespersen
Signed-off-by: Thomas Bracht Laumann Jespersen --- Does not appear to need any additional EAPI 8 considerations. Add debug-print-function lines to all functions. eclass/texlive-module.eclass | 23 +++ 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/eclass/texli

[gentoo-dev] [PATCH v2 1/2] texlive-common.eclass: add EAPI 8

2023-04-09 Thread Thomas Bracht Laumann Jespersen
Signed-off-by: Thomas Bracht Laumann Jespersen --- v1 -> v2: * remove unnecessary quotation in [[ .. ]] construct as per ulm's feedback * add debug-print-function to all functions (just seems like a potentially useful addition) * remove blank line between function docs and declaration e