From: Jason Zaman Date: Sat, 30 Mar 2019 13:10:25 +0000 (+0800) Subject: dev-python/termcolor: add python3_7 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=f9341a8c9836f0709a8c6e2ee8719207c38d8758;p=gentoo.git dev-python/termcolor: add python3_7 Signed-off-by: Jason Zaman Package-Manager: Portage-2.3.62, Repoman-2.3.11 --- diff --git a/dev-python/termcolor/termcolor-1.1.0-r1.ebuild b/dev-python/termcolor/termcolor-1.1.0-r1.ebuild index df325afa8e37..bec6a6b64ac4 100644 --- a/dev-python/termcolor/termcolor-1.1.0-r1.ebuild +++ b/dev-python/termcolor/termcolor-1.1.0-r1.ebuild @@ -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=5 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy ) inherit distutils-r1