summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2021-05-14 20:37:05 +0200
committerMarek Szuba <marecki@gentoo.org>2021-05-14 20:41:33 +0200
commitb62a625faf07d28535811c222dd578e5027884b0 (patch)
treef304df8f6849b78deb58e1ad9170d2fd6b397d61 /dev-python/docopt
parentdev-ada/gprbuild: fix VariableScope for 2020 version (diff)
downloadgentoo-b62a625faf07d28535811c222dd578e5027884b0.tar.gz
gentoo-b62a625faf07d28535811c222dd578e5027884b0.tar.bz2
gentoo-b62a625faf07d28535811c222dd578e5027884b0.zip
dev-python/docopt: support python3_10
Builds and installs fine, and with the patch from Bug #737924 applied all tests pass. Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'dev-python/docopt')
-rw-r--r--dev-python/docopt/docopt-0.6.2-r3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/docopt/docopt-0.6.2-r3.ebuild b/dev-python/docopt/docopt-0.6.2-r3.ebuild
index 463d3fe461a0..1c0eec37c1b3 100644
--- a/dev-python/docopt/docopt-0.6.2-r3.ebuild
+++ b/dev-python/docopt/docopt-0.6.2-r3.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_{7..9} pypy3 )
+PYTHON_COMPAT=( python3_{7..10} pypy3 )
inherit distutils-r1