dev-python/rednose: 0.4.3 add py37 support
authorMatthew Thode <prometheanfire@gentoo.org>
Wed, 10 Apr 2019 03:31:36 +0000 (22:31 -0500)
committerMatthew Thode <prometheanfire@gentoo.org>
Wed, 10 Apr 2019 05:07:25 +0000 (00:07 -0500)
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
dev-python/rednose/rednose-0.4.3.ebuild

index 75bdd43e2c56dab669f3676d9449da06f901264d..87f3756cfa48bae6a4acd9d97ba1c3012c80df80 100644 (file)
@@ -1,9 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
+EAPI=7
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy )
 
 inherit distutils-r1