diff options
author | Thomas Beierlein <tomjbe@gentoo.org> | 2024-05-28 19:11:24 +0200 |
---|---|---|
committer | Thomas Beierlein <tomjbe@gentoo.org> | 2024-05-28 19:11:24 +0200 |
commit | 8a3efb86c3966102abb0bafc32c2660c5ca08839 (patch) | |
tree | 11cbb70d0bf5b53ecc4d5d8097be56a55b1032f6 /sci-visualization | |
parent | net-misc/modemmanager: Stabilize 1.20.6 ppc, #933024 (diff) | |
download | gentoo-8a3efb86c3966102abb0bafc32c2660c5ca08839.tar.gz gentoo-8a3efb86c3966102abb0bafc32c2660c5ca08839.tar.bz2 gentoo-8a3efb86c3966102abb0bafc32c2660c5ca08839.zip |
sci-visualization/pythonprop: drop 0.30.1
Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
Diffstat (limited to 'sci-visualization')
-rw-r--r-- | sci-visualization/pythonprop/pythonprop-0.30.1.ebuild | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/sci-visualization/pythonprop/pythonprop-0.30.1.ebuild b/sci-visualization/pythonprop/pythonprop-0.30.1.ebuild deleted file mode 100644 index 0c2da111f5a2..000000000000 --- a/sci-visualization/pythonprop/pythonprop-0.30.1.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{9..11} ) - -inherit autotools python-single-r1 - -DESCRIPTION="Scripts to prepare and plot VOACAP propagation predictions" -HOMEPAGE="https://www.qsl.net/h/hz1jw/pythonprop" -SRC_URI="https://github.com/jawatson/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND=" - ${PYTHON_DEPS} - $(python_gen_cond_dep ' - dev-python/pygobject:3[${PYTHON_USEDEP}] - dev-python/matplotlib[${PYTHON_USEDEP}] - dev-python/scipy[${PYTHON_USEDEP}] - ') - dev-python/cairocffi - sci-libs/cartopy[${PYTHON_SINGLE_USEDEP}] - sci-electronics/voacapl -" -DEPEND="${RDEPEND} - app-text/yelp-tools -" - -PATCHES=( "${FILESDIR}/${PN}-drop-portland.patch" ) - -src_prepare() { - eapply_user - - eapply ${PATCHES[@]} - - # drop building *.pdf files - sed -i -e "s#docs/user/help##g" Makefile.am || die - # do not call update_destop_database here - sed -ie "s/UPDATE_DESKTOP = /UPDATE_DESKTOP = # /g" data/Makefile.am || die - # fix Desktop Entry - sed -ie "s/HamRadio/HamRadio;/g" data/voacapgui.desktop.in || die - eautoreconf -} - -src_install() { - default - python_optimize -} |