diff options
Diffstat (limited to 'sci-visualization/pythonprop/pythonprop-0.13.ebuild')
| -rw-r--r-- | sci-visualization/pythonprop/pythonprop-0.13.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/sci-visualization/pythonprop/pythonprop-0.13.ebuild b/sci-visualization/pythonprop/pythonprop-0.13.ebuild new file mode 100644 index 000000000000..a0e6bdada4d3 --- /dev/null +++ b/sci-visualization/pythonprop/pythonprop-0.13.ebuild @@ -0,0 +1,27 @@ +# 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="sci-electronics/voacapl + dev-python/matplotlib[gtk] + dev-python/basemap" +DEPEND="${RDEPEND}" + +src_install() { + emake DESTDIR="${D}" install + dodoc AUTHORS ChangeLog NEWS TODO +} |
