dev-python/namespace-repoze: add py37 support
authorMatthew Thode <prometheanfire@gentoo.org>
Tue, 9 Apr 2019 06:33:17 +0000 (01:33 -0500)
committerMatthew Thode <prometheanfire@gentoo.org>
Tue, 9 Apr 2019 07:05:28 +0000 (02:05 -0500)
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
dev-python/namespace-repoze/namespace-repoze-1.ebuild

index 92cb3300eda6a8068598cc667fbb8e916781da28..ae61bd8c58fc43a077f39b817f5dbd283d0562c4 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-PYTHON_COMPAT=( pypy python{2_7,3_{4,5,6}} )
+PYTHON_COMPAT=( pypy python{2_7,3_{4,5,6,7}} )
 inherit python-r1
 
 DESCRIPTION="Namespace package declaration for repoze"