aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Barbieri <lssndrbarbieri@gmail.com>2021-06-06 04:31:59 +0200
committerAlessandro Barbieri <lssndrbarbieri@gmail.com>2021-06-11 17:23:10 +0200
commit405dc28749e5a4c4f62e4e8600d84dc872bdb2e6 (patch)
treeffb49ddd3cd5b35a5a4c722aac4df43cbd9a1a6f
parentdev-python/recordclass: drop unmaintained live (diff)
downloadguru-405dc287.tar.gz
guru-405dc287.tar.bz2
guru-405dc287.zip
app-office/pyspread: drop unmaintained live
Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
-rw-r--r--app-office/pyspread/pyspread-9999.ebuild45
1 files changed, 0 insertions, 45 deletions
diff --git a/app-office/pyspread/pyspread-9999.ebuild b/app-office/pyspread/pyspread-9999.ebuild
deleted file mode 100644
index 59d4215a3..000000000
--- a/app-office/pyspread/pyspread-9999.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit xdg desktop distutils-r1
-
-DESCRIPTION="Pyspread is a non-traditional spreadsheet written in Python"
-HOMEPAGE="https://pyspread.gitlab.io"
-
-if [[ ${PV} == *9999* ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://gitlab.com/pyspread/${PN}.git"
-else
- SRC_URI="https://gitlab.com/pyspread/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz"
- KEYWORDS="~amd64"
- S="${WORKDIR}/${PN}-v${PV}"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-
-RDEPEND="
- >=dev-python/PyQt5-5.10.0[svg,${PYTHON_USEDEP}]
- >=dev-python/matplotlib-1.1.1[${PYTHON_USEDEP}]
- >=dev-python/numpy-1.1.1[${PYTHON_USEDEP}]
- >=dev-python/pyenchant-1.1.0[${PYTHON_USEDEP}]
-"
-
-python_prepare_all() {
- distutils-r1_python_prepare_all
-
- # Fix the provided desktop file
- sed -i -e '/Path/d' "${PN}.desktop" || die
-}
-
-python_install() {
- distutils-r1_python_install
-
- doicon "${PN}"/share/icons/"${PN}.ico"
- doicon "${PN}"/share/icons/"${PN}.svg"
- domenu "${PN}.desktop"
-}