# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 PYTHON_COMPAT=( python2_7 python3_{3,4} ) inherit distutils-r1 eutils DESCRIPTION="Qt plotting widgets for Python (pure Python reimplementation of Qwt C++ library)" HOMEPAGE="http://pythonhosted.org/guiqwt https://github.com/PierreRaybaut/guiqwt" SRC_URI="https://github.com/PierreRaybaut/guiqwt/archive/v${PV}.tar.gz -> ${P}.tar.gz" SLOT="0" LICENSE="CeCILL" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="" RDEPEND=" >=dev-python/PythonQwt-0.4[${PYTHON_USEDEP}] >=dev-python/numpy-1.3[${PYTHON_USEDEP}] >=dev-python/PyQt4-4.3[${PYTHON_USEDEP}] >=dev-python/PyQt5-5.5[${PYTHON_USEDEP}] >=sci-libs/scipy-0.7[${PYTHON_USEDEP}] virtual/python-imaging[${PYTHON_USEDEP}] " DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] "