Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/deprecated/
Date: Tue, 01 Jun 2021 21:46:33
Message-Id: 1622583638.dba9fc1c2b9c438478fad1c47ecb4b78f59d060b.mgorny@gentoo
1 commit: dba9fc1c2b9c438478fad1c47ecb4b78f59d060b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 1 21:40:38 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 1 21:40:38 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dba9fc1c
7
8 dev-python/deprecated: Enable py3.10
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/deprecated/deprecated-1.2.12.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/deprecated/deprecated-1.2.12.ebuild b/dev-python/deprecated/deprecated-1.2.12.ebuild
16 index aa8bf30defe..381f05a3a5f 100644
17 --- a/dev-python/deprecated/deprecated-1.2.12.ebuild
18 +++ b/dev-python/deprecated/deprecated-1.2.12.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=7
22
23 -PYTHON_COMPAT=( python3_{7..9} pypy3 )
24 +PYTHON_COMPAT=( python3_{7..10} pypy3 )
25 inherit distutils-r1
26
27 DESCRIPTION="Python @deprecated decorator to deprecate old API"