commit:     cea0147477ef0b55ae6e2ea9ffb7f333b5a47f9e
Author:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  6 17:18:05 2018 +0000
Commit:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Fri Apr  6 17:18:28 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cea01474

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

 dev-python/robotframework/robotframework-3.0.2.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-python/robotframework/robotframework-3.0.2.ebuild 
b/dev-python/robotframework/robotframework-3.0.2.ebuild
index ed5213cebb2..857138ab255 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
 

Reply via email to