From: Michał Górny Date: Thu, 16 Jan 2020 05:32:50 +0000 (+0100) Subject: dev-python/pyqtgraph: Remove Python 2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=3d4ff91eb66fa9284e61440dd45846e600c039d4;p=gentoo.git dev-python/pyqtgraph: Remove Python 2 Signed-off-by: Michał Górny --- diff --git a/dev-python/pyqtgraph/pyqtgraph-0.10.0-r1.ebuild b/dev-python/pyqtgraph/pyqtgraph-0.10.0-r1.ebuild index 52ba9b9bdb91..5ec286616580 100644 --- a/dev-python/pyqtgraph/pyqtgraph-0.10.0-r1.ebuild +++ b/dev-python/pyqtgraph/pyqtgraph-0.10.0-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 DESCRIPTION="A pure-python graphics and GUI library built on PyQt and numpy"