summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbaldr333 <ra@afu.re>2025-06-26 13:30:15 -0400
committerbaldr333 <ra@afu.re>2025-06-26 13:30:15 -0400
commit3b14cc3d01e1fffc8fa24932dda903b38fe09705 (patch)
tree0339f498a2d643a74df458edcc6b93a19c86918c
parent93b3fdd576e3d3412f80eb4f7ddcce800b9fd93a (diff)
rm sci-visualization/visidata temporarily
-rw-r--r--sci-visualization/visidata/Manifest1
-rw-r--r--sci-visualization/visidata/visidata-9999.ebuild59
2 files changed, 0 insertions, 60 deletions
diff --git a/sci-visualization/visidata/Manifest b/sci-visualization/visidata/Manifest
deleted file mode 100644
index be28d94..0000000
--- a/sci-visualization/visidata/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-EBUILD visidata-9999.ebuild 2172 BLAKE2B 5fa6b32fb2a817c338f51719488bc55080dc9c8d2fec30e8b93166af9dfbad9588e1f1c068c3ef038c7b37a7858f01b3ab91e537a52c0f1916d4434a72f4fc97 SHA512 572880095c498ecb6e8463b178933e53490529a43714fef229095a49e5624bc44bbf478b73f35a5e6a3134cccfe52d1e77e5152b84a6062ecf581c855e9be679
diff --git a/sci-visualization/visidata/visidata-9999.ebuild b/sci-visualization/visidata/visidata-9999.ebuild
deleted file mode 100644
index 8cf2d21..0000000
--- a/sci-visualization/visidata/visidata-9999.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..12} )
-PYTHON_REQ_USE="sqlite"
-EGIT_REPO_URI="https://github.com/saulpw/${PN}.git"
-
-inherit distutils-r1 git-r3 optfeature
-
-DESCRIPTION="Terminal spreadsheet multitool for discovering and arranging data"
-HOMEPAGE="https://github.com/saulpw/visidata"
-SRC_URI=""
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS=""
-
-RDEPEND="dev-python/importlib-metadata[${PYTHON_USEDEP}]
- dev-python/python-dateutil[${PYTHON_USEDEP}]"
-BDEPEND="test? ( dev-python/h5py[${PYTHON_USEDEP}]
- dev-python/odfpy[${PYTHON_USEDEP}]
- dev-python/openpyxl[${PYTHON_USEDEP}]
- dev-python/pandas[${PYTHON_USEDEP}]
- dev-python/requests[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests pytest
-
-python_test() {
- git init || die "git init failed"
- git add tests/golden/ || die "git add failed"
- dev/test.sh || die "test failed"
-}
-
-pkg_postinst() {
- optfeature "integration with yaml" dev-python/pyyaml
- optfeature "integration with png" dev-python/pypng
- optfeature "integration with http" dev-python/requests
- optfeature "integration with postgres" dev-python/psycopg
- optfeature "integration with xlsx" dev-python/openpyxl
- optfeature "integration with xls" dev-python/xlrd
- optfeature "integration with hdf5" dev-python/h5py
- optfeature "integration with ttf/otf" dev-python/fonttools
- optfeature "integration with xml/htm/html" dev-python/lxml
- optfeature "integration with dta (Stata)" dev-python/pandas
- optfeature "integration with shapefiles" sci-libs/pyshp
- optfeature "integration with namestand" dev-python/graphviz
- optfeature "integration with tabulate/wcwidth" dev-python/tabulate # saver
- #optfeature "integration with pcap" dev-python/dnslib #dpkt
- #optfeature "integration with pdf" pdfminer.six tabula
- #optfeature "integration with mbtiles" mapbox-vector-tile
- #optfeature "integration with xpt (SAS)" xport
- #optfeature "integration with sas7bdat (SAS)" sas7bdat
- #optfeature "integration with sav (SPSS)" savReaderWriter
- #optfeature "integration with datapackage" frictionless .json
- #optfeature "integration with vcf" vobject
-}