projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1856de7
)
dev-python/cffi: Port to py3.9
author
Michał Górny
<mgorny@gentoo.org>
Mon, 25 May 2020 18:59:22 +0000
(20:59 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Mon, 25 May 2020 19:27:42 +0000
(21:27 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/cffi/cffi-1.14.0.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/cffi/cffi-1.14.0.ebuild
b/dev-python/cffi/cffi-1.14.0.ebuild
index e603db86aa4b1e358ce5744f456a3afe0a6e2b44..6e8b5153b7daea860e69fb8d28dd7571d1f3dc1d 100644
(file)
--- a/
dev-python/cffi/cffi-1.14.0.ebuild
+++ b/
dev-python/cffi/cffi-1.14.0.ebuild
@@
-6,7
+6,7
@@
EAPI=7
# DO NOT ADD pypy to PYTHON_COMPAT
# pypy bundles a modified version of cffi. Use python_gen_cond_dep instead.
DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
+PYTHON_COMPAT=( python2_7 python3_{6,7,8
,9
} )
inherit distutils-r1 toolchain-funcs