summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Farina <zerochaos@gentoo.org>2020-01-28 17:11:34 -0500
committerRick Farina <zerochaos@gentoo.org>2020-01-28 17:12:05 -0500
commit45f0321a6bc526c9596a9c2a0767771e6a9e5f82 (patch)
tree2a402478863e4e88adf56de0151dd63aec67305e
parentdev-python/tinyrpc: Remove longdesc (diff)
downloadgentoo-45f0321a6bc526c9596a9c2a0767771e6a9e5f82.tar.gz
gentoo-45f0321a6bc526c9596a9c2a0767771e6a9e5f82.tar.bz2
gentoo-45f0321a6bc526c9596a9c2a0767771e6a9e5f82.zip
dev-python/pyqtgraph: adding python 3.7
Package-Manager: Portage-2.3.86, Repoman-2.3.20 Signed-off-by: Rick Farina <zerochaos@gentoo.org>
-rw-r--r--dev-python/pyqtgraph/pyqtgraph-0.10.0-r2.ebuild (renamed from dev-python/pyqtgraph/pyqtgraph-0.10.0-r1.ebuild)2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pyqtgraph/pyqtgraph-0.10.0-r1.ebuild b/dev-python/pyqtgraph/pyqtgraph-0.10.0-r2.ebuild
index 5ec286616580..b3db85104e1f 100644
--- a/dev-python/pyqtgraph/pyqtgraph-0.10.0-r1.ebuild
+++ b/dev-python/pyqtgraph/pyqtgraph-0.10.0-r2.ebuild
@@ -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"