Gentoo Archives: gentoo-commits

From: Rick Farina <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyqtgraph/
Date: Tue, 28 Jan 2020 22:12:06
Message-Id: 1580249525.45f0321a6bc526c9596a9c2a0767771e6a9e5f82.zerochaos@gentoo
1 commit: 45f0321a6bc526c9596a9c2a0767771e6a9e5f82
2 Author: Rick Farina <zerochaos <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 28 22:11:34 2020 +0000
4 Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 28 22:12:05 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45f0321a
7
8 dev-python/pyqtgraph: adding python 3.7
9
10 Package-Manager: Portage-2.3.86, Repoman-2.3.20
11 Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>
12
13 .../{pyqtgraph-0.10.0-r1.ebuild => pyqtgraph-0.10.0-r2.ebuild} | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/pyqtgraph/pyqtgraph-0.10.0-r1.ebuild b/dev-python/pyqtgraph/pyqtgraph-0.10.0-r2.ebuild
17 similarity index 97%
18 rename from dev-python/pyqtgraph/pyqtgraph-0.10.0-r1.ebuild
19 rename to dev-python/pyqtgraph/pyqtgraph-0.10.0-r2.ebuild
20 index 5ec28661658..b3db85104e1 100644
21 --- a/dev-python/pyqtgraph/pyqtgraph-0.10.0-r1.ebuild
22 +++ b/dev-python/pyqtgraph/pyqtgraph-0.10.0-r2.ebuild
23 @@ -2,7 +2,7 @@
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 -PYTHON_COMPAT=( python3_6 )
28 +PYTHON_COMPAT=( python3_{6,7} )
29 inherit distutils-r1
30
31 DESCRIPTION="A pure-python graphics and GUI library built on PyQt and numpy"