summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-05-16 15:00:14 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-05-16 15:01:33 +0200
commit3e7deb6695397fb6030176602f8f3b35c07b962c (patch)
treeff56cb3caa0a337848e33e9456fe9be3544dc672 /dev-python
parent7e5133d13205647872253f5cc82a08dd19bf26e7 (diff)
downloadgentoo-3e7deb6695397fb6030176602f8f3b35c07b962c.tar.gz
gentoo-3e7deb6695397fb6030176602f8f3b35c07b962c.tar.bz2
gentoo-3e7deb6695397fb6030176602f8f3b35c07b962c.zip
dev-python/pycodestyle: enable py3.11
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pycodestyle/pycodestyle-2.8.0.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/pycodestyle/pycodestyle-2.8.0.ebuild b/dev-python/pycodestyle/pycodestyle-2.8.0.ebuild
index 356ea77d9916..31d10a9978d1 100644
--- a/dev-python/pycodestyle/pycodestyle-2.8.0.ebuild
+++ b/dev-python/pycodestyle/pycodestyle-2.8.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
+PYTHON_COMPAT=( pypy3 python3_{8..11} )
inherit distutils-r1
DESCRIPTION="Python style guide checker (fka pep8)"
@@ -14,7 +14,7 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-distutils_enable_sphinx docs
+distutils_enable_sphinx docs dev-python/sphinx_rtd_theme
python_test() {
PYTHONPATH="${S}" "${PYTHON}" pycodestyle.py -v --statistics pycodestyle.py || die