Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/debugpy/
Date: Sun, 12 Sep 2021 08:16:48
Message-Id: 1631434602.503dfc4ad6cf03c31cfaef30e9b97af551e42cce.andrewammerlaan@gentoo
1 commit: 503dfc4ad6cf03c31cfaef30e9b97af551e42cce
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 12 08:15:12 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 12 08:16:42 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=503dfc4a
7
8 dev-python/debugpy: disable py3.10
9
10 pydevd (bundled by this version of debugpy) does
11 not work with python3.10 yet (next release will though)
12
13 Package-Manager: Portage-3.0.23, Repoman-3.0.3
14 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
15
16 dev-python/debugpy/debugpy-1.4.1.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/dev-python/debugpy/debugpy-1.4.1.ebuild b/dev-python/debugpy/debugpy-1.4.1.ebuild
20 index 096d5d66653..9e2e9b284cd 100644
21 --- a/dev-python/debugpy/debugpy-1.4.1.ebuild
22 +++ b/dev-python/debugpy/debugpy-1.4.1.ebuild
23 @@ -3,7 +3,7 @@
24
25 EAPI=8
26
27 -PYTHON_COMPAT=( python3_{8..10} )
28 +PYTHON_COMPAT=( python3_{8..9} )
29
30 inherit distutils-r1