Re: [gentoo-portage-dev] [PATCH 2/2] Add caching to _slot_operator_check_reverse_dependencies

2022-11-25 Thread Matt Turner
On Thu, Nov 24, 2022 at 10:36 PM Pin-yen Lin wrote: > > Add lru_cache to speed up the running time of "Calculating > dependencies". > > In a ChromeOS use case, this patch decreases the running time from > 311s to 197s with almost no memory usage increase. > > Signed-off-by: Pin-yen Lin Thank

[gentoo-dev] [PATCH 7/7] python-utils-r1.eclass: Bump min Python versions

2022-11-25 Thread Michał Górny
Signed-off-by: Michał Górny --- eclass/python-utils-r1.eclass | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass index 7a5f84bd561e..09b9861b8fd4 100644 --- a/eclass/python-utils-r1.eclass +++

[gentoo-dev] [PATCH 6/7] distutils-r1.eclass: Remove support for gpep517 < 9

2022-11-25 Thread Michał Górny
Signed-off-by: Michał Górny --- eclass/distutils-r1.eclass | 37 - 1 file changed, 8 insertions(+), 29 deletions(-) diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass index 1cc4626f3a12..97c5e562bc0f 100644 --- a/eclass/distutils-r1.eclass

[gentoo-dev] [PATCH 5/7] distutils-r1.eclass: Print versions of common hatch plugins

2022-11-25 Thread Michał Górny
Signed-off-by: Michał Górny --- eclass/distutils-r1.eclass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass index 551e8f68ef99..1cc4626f3a12 100644 --- a/eclass/distutils-r1.eclass +++ b/eclass/distutils-r1.eclass @@ -929,6 +929,8 @@

[gentoo-dev] [PATCH 4/7] distutils-r1.eclass: Bump min dep versions to newest stable

2022-11-25 Thread Michał Górny
Signed-off-by: Michał Górny --- eclass/distutils-r1.eclass | 30 +++--- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass index 3ac06a458483..551e8f68ef99 100644 --- a/eclass/distutils-r1.eclass +++

[gentoo-dev] [PATCH 3/7] dev-python/scipy: Pass -Dblas, -Dlapack via DISTUTILS_ARGS

2022-11-25 Thread Michał Górny
Signed-off-by: Michał Górny --- dev-python/scipy/scipy-1.9.3-r1.ebuild | 109 + dev-python/scipy/scipy-1.9..ebuild | 11 ++- 2 files changed, 114 insertions(+), 6 deletions(-) create mode 100644 dev-python/scipy/scipy-1.9.3-r1.ebuild diff --git

[gentoo-dev] [PATCH 2/7] distutils-r1.eclass: Pass options to meson-python backend

2022-11-25 Thread Michał Górny
Signed-off-by: Michał Górny --- eclass/distutils-r1.eclass | 50 +- 1 file changed, 39 insertions(+), 11 deletions(-) diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass index 4cc117dfbd54..3ac06a458483 100644 --- a/eclass/distutils-r1.eclass

[gentoo-dev] [PATCH 1/7] ninja-utils.eclass: Split get_NINJAOPTS out

2022-11-25 Thread Michał Górny
Signed-off-by: Michał Górny --- eclass/ninja-utils.eclass | 15 +++ 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/eclass/ninja-utils.eclass b/eclass/ninja-utils.eclass index 0dffd2eb86ff..9be502fa8ad9 100644 --- a/eclass/ninja-utils.eclass +++

[gentoo-dev] [PATCH 0/7] distutils-r1.eclass: mesonpy option passing support + periodic cleanup

2022-11-25 Thread Michał Górny
Hi, The highlight of this patchset is support for passing options that was introduced in >=dev-python/meson-python-0.11.0. For transition, the eclass only uses option passing if 0.11.0 or newer is installed. Ebuilds that need to pass DISTUTILS_ARGS (i.e. scipy) need to explicitly BDEPEND on it.

Re: [gentoo-portage-dev] sys-kernel/vanilla-sources not supported any more?

2022-11-25 Thread Mike Gilbert
On Fri, Nov 25, 2022 at 5:50 AM Joakim Tjernlund wrote: > > I have noticed sys-kernel/vanilla-sources lagging behind for a while now and > I wonder if this pkg is obsolete? I think you sent this message to the wrong place. This list is for discussion of Portage development, not packages in the

Re: [gentoo-dev] [PATCH] add apache to metadata.dtd

2022-11-25 Thread Ionen Wolkens
On Fri, Nov 25, 2022 at 02:28:23PM +0100, Volkmar W. Pogatzki wrote: > > Michał Górny hat am 25.11.2022 14:16 CET geschrieben: > > > > > > On Fri, 2022-11-25 at 10:04 +0100, Volkmar W. Pogatzki wrote: > > > > This doesn't seem consistent.  How is it supposed to work? > > > > You didn't answer

Re: [gentoo-dev] [PATCH] add apache to metadata.dtd

2022-11-25 Thread Michał Górny
On Fri, 2022-11-25 at 14:28 +0100, Volkmar W. Pogatzki wrote: > > Michał Górny hat am 25.11.2022 14:16 CET > > geschrieben: > > > >   > > On Fri, 2022-11-25 at 10:04 +0100, Volkmar W. Pogatzki wrote: > > > > This doesn't seem consistent.  How is it supposed to work? > > > > You didn't answer

Re: [gentoo-dev] [PATCH] add apache to metadata.dtd

2022-11-25 Thread Volkmar W. Pogatzki
> Michał Górny hat am 25.11.2022 14:16 CET geschrieben: > > > On Fri, 2022-11-25 at 10:04 +0100, Volkmar W. Pogatzki wrote: > > > This doesn't seem consistent.  How is it supposed to work? > > You didn't answer this question. > > -- > Best regards, > Michał Górny Sorry. I have to admit I

Re: [gentoo-dev] [PATCH] add apache to metadata.dtd

2022-11-25 Thread Michał Górny
On Fri, 2022-11-25 at 10:04 +0100, Volkmar W. Pogatzki wrote: > > This doesn't seem consistent.  How is it supposed to work? You didn't answer this question. -- Best regards, Michał Górny

[gentoo-portage-dev] sys-kernel/vanilla-sources not supported any more?

2022-11-25 Thread Joakim Tjernlund
I have noticed sys-kernel/vanilla-sources lagging behind for a while now and I wonder if this pkg is obsolete? Jocke

Re: [gentoo-dev] Packages up for grabs: telepathy related packages

2022-11-25 Thread Anna
On 2022-11-24 22:24, Matt Turner wrote: > GNOME 43 will no longer need these packages. They seem to be in varying > states of decay upstream. > > - net-libs/sofia-sip It's used by GNOME Calls though.

Re: [gentoo-dev] [PATCH] add apache to metadata.dtd

2022-11-25 Thread Volkmar W. Pogatzki
> Michał Górny hat am 24.11.2022 15:03 CET geschrieben: > > > On Thu, 2022-11-24 at 13:29 +0100, Volkmar W. Pogatzki wrote: > > There are many packages hosted on .apache.org like e.g. > > > > dev-java/log4j-core -> https://logging.apache.org/log4j/2.x/ > > dev-java/pdfbox ->