Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyqtgraph/
Date: Fri, 02 Sep 2016 23:18:57
Message-Id: 1472857803.b913580968ab876280ca8039108bdfef8d21de9b.radhermit@gentoo
1 commit: b913580968ab876280ca8039108bdfef8d21de9b
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 2 23:10:03 2016 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 2 23:10:03 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9135809
7
8 dev-python/pyqtgraph: add python3_5 support
9
10 dev-python/pyqtgraph/pyqtgraph-0.9.10.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-python/pyqtgraph/pyqtgraph-0.9.10.ebuild b/dev-python/pyqtgraph/pyqtgraph-0.9.10.ebuild
14 index 98a4de2..232c0f6 100644
15 --- a/dev-python/pyqtgraph/pyqtgraph-0.9.10.ebuild
16 +++ b/dev-python/pyqtgraph/pyqtgraph-0.9.10.ebuild
17 @@ -3,7 +3,7 @@
18 # $Id$
19
20 EAPI=5
21 -PYTHON_COMPAT=( python{2_7,3_3,3_4} )
22 +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
23 inherit distutils-r1
24
25 DESCRIPTION="a pure-python scientific graphics and GUI library built on PyQt4/PySide and numpy"