commit: 1e311a1bffcffa5830329155e9783d6bcd463de6 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Fri Jun 6 16:05:14 2025 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Fri Jun 6 16:05:14 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e311a1b
dev-python/moto: destable for ~x86 Bug: https://bugs.gentoo.org/955732 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> dev-python/moto/moto-4.2.14.ebuild | 6 +++--- dev-python/moto/moto-5.1.3.ebuild | 4 ++-- dev-python/moto/moto-5.1.4.ebuild | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-python/moto/moto-4.2.14.ebuild b/dev-python/moto/moto-4.2.14.ebuild index da16cf94b727..7f9e41388b36 100644 --- a/dev-python/moto/moto-4.2.14.ebuild +++ b/dev-python/moto/moto-4.2.14.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 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_{11..12} ) inherit distutils-r1 pypi @@ -16,7 +16,7 @@ HOMEPAGE=" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 arm64 ~riscv x86" +KEYWORDS="amd64 arm64 ~riscv ~x86" RDEPEND=" >=dev-python/aws-xray-sdk-0.93[${PYTHON_USEDEP}] diff --git a/dev-python/moto/moto-5.1.3.ebuild b/dev-python/moto/moto-5.1.3.ebuild index 12c21687a00f..98536adf0c4d 100644 --- a/dev-python/moto/moto-5.1.3.ebuild +++ b/dev-python/moto/moto-5.1.3.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit distutils-r1 pypi toolchain-funcs @@ -16,7 +16,7 @@ HOMEPAGE=" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 arm64 ~riscv x86" +KEYWORDS="amd64 arm64 ~riscv ~x86" RDEPEND=" >=dev-python/aws-xray-sdk-0.93[${PYTHON_USEDEP}] diff --git a/dev-python/moto/moto-5.1.4.ebuild b/dev-python/moto/moto-5.1.4.ebuild index 11db9e0ed18b..98536adf0c4d 100644 --- a/dev-python/moto/moto-5.1.4.ebuild +++ b/dev-python/moto/moto-5.1.4.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit distutils-r1 pypi toolchain-funcs
