commit:     95cfafc0912792c29bf8f684d1859768fb664b4e
Author:     orbea <orbea <AT> riseup <DOT> net>
AuthorDate: Tue Nov 12 17:48:18 2024 +0000
Commit:     orbea <orbea <AT> riseup <DOT> net>
CommitDate: Tue Nov 12 17:48:18 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=95cfafc0

dev-lang/python: sync ::gentoo

Signed-off-by: orbea <orbea <AT> riseup.net>

 dev-lang/python/python-3.10.15_p1.ebuild | 1 +
 dev-lang/python/python-3.11.10_p1.ebuild | 3 +++
 dev-lang/python/python-3.12.6_p2.ebuild  | 1 +
 dev-lang/python/python-3.12.6_p4.ebuild  | 1 +
 dev-lang/python/python-3.12.7_p1.ebuild  | 5 +++--
 dev-lang/python/python-3.13.0.ebuild     | 7 +++++--
 dev-lang/python/python-3.9.20_p1.ebuild  | 1 +
 7 files changed, 15 insertions(+), 4 deletions(-)

diff --git a/dev-lang/python/python-3.10.15_p1.ebuild 
b/dev-lang/python/python-3.10.15_p1.ebuild
index 524ba7d..cd0fcb8 100644
--- a/dev-lang/python/python-3.10.15_p1.ebuild
+++ b/dev-lang/python/python-3.10.15_p1.ebuild
@@ -277,6 +277,7 @@ src_configure() {
                                # bug 788022
                                -x test_multiprocessing_fork
                                -x test_multiprocessing_forkserver
+                               -x test_multiprocessing_spawn
 
                                -x test_ctypes
                                -x test_descr

diff --git a/dev-lang/python/python-3.11.10_p1.ebuild 
b/dev-lang/python/python-3.11.10_p1.ebuild
index 391f85a..218cb55 100644
--- a/dev-lang/python/python-3.11.10_p1.ebuild
+++ b/dev-lang/python/python-3.11.10_p1.ebuild
@@ -256,6 +256,7 @@ src_configure() {
                powerpc64-*) # big endian
                        COMMON_TEST_SKIPS+=(
                                -x test_descr
+                               -x test_gdb
                        )
                        ;;
                riscv*)
@@ -268,9 +269,11 @@ src_configure() {
                                # bug 788022
                                -x test_multiprocessing_fork
                                -x test_multiprocessing_forkserver
+                               -x test_multiprocessing_spawn
 
                                -x test_ctypes
                                -x test_descr
+                               -x test_gdb
                                # bug 931908
                                -x test_exceptions
                        )

diff --git a/dev-lang/python/python-3.12.6_p2.ebuild 
b/dev-lang/python/python-3.12.6_p2.ebuild
index 77ff1f1..2bcf8b5 100644
--- a/dev-lang/python/python-3.12.6_p2.ebuild
+++ b/dev-lang/python/python-3.12.6_p2.ebuild
@@ -271,6 +271,7 @@ src_configure() {
                                # bug 788022
                                -x test_multiprocessing_fork
                                -x test_multiprocessing_forkserver
+                               -x test_multiprocessing_spawn
 
                                -x test_ctypes
                                -x test_descr

diff --git a/dev-lang/python/python-3.12.6_p4.ebuild 
b/dev-lang/python/python-3.12.6_p4.ebuild
index 70bb715..66fe3ad 100644
--- a/dev-lang/python/python-3.12.6_p4.ebuild
+++ b/dev-lang/python/python-3.12.6_p4.ebuild
@@ -271,6 +271,7 @@ src_configure() {
                                # bug 788022
                                -x test_multiprocessing_fork
                                -x test_multiprocessing_forkserver
+                               -x test_multiprocessing_spawn
 
                                -x test_ctypes
                                -x test_descr

diff --git a/dev-lang/python/python-3.12.7_p1.ebuild 
b/dev-lang/python/python-3.12.7_p1.ebuild
index 5c31d93..32af3ae 100644
--- a/dev-lang/python/python-3.12.7_p1.ebuild
+++ b/dev-lang/python/python-3.12.7_p1.ebuild
@@ -258,7 +258,7 @@ src_configure() {
                        ;;
                powerpc64-*) # big endian
                        COMMON_TEST_SKIPS+=(
-                               -x test_descr
+                               -x test_gdb
                        )
                        ;;
                riscv*)
@@ -271,9 +271,10 @@ src_configure() {
                                # bug 788022
                                -x test_multiprocessing_fork
                                -x test_multiprocessing_forkserver
+                               -x test_multiprocessing_spawn
 
                                -x test_ctypes
-                               -x test_descr
+                               -x test_gdb
                                # bug 931908
                                -x test_exceptions
                        )

diff --git a/dev-lang/python/python-3.13.0.ebuild 
b/dev-lang/python/python-3.13.0.ebuild
index 4306faf..1412dcd 100644
--- a/dev-lang/python/python-3.13.0.ebuild
+++ b/dev-lang/python/python-3.13.0.ebuild
@@ -263,6 +263,8 @@ src_configure() {
        COMMON_TEST_SKIPS=(
                # this is actually test_gdb.test_pretty_print
                -x test_pretty_print
+               # https://bugs.gentoo.org/933840
+               -x test_perf_profiler
        )
 
        # Arch-specific skips.  See #931888 for a collection of these.
@@ -293,7 +295,7 @@ src_configure() {
                        ;;
                powerpc64-*) # big endian
                        COMMON_TEST_SKIPS+=(
-                               -x test_descr
+                               -x test_gdb
                        )
                        ;;
                riscv*)
@@ -306,9 +308,10 @@ src_configure() {
                                # bug 788022
                                -x test_multiprocessing_fork
                                -x test_multiprocessing_forkserver
+                               -x test_multiprocessing_spawn
 
                                -x test_ctypes
-                               -x test_descr
+                               -x test_gdb
                                # bug 931908
                                -x test_exceptions
                        )

diff --git a/dev-lang/python/python-3.9.20_p1.ebuild 
b/dev-lang/python/python-3.9.20_p1.ebuild
index baa948e..87b2304 100644
--- a/dev-lang/python/python-3.9.20_p1.ebuild
+++ b/dev-lang/python/python-3.9.20_p1.ebuild
@@ -209,6 +209,7 @@ src_configure() {
                                # bug 788022
                                -x test_multiprocessing_fork
                                -x test_multiprocessing_forkserver
+                               -x test_multiprocessing_spawn
 
                                -x test_ctypes
                                -x test_descr

Reply via email to