From 79769782a0b317fd85c38ca7049771ec88af7c9b Mon Sep 17 00:00:00 2001 From: Sam James Date: Tue, 8 Oct 2024 07:24:05 +0100 Subject: [PATCH 1/5] dev-python/pyprof2calltree: update DESCRIPTION Signed-off-by: Sam James --- dev-python/pyprof2calltree/pyprof2calltree-1.4.5-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/pyprof2calltree/pyprof2calltree-1.4.5-r1.ebuild b/dev-python/pyprof2calltree/pyprof2calltree-1.4.5-r1.ebuild index 3778cd3e6a0ef..81cd0f515dfe6 100644 --- a/dev-python/pyprof2calltree/pyprof2calltree-1.4.5-r1.ebuild +++ b/dev-python/pyprof2calltree/pyprof2calltree-1.4.5-r1.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 -DESCRIPTION="convert python profile data to kcachegrind calltree form" +DESCRIPTION="Convert python profile data to kcachegrind calltree form" HOMEPAGE=" https://github.com/pwaller/pyprof2calltree/ https://pypi.org/project/pyprof2calltree/ From 2964968f72f44d91bf5b1919da6eb9c4832c5e16 Mon Sep 17 00:00:00 2001 From: Sam James Date: Tue, 8 Oct 2024 07:25:20 +0100 Subject: [PATCH 2/5] Revert "dev-python/pyprof2calltree: update DESCRIPTION" This reverts commit 79769782a0b317fd85c38ca7049771ec88af7c9b. I should tweak the commit message. Signed-off-by: Sam James --- dev-python/pyprof2calltree/pyprof2calltree-1.4.5-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/pyprof2calltree/pyprof2calltree-1.4.5-r1.ebuild b/dev-python/pyprof2calltree/pyprof2calltree-1.4.5-r1.ebuild index 81cd0f515dfe6..3778cd3e6a0ef 100644 --- a/dev-python/pyprof2calltree/pyprof2calltree-1.4.5-r1.ebuild +++ b/dev-python/pyprof2calltree/pyprof2calltree-1.4.5-r1.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 -DESCRIPTION="Convert python profile data to kcachegrind calltree form" +DESCRIPTION="convert python profile data to kcachegrind calltree form" HOMEPAGE=" https://github.com/pwaller/pyprof2calltree/ https://pypi.org/project/pyprof2calltree/ From 1b3a6e5f5b2a94ae8c14ee0d33fdd2a80f8833b5 Mon Sep 17 00:00:00 2001 From: Sam James Date: Tue, 8 Oct 2024 07:25:42 +0100 Subject: [PATCH 3/5] dev-python/pyprof2calltree: update DESCRIPTION Signed-off-by: Sam James --- dev-python/pyprof2calltree/pyprof2calltree-1.4.5-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pyprof2calltree/pyprof2calltree-1.4.5-r1.ebuild b/dev-python/pyprof2calltree/pyprof2calltree-1.4.5-r1.ebuild index 3778cd3e6a0ef..366e9843d6291 100644 --- a/dev-python/pyprof2calltree/pyprof2calltree-1.4.5-r1.ebuild +++ b/dev-python/pyprof2calltree/pyprof2calltree-1.4.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 -DESCRIPTION="convert python profile data to kcachegrind calltree form" +DESCRIPTION="Convert python profile data to kcachegrind calltree form" HOMEPAGE=" https://github.com/pwaller/pyprof2calltree/ https://pypi.org/project/pyprof2calltree/ From 3c8ca173a74427a98548d787da3c150ac6c01677 Mon Sep 17 00:00:00 2001 From: Sam James Date: Tue, 8 Oct 2024 07:25:58 +0100 Subject: [PATCH 4/5] dev-python/pyprof2calltree: enable py3.13 Signed-off-by: Sam James --- dev-python/pyprof2calltree/pyprof2calltree-1.4.5-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pyprof2calltree/pyprof2calltree-1.4.5-r1.ebuild b/dev-python/pyprof2calltree/pyprof2calltree-1.4.5-r1.ebuild index 366e9843d6291..81cd0f515dfe6 100644 --- a/dev-python/pyprof2calltree/pyprof2calltree-1.4.5-r1.ebuild +++ b/dev-python/pyprof2calltree/pyprof2calltree-1.4.5-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 From 371a588a07287cc918190b3fa09c9d16b1ad668f Mon Sep 17 00:00:00 2001 From: Sam James Date: Tue, 8 Oct 2024 07:28:06 +0100 Subject: [PATCH 5/5] dev-java/java-config: enable py3.13 Signed-off-by: Sam James --- dev-java/java-config/java-config-2.3.4.ebuild | 2 +- dev-java/java-config/java-config-9999.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-java/java-config/java-config-2.3.4.ebuild b/dev-java/java-config/java-config-2.3.4.ebuild index 5e3221048e7a3..42aee8aa4ad6c 100644 --- a/dev-java/java-config/java-config-2.3.4.ebuild +++ b/dev-java/java-config/java-config-2.3.4.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit meson python-r1 diff --git a/dev-java/java-config/java-config-9999.ebuild b/dev-java/java-config/java-config-9999.ebuild index 1b124ce70a3a0..b667c10528489 100644 --- a/dev-java/java-config/java-config-9999.ebuild +++ b/dev-java/java-config/java-config-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit meson python-r1