dev-python/namespace-zope: Port to py3.9
authorMichał Górny <mgorny@gentoo.org>
Mon, 25 May 2020 14:57:05 +0000 (16:57 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 25 May 2020 16:16:30 +0000 (18:16 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/namespace-zope/namespace-zope-1.ebuild

index 30545aae674f811edd66ed061b33b2e9ba263ca8..241014284a1fb86195095ad2c2f3b7c437c541a2 100644 (file)
@@ -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"