[gentoo-dev] last-rite: dev-java/objenesis-test

2022-10-10 Thread Miroslav Ć ulc
# Volkmar W. Pogatzki (2022-10-10) # Unused Java library. Removal on 2022-11-10. dev-java/objenesis-test

Re: [gentoo-dev] Last rites: net-misc/electrum-ltc

2022-10-10 Thread Jeff Gazso
Sorry for the delay, I have submitted my PR request to save net-misc/electrum-ltc from last rites. I have tagged you and Sam. https://github.com/gentoo/gentoo/pull/27731 Please let me know if there is anything more I need to do. ~Jeff On Tue, Sep 27, 2022 at 3:14 AM Arthur Zamarin wrote: > On

[gentoo-dev] [PATCH 2/3] systemd.eclass: add systemd_get_sleepdir

2022-10-10 Thread Mike Gilbert
Closes: https://bugs.gentoo.org/873172 Signed-off-by: Mike Gilbert --- eclass/systemd.eclass | 8 1 file changed, 8 insertions(+) diff --git a/eclass/systemd.eclass b/eclass/systemd.eclass index 9e9a9b0cf20..fbed387e0ca 100644 --- a/eclass/systemd.eclass +++ b/eclass/systemd.eclass @@ -

[gentoo-dev] [PATCH 3/3] eclass/tests: add systemd tests

2022-10-10 Thread Mike Gilbert
Signed-off-by: Mike Gilbert --- eclass/tests/systemd.sh | 50 + 1 file changed, 50 insertions(+) create mode 100755 eclass/tests/systemd.sh diff --git a/eclass/tests/systemd.sh b/eclass/tests/systemd.sh new file mode 100755 index 000..f870df4b7a1

[gentoo-dev] [PATCH 1/3] systemd.eclass: rework EPREFIX handling

2022-10-10 Thread Mike Gilbert
Instead of adding a private function to get the unprefixed version of every path, use a new "_systemd_unprefix" helper function. Signed-off-by: Mike Gilbert --- eclass/systemd.eclass | 69 --- 1 file changed, 19 insertions(+), 50 deletions(-) diff --git a

[gentoo-dev] [PATCH 0/3] systemd.eclass improvements

2022-10-10 Thread Mike Gilbert
A few improvements to systemd.eclass. Mike Gilbert (3): systemd.eclass: rework EPREFIX handling systemd.eclass: add systemd_get_sleepdir eclass/tests: add systemd tests eclass/systemd.eclass | 77 +++-- eclass/tests/systemd.sh | 50

[gentoo-dev] [PATCH] profiles/package.mask: last-rite dev-java/objenesis-test

2022-10-10 Thread Volkmar W. Pogatzki
Signed-off-by: Volkmar W. Pogatzki --- profiles/package.mask | 4 1 file changed, 4 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 6040ca9ee0e..b4746616bf3 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,10 @@ #--- END OF EXAMPL

Re: [gentoo-dev] setuptools problem

2022-10-10 Thread parona
Hello, You should add DISTUTILS_USE_PEP517=hatchling. A good resource for python ebuilds is here https://projects.gentoo.org/python/guide/distutils.html?highlight=pep517#the-pep-517-and-legacy-modes --- Original Message --- On Monday, October 10th, 2022 at 11:08, Andrey Grozin wrote:

[gentoo-dev] setuptools problem

2022-10-10 Thread Andrey Grozin
Hello *, I'm trying to bump dev-python/rpyc to 5.2.3, and I get Compiling source in /var/tmp/portage/dev-python/rpyc-5.2.3/work/rpyc-5.2.3 ... * python3_9: running distutils-r1_run_phase distutils-r1_python_compile python3.9 -c from setuptools import setup; setup() build -j 6 configuration er