From: Michał Górny Date: Mon, 25 May 2020 14:57:05 +0000 (+0200) Subject: dev-python/namespace-zope: Port to py3.9 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=de7bf00aa586a56d92362f40798b601fb23eb2f3;p=gentoo.git dev-python/namespace-zope: Port to py3.9 Signed-off-by: Michał Górny --- 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"