commit: 67b4d7cf667bfbc8a09f96956ae98409c45bb432 Author: Michael Schubert <mschu.dev <AT> gmail <DOT> com> AuthorDate: Thu Jul 10 13:11:12 2025 +0000 Commit: Nowa Ammerlaan <nowa <AT> gentoo <DOT> org> CommitDate: Sat Aug 2 10:47:58 2025 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=67b4d7cf
dev-python/*: py3.13 compat Signed-off-by: Michael Schubert <mschu.dev <AT> gmail.com> Part-of: https://github.com/gentoo/sci/pull/1323 Signed-off-by: Nowa Ammerlaan <nowa <AT> gentoo.org> .../argparse-dataclass/argparse-dataclass-2.0.0.ebuild | 4 ++-- dev-python/conda-inject/conda-inject-1.3.1.ebuild | 4 ++-- .../connection_pool/connection_pool-0.0.3.ebuild | 2 +- .../google-cloud-storage-2.17.0.ebuild | 2 +- dev-python/reretry/reretry-0.11.8.ebuild | 4 ++-- dev-python/smart-open/smart-open-6.3.0.ebuild | 18 +++++++++--------- dev-python/stopit/stopit-1.1.2.ebuild | 4 ++-- dev-python/throttler/throttler-1.2.2.ebuild | 4 ++-- 8 files changed, 21 insertions(+), 21 deletions(-) diff --git a/dev-python/argparse-dataclass/argparse-dataclass-2.0.0.ebuild b/dev-python/argparse-dataclass/argparse-dataclass-2.0.0.ebuild index af05cd319..d52747303 100644 --- a/dev-python/argparse-dataclass/argparse-dataclass-2.0.0.ebuild +++ b/dev-python/argparse-dataclass/argparse-dataclass-2.0.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2025 Gentoo Foundation # 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 pypi distutils-r1 diff --git a/dev-python/conda-inject/conda-inject-1.3.1.ebuild b/dev-python/conda-inject/conda-inject-1.3.1.ebuild index f30c70bae..b9dc96a04 100644 --- a/dev-python/conda-inject/conda-inject-1.3.1.ebuild +++ b/dev-python/conda-inject/conda-inject-1.3.1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2025 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit pypi distutils-r1 diff --git a/dev-python/connection_pool/connection_pool-0.0.3.ebuild b/dev-python/connection_pool/connection_pool-0.0.3.ebuild index 17a9c439e..ab1307162 100644 --- a/dev-python/connection_pool/connection_pool-0.0.3.ebuild +++ b/dev-python/connection_pool/connection_pool-0.0.3.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 pypi diff --git a/dev-python/google-cloud-storage/google-cloud-storage-2.17.0.ebuild b/dev-python/google-cloud-storage/google-cloud-storage-2.17.0.ebuild index bd641a215..6a43bef48 100644 --- a/dev-python/google-cloud-storage/google-cloud-storage-2.17.0.ebuild +++ b/dev-python/google-cloud-storage/google-cloud-storage-2.17.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 diff --git a/dev-python/reretry/reretry-0.11.8.ebuild b/dev-python/reretry/reretry-0.11.8.ebuild index 9aa7f3979..bbc6af233 100644 --- a/dev-python/reretry/reretry-0.11.8.ebuild +++ b/dev-python/reretry/reretry-0.11.8.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2025 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} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 diff --git a/dev-python/smart-open/smart-open-6.3.0.ebuild b/dev-python/smart-open/smart-open-6.3.0.ebuild index f61752492..25667736d 100644 --- a/dev-python/smart-open/smart-open-6.3.0.ebuild +++ b/dev-python/smart-open/smart-open-6.3.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 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} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 @@ -24,13 +24,13 @@ RDEPEND=" dev-python/paramiko[${PYTHON_USEDEP}] " -BDEPEND=" - test? ( - <dev-python/moto-5[${PYTHON_USEDEP}] - dev-python/responses[${PYTHON_USEDEP}] - dev-python/pytest-rerunfailures[${PYTHON_USEDEP}] - ) -" +#BDEPEND=" +# test? ( +# <dev-python/moto-5[${PYTHON_USEDEP}] +# dev-python/responses[${PYTHON_USEDEP}] +# dev-python/pytest-rerunfailures[${PYTHON_USEDEP}] +# ) +#" RESTRICT="test" # 329 tests, 1 error: missing azure-storage-blob, azure-common[no ebuild], azure-core distutils_enable_tests pytest diff --git a/dev-python/stopit/stopit-1.1.2.ebuild b/dev-python/stopit/stopit-1.1.2.ebuild index df9346cfd..ca836bdf9 100644 --- a/dev-python/stopit/stopit-1.1.2.ebuild +++ b/dev-python/stopit/stopit-1.1.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2025 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} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 pypi diff --git a/dev-python/throttler/throttler-1.2.2.ebuild b/dev-python/throttler/throttler-1.2.2.ebuild index c19480ca7..ff19bca75 100644 --- a/dev-python/throttler/throttler-1.2.2.ebuild +++ b/dev-python/throttler/throttler-1.2.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2025 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} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1
