From: Patrick McLean Date: Fri, 6 Apr 2018 17:18:05 +0000 (-0700) Subject: dev-python/robotframework: Add python3_6 to PYTHON_COMPAT X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=cea0147477ef0b55ae6e2ea9ffb7f333b5a47f9e;p=gentoo.git dev-python/robotframework: Add python3_6 to PYTHON_COMPAT Both the upstream website and pypi report this this release supports python3. Package-Manager: Portage-2.3.28, Repoman-2.3.9 --- diff --git a/dev-python/robotframework/robotframework-3.0.2.ebuild b/dev-python/robotframework/robotframework-3.0.2.ebuild index ed5213cebb20..857138ab255a 100644 --- a/dev-python/robotframework/robotframework-3.0.2.ebuild +++ b/dev-python/robotframework/robotframework-3.0.2.ebuild @@ -1,10 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -# py2 only -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python2_7 python3_6 ) inherit distutils-r1