Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flake8-polyfill/
Date: Wed, 26 Apr 2017 16:34:22
Message-Id: 1493224438.e6a40be4d5c7c50c4ba002c7ac419b0c0ceb56a0.mgorny@gentoo
1 commit: e6a40be4d5c7c50c4ba002c7ac419b0c0ceb56a0
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 26 15:40:25 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 26 16:33:58 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6a40be4
7
8 dev-python/flake8-polyfill: Tested on py3.6
9
10 dev-python/flake8-polyfill/flake8-polyfill-1.0.1.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/dev-python/flake8-polyfill/flake8-polyfill-1.0.1.ebuild b/dev-python/flake8-polyfill/flake8-polyfill-1.0.1.ebuild
14 index 84bd5353b4f..ce45dac7f78 100644
15 --- a/dev-python/flake8-polyfill/flake8-polyfill-1.0.1.ebuild
16 +++ b/dev-python/flake8-polyfill/flake8-polyfill-1.0.1.ebuild
17 @@ -1,9 +1,9 @@
18 -# Copyright 1999-2016 Gentoo Foundation
19 +# Copyright 1999-2017 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=6
23
24 -PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
25 +PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 )
26 inherit distutils-r1
27
28 DESCRIPTION="Polyfill package for Flake8 plugins"