diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-25 16:57:05 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-25 18:16:30 +0200 |
commit | de7bf00aa586a56d92362f40798b601fb23eb2f3 (patch) | |
tree | cba3f6575028c8fb9376e4feaf3132943c151281 /dev-python/namespace-zope | |
parent | dev-python/mock: Port to py3.9 (diff) | |
download | gentoo-de7bf00aa586a56d92362f40798b601fb23eb2f3.tar.gz gentoo-de7bf00aa586a56d92362f40798b601fb23eb2f3.tar.bz2 gentoo-de7bf00aa586a56d92362f40798b601fb23eb2f3.zip |
dev-python/namespace-zope: Port to py3.9
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/namespace-zope')
-rw-r--r-- | dev-python/namespace-zope/namespace-zope-1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/namespace-zope/namespace-zope-1.ebuild b/dev-python/namespace-zope/namespace-zope-1.ebuild index 30545aae674f..241014284a1f 100644 --- a/dev-python/namespace-zope/namespace-zope-1.ebuild +++ b/dev-python/namespace-zope/namespace-zope-1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7,8}} ) +PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7,8,9}} ) inherit python-r1 DESCRIPTION="Namespace package declaration for zope" |