aboutsummaryrefslogtreecommitdiffstats
path: root/app-office/visidata/visidata-3.0.ebuild
diff options
context:
space:
mode:
authorWolfgang Müller2024-01-22 11:32:00 +0100
committerWolfgang Müller2024-01-22 11:32:00 +0100
commit19938784df095d63951947467bee7c515ebcd53b (patch)
tree0fa460798b0f34786d93e5ec9344fe3aa5f006f1 /app-office/visidata/visidata-3.0.ebuild
parent467869ffe293aab9ddac7aba4db3dca215bac41a (diff)
downloadpramantha-19938784df095d63951947467bee7c515ebcd53b.tar.gz
app-office/visidata: add 3.0.2, drop 3.0
Diffstat (limited to 'app-office/visidata/visidata-3.0.ebuild')
-rw-r--r--app-office/visidata/visidata-3.0.ebuild37
1 files changed, 0 insertions, 37 deletions
diff --git a/app-office/visidata/visidata-3.0.ebuild b/app-office/visidata/visidata-3.0.ebuild
deleted file mode 100644
index 3d81cd1..0000000
--- a/app-office/visidata/visidata-3.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{11,12} )
-DISTUTILS_USE_PEP517="setuptools"
-
-inherit distutils-r1 optfeature
-
-DESCRIPTION="An interactive multitool for tabular data"
-HOMEPAGE="https://www.visidata.org"
-SRC_URI="https://github.com/saulpw/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-RESTRICT="test"
-
-DEPEND="
- dev-python/python-dateutil[${PYTHON_USEDEP}]
- dev-python/importlib-metadata[${PYTHON_USEDEP}]
-"
-RDEPEND="${DEPEND}"
-
-pkg_postinst() {
- optfeature "support for Excel spreadsheets (xls)" dev-python/xlrd
- optfeature "support for Excel spreadsheets (xlsx)" dev-python/openpyxl
- optfeature "support for HTML and XML" dev-python/lxml
- optfeature "support for PNG" dev-python/pypng
- optfeature "support for Shapefile geographic data (shp)" sci-libs/pyshp
- optfeature "support for Stata (dta)" dev-python/pandas
- optfeature "support for TrueType Fonts (ttf)" dev-python/fonttools
- optfeature "support for YAML" dev-python/pyyaml
- optfeature "support for all pandas formats" dev-python/pandas
- optfeature "support for the Hierarchical Data Format (hdf5)" dev-python/h5py
-}