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

2022-04-17 Thread Michał Górny
# Michał Górny (2022-04-17) # Unmaintained in Gentoo.  Pending a bump since January.  Non-trivial # to test.  No revdeps. # Removal on 2022-05-17.  Bug #838895. dev-python/pymssql -- Best regards, Michał Górny

[gentoo-dev] Projects Alsa & VOIP are without members

2022-04-17 Thread Joonas Niilola
Hey, with the retirement of chainsaw, projects ALSA and VoIP are left memberless. It looks like VoIPs' packages are assigned long time ago, so the project will most likely just be disbanded. But ALSA is still maintaining packages in the tree. https://packages.gentoo.org/maintainer/alsa-b...@gentoo

Re: [gentoo-dev] [PATCH 1/2] distutils-r1.eclass: Prefer "rm -rf build" over "setup.py clean -a"

2022-04-17 Thread Alexey Sokolov
09.04.2022 17:37, Michał Górny пишет: Prefer using "rm -rf build" directly over "setup.py clean -a". This has three advantages: 1. It is much faster. 2. It works on packages that have broken "setup.py clean", e.g. dev-python/pydantic. 3. It works on packages that block "setup.py clean" an

Re: [gentoo-dev] [PATCH 1/2] distutils-r1.eclass: Prefer "rm -rf build" over "setup.py clean -a"

2022-04-17 Thread Ionen Wolkens
On Sun, Apr 17, 2022 at 11:42:35AM +0100, Alexey Sokolov wrote: > 09.04.2022 17:37, Michał Górny пишет: > > + if [[ ${GPEP517_TESTING} ]]; then > > + rm -rf build || die > > + else > > + esetup.py clean -a > > + fi > > fi > > }

Re: [gentoo-dev] [PATCH v2 1/1] edo.eclass: add new eclass

2022-04-17 Thread Florian Schmaus
On 16/04/2022 20.14, Sam James wrote: Bug: https://bugs.gentoo.org/744880 Signed-off-by: Sam James --- eclass/edo.eclass | 46 ++ 1 file changed, 46 insertions(+) create mode 100644 eclass/edo.eclass diff --git a/eclass/edo.eclass b/eclass/edo.ec

[gentoo-dev] [PATCH v3 0/1] Add edo.eclass

2022-04-17 Thread Sam James
Changes since v2: - Fix typo in eclass guard - Rework description of edob - Use 'einfo', not 'elog' - Change die message for clarity Changes since v1: - Add EAPI 7 support (useful for e.g. base-system@ ebuilds) - Add 'edob' (edo with ebegin/eend for better logs log-running commands, UX) Sam James

[gentoo-dev] [PATCH v3 1/1] edo.eclass: add new eclass

2022-04-17 Thread Sam James
Bug: https://bugs.gentoo.org/744880 Signed-off-by: Sam James --- eclass/edo.eclass | 45 + 1 file changed, 45 insertions(+) create mode 100644 eclass/edo.eclass diff --git a/eclass/edo.eclass b/eclass/edo.eclass new file mode 100644 index

[gentoo-dev] Last rites: sys-libs/e2fsprogs-libs

2022-04-17 Thread David Seifert
# David Seifert (2022-04-17) # Dead library, part of >=sys-fs/e2fsprogs-1.46.5 now, bug #806875, # removal on 2022-05-17. # (If you hit blockers, please run: # $ emerge --deselect sys-libs/e2fsprogs-libs # This is necessary as your world file should not contain dependencies.) sys-libs/e2fsprogs-li

[gentoo-dev] [RFC] Announcing the Gentoo/LoongArch project

2022-04-17 Thread WANG Xuerui
Hi everyone, A lot have happened since my last progress update regarding the Gentoo/LoongArch port in January; among other things, I'm a Gentoo developer now, so I got to edit the project page and announce it myself. :-) The project page is athttps://wiki.gentoo.org/wiki/Project:LoongArch, where

[gentoo-dev] Re: [PATCH v3 1/1] edo.eclass: add new eclass

2022-04-17 Thread Ulrich Mueller
> On Sun, 17 Apr 2022, Sam James wrote: > --- /dev/null > +++ b/eclass/edo.eclass > @@ -0,0 +1,45 @@ > +# Copyright 2022 Gentoo Authors > +# Distributed under the terms of the GNU General Public License v2 > + > +# @ECLASS: edo.class > +# @MAINTAINER: > +# QA Team > +# @AUTHOR: > +# Sam James

[gentoo-dev] [PATCH v4 0/1] Add edo.eclass

2022-04-17 Thread Sam James
Changes since v3: - EAPI check cleanup - Fix long line in eclassdoc Changes since v2: - Fix typo in eclass guard - Rework description of edob - Use 'einfo', not 'elog' - Change die message for clarity Changes since v1: - Add EAPI 7 support (useful for e.g. base-system@ ebuilds) - Add 'edob' (edo

[gentoo-dev] [PATCH v4 1/1] edo.eclass: add new eclass

2022-04-17 Thread Sam James
Bug: https://bugs.gentoo.org/744880 Signed-off-by: Sam James --- eclass/edo.eclass | 45 + 1 file changed, 45 insertions(+) create mode 100644 eclass/edo.eclass diff --git a/eclass/edo.eclass b/eclass/edo.eclass new file mode 100644 index

Re: [gentoo-dev] [RFC] Announcing the Gentoo/LoongArch project

2022-04-17 Thread Arthur Zamarin
On 17/04/2022 18.33, WANG Xuerui wrote: > Hi everyone, > > A lot have happened since my last progress update regarding the > Gentoo/LoongArch port in January; among other things, I'm a Gentoo developer > now, so I got to edit the project page and announce it myself. :-) > > The project page is at

[gentoo-dev] [PATCH] 2022-04-21-systemd-utils: new entry

2022-04-17 Thread Mike Gilbert
Signed-off-by: Mike Gilbert --- .../2022-04-21-systemd-utils.en.txt | 38 +++ 1 file changed, 38 insertions(+) create mode 100644 2022-04-21-systemd-utils/2022-04-21-systemd-utils.en.txt diff --git a/2022-04-21-systemd-utils/2022-04-21-systemd-utils.en.txt b/2022-04-2

Re: [gentoo-dev] [PATCH] 2022-04-21-systemd-utils: new entry

2022-04-17 Thread Sam James
> On 17 Apr 2022, at 19:28, Mike Gilbert wrote: > > Signed-off-by: Mike Gilbert > --- > .../2022-04-21-systemd-utils.en.txt | 38 +++ > 1 file changed, 38 insertions(+) > create mode 100644 2022-04-21-systemd-utils/2022-04-21-systemd-utils.en.txt > > diff --git a/2022

[gentoo-dev] [PATCH v2] 2022-04-21-systemd-utils: new entry

2022-04-17 Thread Mike Gilbert
Signed-off-by: Mike Gilbert --- v2: Wrapped text at 72 characters, incorporated suggestions by sam. .../2022-04-21-systemd-utils.en.txt | 42 +++ 1 file changed, 42 insertions(+) create mode 100644 2022-04-21-systemd-utils/2022-04-21-systemd-utils.en.txt diff --git a/

[gentoo-dev] [PATCH] 2022-04-17-systemd-utils-revbump: new emergency item

2022-04-17 Thread Mike Gilbert
Signed-off-by: Mike Gilbert --- .../2022-04-17-systemd-utils-revbump.en.txt | 12 1 file changed, 12 insertions(+) create mode 100644 2022-04-17-systemd-utils-revbump/2022-04-17-systemd-utils-revbump.en.txt diff --git a/2022-04-17-systemd-utils-revbump/2022-04-17-systemd

Re: [gentoo-dev] [RFC] Announcing the Gentoo/LoongArch project

2022-04-17 Thread WANG Xuerui
On 4/18/22 02:23, Arthur Zamarin wrote: On 17/04/2022 18.33, WANG Xuerui wrote: ## Roadmap update Now that I have verified everything with stage builds and installation on real Loongson 3A5000 hardware, I plan to first upstream the profiles and toolchain bits to ::gentoo. After that, I'll hand