summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-06-06 18:41:30 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-06-06 18:42:22 +0200
commitadb3fea63e5efb5ffc91242111cd324460ea7bee (patch)
treea2326664c67bbf4fc8a20ba93b90ee74955a2b4a /dev-python/pycodestyle/pycodestyle-2.6.0.ebuild
parentdev-libs/libzip: 1.7.0 version bump, drop IUSE=doc, add IUSE=tools (diff)
downloadgentoo-adb3fea63e5efb5ffc91242111cd324460ea7bee.tar.gz
gentoo-adb3fea63e5efb5ffc91242111cd324460ea7bee.tar.bz2
gentoo-adb3fea63e5efb5ffc91242111cd324460ea7bee.zip
dev-python/pycodestyle: python3_9
Tests passed. Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-python/pycodestyle/pycodestyle-2.6.0.ebuild')
-rw-r--r--dev-python/pycodestyle/pycodestyle-2.6.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pycodestyle/pycodestyle-2.6.0.ebuild b/dev-python/pycodestyle/pycodestyle-2.6.0.ebuild
index 04692ec49c1d..686651f93a4a 100644
--- a/dev-python/pycodestyle/pycodestyle-2.6.0.ebuild
+++ b/dev-python/pycodestyle/pycodestyle-2.6.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
+PYTHON_COMPAT=( pypy3 python3_{6,7,8,9} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1