# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 PYTHON_COMPAT=( python2_7 ) inherit flag-o-matic python-r1 qmake-utils DESCRIPTION="Python bindings for the Qwt library" HOMEPAGE="http://pyqwt.sourceforge.net/" MY_P="PyQwt-${PV}" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" SLOT="5" LICENSE="GPL-2" KEYWORDS="amd64 arm ia64 x86" IUSE="debug doc examples svg" RDEPEND=" dev-python/numpy[${PYTHON_USEDEP}]