dev-python/namespace-google: Support Python 3.7.
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Tue, 2 Oct 2018 19:48:22 +0000 (21:48 +0200)
committerMike Gilbert <floppym@gentoo.org>
Tue, 2 Oct 2018 20:07:26 +0000 (16:07 -0400)
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
dev-python/namespace-google/namespace-google-1.ebuild

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