Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyinotify/
Date: Mon, 25 Jan 2016 08:31:09
Message-Id: 1453707823.cbcd3f43a399979bf5beb112140393015a38b93e.jlec@gentoo
1 commit: cbcd3f43a399979bf5beb112140393015a38b93e
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 25 07:43:43 2016 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 25 07:43:43 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbcd3f43
7
8 dev-python/pyinotify: Add python3.5 support
9
10 Package-Manager: portage-2.2.27
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 dev-python/pyinotify/pyinotify-0.9.6.ebuild | 5 +++--
14 1 file changed, 3 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/pyinotify/pyinotify-0.9.6.ebuild b/dev-python/pyinotify/pyinotify-0.9.6.ebuild
17 index 7bf821c..e5a2ae8 100644
18 --- a/dev-python/pyinotify/pyinotify-0.9.6.ebuild
19 +++ b/dev-python/pyinotify/pyinotify-0.9.6.ebuild
20 @@ -1,9 +1,10 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 +# Copyright 1999-2016 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 EAPI=5
27 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 )
28 +
29 +PYTHON_COMPAT=( python{2_7,3_{3,4,5}} pypy pypy3 )
30 PYTHON_REQ_USE="threads(+)"
31
32 inherit distutils-r1