[gentoo-dev] Packages up for grabs: net-vpn/logmein-hamachi

2023-01-31 Thread Jonas Stein
Dear all the following packages are up for grabs after retirement of the inactive proxied maintainer: net-vpn/logmein-hamachi https://packages.gentoo.org/packages/net-vpn/logmein-hamachi There are several open bugs. The package is RESTRICT=mirror License needs to be updated Unclear if it has

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

2023-01-31 Thread Michał Górny
# Michał Górny (2023-01-31) # No tests, no activity since Aug 2020, no reverse dependencies. # Removal on 2023-03-02.  Bug #892744. dev-python/alagitpull -- Best regards, Michał Górny

[gentoo-dev] Last rites: dev-python/aiohttp-jinja2

2023-01-31 Thread Michał Górny
# Michał Górny (2023-01-31) # The test suite is broken (async tests don't run).  No revdeps. # Removal on 2023-03-02.  Bug #892742. dev-python/aiohttp-jinja2 -- Best regards, Michał Górny

Re: [gentoo-dev] dev-python/ package naming policy?

2023-01-31 Thread Michał Górny
On Sat, 2023-01-28 at 17:38 +0100, Michał Górny wrote: > Hi, everyone. > > TL;DR: I'd like to propose naming dev-python/* packages following PyPI > names whenever possible, case-preserving, with modifications only when > necessary to match PN rules. > The "relaxed" version is now official: http

[gentoo-dev] [PATCH 5/5] distutils-r1.eclass: Remove code for gpep517 < 12

2023-01-31 Thread Michał Górny
Signed-off-by: Michał Górny --- eclass/distutils-r1.eclass | 7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass index ab688a64e1a8..5b7a03b9bcc2 100644 --- a/eclass/distutils-r1.eclass +++ b/eclass/distutils-r1.eclass @@

[gentoo-dev] [PATCH 4/5] distutils-r1.eclass: Bump minimum pytest version

2023-01-31 Thread Michał Górny
Signed-off-by: Michał Górny --- eclass/distutils-r1.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass index 0bf5d51a363e..ab688a64e1a8 100644 --- a/eclass/distutils-r1.eclass +++ b/eclass/distutils-r1.eclass @@ -582,

[gentoo-dev] [PATCH 3/5] distutils-r1.eclass: Bump minimal build system versions

2023-01-31 Thread Michał Górny
Signed-off-by: Michał Górny --- eclass/distutils-r1.eclass | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass index 65d48a19e73d..0bf5d51a363e 100644 --- a/eclass/distutils-r1.eclass +++ b/eclass/distu

[gentoo-dev] [PATCH 2/5] python-utils-r1.eclass: Bump minimal Python versions

2023-01-31 Thread Michał Górny
Signed-off-by: Michał Górny --- eclass/python-utils-r1.eclass | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass index bc397229a670..be2183463550 100644 --- a/eclass/python-utils-r1.eclass +++ b/eclass/python-u

[gentoo-dev] [PATCH 1/5] distutils-r1.eclass: esetup.py, omit setup.cfg check in PEP517 mode

2023-01-31 Thread Michał Górny
Closes: https://bugs.gentoo.org/891959 Signed-off-by: Michał Górny --- eclass/distutils-r1.eclass | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass index 8896768d3ce9..65d48a19e73d 100644 --- a/eclass/distutils-r1.ec