dev-python/pyqtgraph: adding python 3.7
authorRick Farina <zerochaos@gentoo.org>
Tue, 28 Jan 2020 22:11:34 +0000 (17:11 -0500)
committerRick Farina <zerochaos@gentoo.org>
Tue, 28 Jan 2020 22:12:05 +0000 (17:12 -0500)
Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Rick Farina <zerochaos@gentoo.org>
dev-python/pyqtgraph/pyqtgraph-0.10.0-r2.ebuild [moved from dev-python/pyqtgraph/pyqtgraph-0.10.0-r1.ebuild with 97% similarity]

similarity index 97%
rename from dev-python/pyqtgraph/pyqtgraph-0.10.0-r1.ebuild
rename to dev-python/pyqtgraph/pyqtgraph-0.10.0-r2.ebuild
index 5ec28661658061b6b683e013dd3ad2549716ab18..b3db85104e1f1348a1c0724d85783c61fef0b8a8 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7} )
 inherit distutils-r1
 
 DESCRIPTION="A pure-python graphics and GUI library built on PyQt and numpy"