diff options
author | Marek Szuba <marecki@gentoo.org> | 2021-05-14 20:37:05 +0200 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2021-05-14 20:41:33 +0200 |
commit | b62a625faf07d28535811c222dd578e5027884b0 (patch) | |
tree | f304df8f6849b78deb58e1ad9170d2fd6b397d61 /dev-python/docopt | |
parent | dev-ada/gprbuild: fix VariableScope for 2020 version (diff) | |
download | gentoo-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.ebuild | 4 |
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 |