commit: b62a625faf07d28535811c222dd578e5027884b0
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Fri May 14 18:37:05 2021 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Fri May 14 18:41:33 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b62a625f
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 <AT> gentoo.org>
dev-python/docopt/docopt-0.6.2-r3.ebuild | 4 ++--
1 file 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 463d3fe461a..1c0eec37c1b 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