Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/docopt/
Date: Fri, 14 May 2021 18:41:50
Message-Id: 1621017693.b62a625faf07d28535811c222dd578e5027884b0.marecki@gentoo
1 commit: b62a625faf07d28535811c222dd578e5027884b0
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 14 18:37:05 2021 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Fri May 14 18:41:33 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b62a625f
7
8 dev-python/docopt: support python3_10
9
10 Builds and installs fine, and with the patch from Bug #737924 applied
11 all tests pass.
12
13 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
14
15 dev-python/docopt/docopt-0.6.2-r3.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-python/docopt/docopt-0.6.2-r3.ebuild b/dev-python/docopt/docopt-0.6.2-r3.ebuild
19 index 463d3fe461a..1c0eec37c1b 100644
20 --- a/dev-python/docopt/docopt-0.6.2-r3.ebuild
21 +++ b/dev-python/docopt/docopt-0.6.2-r3.ebuild
22 @@ -1,9 +1,9 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 +# Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28
29 -PYTHON_COMPAT=( python3_{7..9} pypy3 )
30 +PYTHON_COMPAT=( python3_{7..10} pypy3 )
31
32 inherit distutils-r1