mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 21:08:35 -07:00
sci-visualization/pythonprop: Version bump
Package-Manager: portage-2.2.27
This commit is contained in:
32
sci-visualization/pythonprop/pythonprop-0.18.ebuild
Normal file
32
sci-visualization/pythonprop/pythonprop-0.18.ebuild
Normal file
@@ -0,0 +1,32 @@
|
||||
# Copyright 1999-2016 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="http://www.qsl.net/h/hz1jw/${PN}/downloads/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="
|
||||
dev-python/matplotlib[${PYTHON_USEDEP}]
|
||||
dev-python/basemap[${PYTHON_USEDEP}]
|
||||
sci-electronics/voacapl
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
src_prepare() {
|
||||
# do not call update_destop_database here
|
||||
sed -ie "s/UPDATE_DESKTOP = /UPDATE_DESKTOP = # /g" data/Makefile.in || die
|
||||
# fix Desktop Entry
|
||||
sed -ie "s/HamRadio/HamRadio;/g" data/voacapgui.desktop.in || die
|
||||
}
|
||||
Reference in New Issue
Block a user