Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flask-restful/
Date: Mon, 13 Feb 2017 08:16:00
Message-Id: 1486973749.57662dd5b25f95a4d57581cf09d0f7adb51b3fad.zmedico@gentoo
1 commit: 57662dd5b25f95a4d57581cf09d0f7adb51b3fad
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 13 08:15:22 2017 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 13 08:15:49 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57662dd5
7
8 dev-python/flask-restful: PYTHON_COMPAT: add python3_6
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-python/flask-restful/flask-restful-0.3.5-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/flask-restful/flask-restful-0.3.5-r1.ebuild b/dev-python/flask-restful/flask-restful-0.3.5-r1.ebuild
16 index e26c77cc02..9b8850ef08 100644
17 --- a/dev-python/flask-restful/flask-restful-0.3.5-r1.ebuild
18 +++ b/dev-python/flask-restful/flask-restful-0.3.5-r1.ebuild
19 @@ -3,7 +3,7 @@
20 # $Id$
21
22 EAPI=6
23 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
24 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
25
26 inherit distutils-r1