diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2021-01-27 16:27:08 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2021-01-27 16:34:08 +0100 |
commit | 6961ab1a1e33aafe8b0c8fbebad3afcd2eb45d06 (patch) | |
tree | 9250d8b813d9f11cfdd1e793a8d4e04e452e5388 /dev-python/pocketlint | |
parent | app-text/ghostscript-gpl: allow building without media-libs/openjpeg (diff) | |
download | gentoo-6961ab1a1e33aafe8b0c8fbebad3afcd2eb45d06.tar.gz gentoo-6961ab1a1e33aafe8b0c8fbebad3afcd2eb45d06.tar.bz2 gentoo-6961ab1a1e33aafe8b0c8fbebad3afcd2eb45d06.zip |
dev-python/pocketlint: Added python3_9 support
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'dev-python/pocketlint')
-rw-r--r-- | dev-python/pocketlint/pocketlint-0.20.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pocketlint/pocketlint-0.20.ebuild b/dev-python/pocketlint/pocketlint-0.20.ebuild index 293b6438d720..59af8c3e1f80 100644 --- a/dev-python/pocketlint/pocketlint-0.20.ebuild +++ b/dev-python/pocketlint/pocketlint-0.20.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6..9} ) inherit distutils-r1 |