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: Wed, 26 Apr 2017 06:24:07
Message-Id: 1493187775.5a0178e5b216dc23cb16343a9e4b93e687d16aac.radhermit@gentoo
1 commit: 5a0178e5b216dc23cb16343a9e4b93e687d16aac
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 26 05:58:58 2017 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 26 06:22:55 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a0178e5
7
8 dev-python/pyqtgraph: add py36 support
9
10 dev-python/pyqtgraph/pyqtgraph-0.10.0.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/dev-python/pyqtgraph/pyqtgraph-0.10.0.ebuild b/dev-python/pyqtgraph/pyqtgraph-0.10.0.ebuild
14 index 567a6ccc3de..feab6bb2b45 100644
15 --- a/dev-python/pyqtgraph/pyqtgraph-0.10.0.ebuild
16 +++ b/dev-python/pyqtgraph/pyqtgraph-0.10.0.ebuild
17 @@ -1,8 +1,8 @@
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 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
24 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
25 inherit distutils-r1
26
27 DESCRIPTION="a pure-python graphics and GUI library built on PyQt/PySide and numpy"