[gentoo-dev] [PATCH 1/5] python-utils-r1.eclass: Minimize pytest tempdir retention

2024-01-04 Thread Michał Górny
Signed-off-by: Michał Górny --- eclass/python-utils-r1.eclass | 5 + 1 file changed, 5 insertions(+) diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass index abb55bd2e942..27fb92a75aca 100644 --- a/eclass/python-utils-r1.eclass +++ b/eclass/python-utils-r1.eclass @@

[gentoo-dev] [PATCH 3/5] python-utils-r1.eclass, distutils-r1.eclass: Add EPYTEST_TIMEOUT

2024-01-04 Thread Michał Górny
Signed-off-by: Michał Górny --- eclass/distutils-r1.eclass| 3 +++ eclass/python-utils-r1.eclass | 22 ++ 2 files changed, 25 insertions(+) diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass index 4e77237c3009..014669c8c47c 100644 ---

[gentoo-dev] [PATCH 5/5] distutils-r1.eclass: QA-warn about invalid package versions

2024-01-04 Thread Michał Górny
Signed-off-by: Michał Górny --- eclass/distutils-r1.eclass | 21 - 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass index 014669c8c47c..e0a91001ef1f 100644 --- a/eclass/distutils-r1.eclass +++

[gentoo-dev] [PATCH 2/5] dev-python/tox: epytest now takes care of removing tempdir

2024-01-04 Thread Michał Górny
Signed-off-by: Michał Górny --- dev-python/tox/tox-4.11.4.ebuild | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/dev-python/tox/tox-4.11.4.ebuild b/dev-python/tox/tox-4.11.4.ebuild index de87ecfd1e77..6715cafa12ae 100644 --- a/dev-python/tox/tox-4.11.4.ebuild +++

[gentoo-dev] [PATCH 4/5] dev-python/trimesh: Use EPYTEST_TIMEOUT

2024-01-04 Thread Michał Górny
Signed-off-by: Michał Górny --- dev-python/trimesh/trimesh-4.0.8.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/trimesh/trimesh-4.0.8.ebuild b/dev-python/trimesh/trimesh-4.0.8.ebuild index 4a40c4a6730c..f666016b6084 100644 ---