commit: 14ad37620a408525e1b5d6c01ed50e2f37082997
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 16 16:38:20 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jun 16 17:33:54 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14ad3762
dev-python/mccabe: Enable py3.13
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/mccabe/mccabe-0.7.0.ebuild | 22 +++++++++++++++-------
1 file changed, 15 insertions(+), 7 deletions(-)
diff --git a/dev-python/mccabe/mccabe-0.7.0.ebuild
b/dev-python/mccabe/mccabe-0.7.0.ebuild
index f226517744e6..5031ba6f8f9b 100644
--- a/dev-python/mccabe/mccabe-0.7.0.ebuild
+++ b/dev-python/mccabe/mccabe-0.7.0.ebuild
@@ -1,24 +1,32 @@
-# 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=( pypy3 python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
DISTUTILS_USE_PEP517=setuptools
+
inherit distutils-r1 pypi
DESCRIPTION="flake8 plugin: McCabe complexity checker"
-HOMEPAGE="https://github.com/PyCQA/mccabe"
+HOMEPAGE="
+ https://github.com/PyCQA/mccabe/
+ https://pypi.org/project/mccabe/
+"
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64
~riscv ~s390 sparc x86 ~amd64-linux ~ppc-macos ~x64-macos ~x64-solaris"
LICENSE="MIT"
SLOT="0"
-RDEPEND="dev-python/flake8[${PYTHON_USEDEP}]"
+RDEPEND="
+ dev-python/flake8[${PYTHON_USEDEP}]
+"
-BDEPEND="test? (
- dev-python/hypothesis[${PYTHON_USEDEP}]
-)"
+BDEPEND="
+ test? (
+ dev-python/hypothesis[${PYTHON_USEDEP}]
+ )
+"
PATCHES=(
"${FILESDIR}/${P}-fix-tests-without-hypothesmith.patch"