Gentoo Archives: gentoo-commits

From: Patrick McLean <chutzpah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/robotframework/
Date: Fri, 06 Apr 2018 17:18:50
Message-Id: 1523035108.cea0147477ef0b55ae6e2ea9ffb7f333b5a47f9e.chutzpah@gentoo
1 commit: cea0147477ef0b55ae6e2ea9ffb7f333b5a47f9e
2 Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 6 17:18:05 2018 +0000
4 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 6 17:18:28 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cea01474
7
8 dev-python/robotframework: Add python3_6 to PYTHON_COMPAT
9
10 Both the upstream website and pypi report this this release supports
11 python3.
12
13 Package-Manager: Portage-2.3.28, Repoman-2.3.9
14
15 dev-python/robotframework/robotframework-3.0.2.ebuild | 5 ++---
16 1 file changed, 2 insertions(+), 3 deletions(-)
17
18 diff --git a/dev-python/robotframework/robotframework-3.0.2.ebuild b/dev-python/robotframework/robotframework-3.0.2.ebuild
19 index ed5213cebb2..857138ab255 100644
20 --- a/dev-python/robotframework/robotframework-3.0.2.ebuild
21 +++ b/dev-python/robotframework/robotframework-3.0.2.ebuild
22 @@ -1,10 +1,9 @@
23 -# Copyright 1999-2017 Gentoo Foundation
24 +# Copyright 1999-2018 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28
29 -# py2 only
30 -PYTHON_COMPAT=( python2_7 )
31 +PYTHON_COMPAT=( python2_7 python3_6 )
32
33 inherit distutils-r1