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, 11 Feb 2020 07:39:43
Message-Id: 1581402681.c5b8c41b72e2b2706292c441f264864ddc2dbd2d.mgorny@gentoo
1 commit: c5b8c41b72e2b2706292c441f264864ddc2dbd2d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 11 06:31:21 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 11 06:31:21 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5b8c41b
7
8 dev-python/deprecated: Enable py3.8 & pypy3
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/deprecated/deprecated-1.2.7.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/deprecated/deprecated-1.2.7.ebuild b/dev-python/deprecated/deprecated-1.2.7.ebuild
16 index 1c28971d7ad..c5ef661a2a3 100644
17 --- a/dev-python/deprecated/deprecated-1.2.7.ebuild
18 +++ b/dev-python/deprecated/deprecated-1.2.7.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=7
22
23 -PYTHON_COMPAT=( python{2_7,3_{6,7}} )
24 +PYTHON_COMPAT=( python{2_7,3_{6,7,8}} pypy3 )
25 inherit distutils-r1
26
27 DESCRIPTION="Python @deprecated decorator to deprecate old API"