gentoo/sci-visualization/pythonprop/pythonprop-0.13.ebuild
Justin Lecher 0be3dac38d
sci-visualization/pythonprop: Adopt to matplotlib USE=gtk renaming
Package-Manager: portage-2.2.25
Signed-off-by: Justin Lecher <jlec@gentoo.org>
2015-11-20 12:29:21 +01:00

26 lines
546 B
Bash

# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
PYTHON_COMPAT=( python2_7 )
inherit python-single-r1
DESCRIPTION="Scripts to prepare and plot VOACAP propagation predictions"
HOMEPAGE="http://www.qsl.net/hz1jw/pythonprop"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="
dev-python/matplotlib[gtk2,${PYTHON_USEDEP}]
dev-python/basemap[${PYTHON_USEDEP}]
sci-electronics/voacapl
"
DEPEND="${RDEPEND}"