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/cffi/
Date: Mon, 25 May 2020 19:27:55
Message-Id: 1590434862.3ebcc0da8404c611c22931c3cd3a286f59281109.mgorny@gentoo
1 commit: 3ebcc0da8404c611c22931c3cd3a286f59281109
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 25 18:59:22 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 25 19:27:42 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ebcc0da
7
8 dev-python/cffi: Port to py3.9
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/cffi/cffi-1.14.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/cffi/cffi-1.14.0.ebuild b/dev-python/cffi/cffi-1.14.0.ebuild
16 index e603db86aa4..6e8b5153b7d 100644
17 --- a/dev-python/cffi/cffi-1.14.0.ebuild
18 +++ b/dev-python/cffi/cffi-1.14.0.ebuild
19 @@ -6,7 +6,7 @@ EAPI=7
20 # DO NOT ADD pypy to PYTHON_COMPAT
21 # pypy bundles a modified version of cffi. Use python_gen_cond_dep instead.
22 DISTUTILS_USE_SETUPTOOLS=rdepend
23 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
24 +PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} )
25
26 inherit distutils-r1 toolchain-funcs