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

index 89a8441f1d91621dd53917309db125d8573e8a00..b4cbadb216cb7aead460a05f172e007517ae50e2 100644 (file)
@@ -1,8 +1,8 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+EAPI=7
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} )
 
 inherit distutils-r1