commit:     9a2c804d11668ade124704e29b5654d0f8e78df1
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Mon Jun 16 00:43:05 2025 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Mon Jun 16 00:43:05 2025 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=9a2c804d

app-office/visidata: drop 2.8, 2.11-r1, 2.11_p20230217-r1, 2.11.1

Signed-off-by: Horea Christian <chr <AT> chymera.eu>

 app-office/visidata/visidata-2.11-r1.ebuild        | 90 ----------------------
 app-office/visidata/visidata-2.11.1.ebuild         | 88 ---------------------
 .../visidata/visidata-2.11_p20230217-r1.ebuild     | 90 ----------------------
 app-office/visidata/visidata-2.8.ebuild            | 88 ---------------------
 4 files changed, 356 deletions(-)

diff --git a/app-office/visidata/visidata-2.11-r1.ebuild 
b/app-office/visidata/visidata-2.11-r1.ebuild
deleted file mode 100644
index 208587336..000000000
--- a/app-office/visidata/visidata-2.11-r1.ebuild
+++ /dev/null
@@ -1,90 +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_{10..11} )
-
-inherit distutils-r1 optfeature
-
-DESCRIPTION="Terminal spreadsheet multitool for discovering and arranging data"
-HOMEPAGE="http://visidata.org";
-SRC_URI="https://github.com/saulpw/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-# Tests fail on recent Python:
-# https://github.com/saulpw/visidata/issues/1905
-RESTRICT="test"
-
-RDEPEND="
-       >=dev-python/importlib-metadata-3.6[${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/pytest[${PYTHON_USEDEP}]
-               dev-python/requests[${PYTHON_USEDEP}]
-               dev-vcs/git
-               $(python_gen_impl_dep sqlite)
-       )
-"
-
-#distutils_enable_sphinx docs \
-#      dev-python/recommonmark \
-#      dev-python/sphinx-argparse
-# dev-python/sphinx-markdown-tables
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
-       rm tests/load-http.vd || die "Could not remove network-dependent test."
-       rm tests/graph-cursor-nosave.vd || die "Could not remove 
network-dependent test."
-       rm tests/messenger-nosave.vd || die "Could not remove network-dependent 
test."
-       rm tests/save-benchmarks.vd || die "Could not benchmarks test"
-       rm tests/graphpr-nosave.vd || die "Could not benchmarks test"
-       rm tests/describe-error.vd || die "Could not remove network-dependent 
test"
-       rm tests/describe.vd || die "Could not remove network-dependent test"
-       rm tests/edit-type.vd || die "Could not remove network-dependent test"
-
-       distutils-r1_python_prepare_all
-}
-
-python_test() {
-       git init || die "Git init failed."
-       git add tests/golden/ || die "Git add failed."
-       # this test script eventually calls pytest under the hood
-       dev/test.sh || die "Tests failed."
-       rm .git -rf || die "Could not clean up git test directory."
-}
-
-pkg_postinst() {
-       optfeature "integration with yaml" >=dev-python/pyyaml-5.1
-       optfeature "integration with pcap" dev-python/dnslib #dpkt pypcapkit
-       optfeature "integration with png" dev-python/pypng
-       optfeature "integration with http" dev-python/requests
-       optfeature "integration with postgres" dev-python/psycopg-binary
-       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 pdfminer.six" dev-python/pdfminer-six # in 
guru
-       optfeature "integration with vobject" dev-python/vobject
-       optfeature "integration with tabulate" dev-python/tabulate
-       optfeature "integration with tabulate (with unicode)" dev-python/wcwidth
-       # optfeature "pdf tables" tabula # no package presently
-       #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
-}

diff --git a/app-office/visidata/visidata-2.11.1.ebuild 
b/app-office/visidata/visidata-2.11.1.ebuild
deleted file mode 100644
index 3a5c510b4..000000000
--- a/app-office/visidata/visidata-2.11.1.ebuild
+++ /dev/null
@@ -1,88 +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_11 )
-
-inherit distutils-r1 optfeature
-
-DESCRIPTION="Terminal spreadsheet multitool for discovering and arranging data"
-HOMEPAGE="https://www.visidata.org/";
-SRC_URI="https://github.com/saulpw/visidata/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-       >=dev-python/importlib-metadata-3.6[${PYTHON_USEDEP}]
-       dev-python/python-dateutil[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-       test? (
-               dev-python/h5py[${PYTHON_USEDEP}]
-               dev-python/odfpy[${PYTHON_USEDEP}]
-               dev-python/openpyxl[${PYTHON_USEDEP}]
-               dev-python/pandas[${PYTHON_USEDEP}]
-               dev-python/pytest[${PYTHON_USEDEP}]
-               dev-python/requests[${PYTHON_USEDEP}]
-               dev-vcs/git
-               $(python_gen_impl_dep sqlite)
-       )
-"
-
-#distutils_enable_sphinx docs \
-#      dev-python/recommonmark \
-#      dev-python/sphinx-argparse
-# dev-python/sphinx-markdown-tables
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
-       rm tests/load-http.vd || die "Could not remove network-dependent test."
-       rm tests/graph-cursor-nosave.vd || die "Could not remove 
network-dependent test."
-       rm tests/messenger-nosave.vd || die "Could not remove network-dependent 
test."
-       rm tests/save-benchmarks.vd || die "Could not benchmarks test"
-       rm tests/graphpr-nosave.vd || die "Could not benchmarks test"
-       rm tests/describe-error.vd || die "Could not remove network-dependent 
test"
-       rm tests/describe.vd || die "Could not remove network-dependent test"
-       rm tests/edit-type.vd || die "Could not remove network-dependent test"
-
-       distutils-r1_python_prepare_all
-}
-
-python_test() {
-       git init || die "Git init failed."
-       git add tests/golden/ || die "Git add failed."
-       # this test script eventually calls pytest under the hood
-       dev/test.sh || die "Tests failed."
-       rm .git -rf || die "Could not clean up git test directory."
-}
-
-pkg_postinst() {
-       optfeature "integration with yaml" >=dev-python/pyyaml-5.1
-       optfeature "integration with pcap" dev-python/dnslib #dpkt pypcapkit
-       optfeature "integration with png" dev-python/pypng
-       optfeature "integration with http" dev-python/requests
-       optfeature "integration with postgres" dev-python/psycopg-binary
-       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 pdfminer.six" dev-python/pdfminer-six # in 
guru
-       optfeature "integration with vobject" dev-python/vobject
-       optfeature "integration with tabulate" dev-python/tabulate
-       optfeature "integration with tabulate (with unicode)" dev-python/wcwidth
-       # optfeature "pdf tables" tabula # no package presently
-       #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
-}

diff --git a/app-office/visidata/visidata-2.11_p20230217-r1.ebuild 
b/app-office/visidata/visidata-2.11_p20230217-r1.ebuild
deleted file mode 100644
index 5edfdcb23..000000000
--- a/app-office/visidata/visidata-2.11_p20230217-r1.ebuild
+++ /dev/null
@@ -1,90 +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_{11..11} )
-
-inherit distutils-r1 optfeature
-
-MY_HASH="5ff7883563eeac32fe192c5b2d4290a4e1e91cc2"
-DESCRIPTION="Terminal spreadsheet multitool for discovering and arranging data"
-HOMEPAGE="http://visidata.org";
-SRC_URI="https://github.com/saulpw/visidata/archive/${MY_HASH}.tar.gz -> 
${P}.gh.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-       >=dev-python/importlib-metadata-3.6[${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/pytest[${PYTHON_USEDEP}]
-               dev-python/requests[${PYTHON_USEDEP}]
-               dev-vcs/git
-               $(python_gen_impl_dep sqlite)
-       )
-"
-
-S="${WORKDIR}/${PN}-${MY_HASH}"
-
-#distutils_enable_sphinx docs \
-#      dev-python/recommonmark \
-#      dev-python/sphinx-argparse
-# dev-python/sphinx-markdown-tables
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
-       rm tests/load-http.vd || die "Could not remove network-dependent test."
-       rm tests/graph-cursor-nosave.vd || die "Could not remove 
network-dependent test."
-       rm tests/messenger-nosave.vd || die "Could not remove network-dependent 
test."
-       rm tests/save-benchmarks.vd || die "Could not benchmarks test"
-       rm tests/graphpr-nosave.vd || die "Could not benchmarks test"
-       rm tests/describe-error.vd || die "Could not remove network-dependent 
test"
-       rm tests/describe.vd || die "Could not remove network-dependent test"
-       rm tests/edit-type.vd || die "Could not remove network-dependent test"
-
-       distutils-r1_python_prepare_all
-}
-
-python_test() {
-       git init || die "Git init failed."
-       git add tests/golden/ || die "Git add failed."
-       # this test script eventually calls pytest under the hood
-       dev/test.sh || die "Tests failed."
-       rm .git -rf || die "Could not clean up git test directory."
-}
-
-pkg_postinst() {
-       optfeature "integration with yaml" >=dev-python/pyyaml-5.1
-       optfeature "integration with pcap" dev-python/dnslib #dpkt pypcapkit
-       optfeature "integration with png" dev-python/pypng
-       optfeature "integration with http" dev-python/requests
-       optfeature "integration with postgres" dev-python/psycopg-binary
-       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 pdfminer.six" dev-python/pdfminer-six # in 
guru
-       optfeature "integration with vobject" dev-python/vobject
-       optfeature "integration with tabulate" dev-python/tabulate
-       optfeature "integration with tabulate (with unicode)" dev-python/wcwidth
-       # optfeature "pdf tables" tabula # no package presently
-       #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
-}

diff --git a/app-office/visidata/visidata-2.8.ebuild 
b/app-office/visidata/visidata-2.8.ebuild
deleted file mode 100644
index 11c164d7e..000000000
--- a/app-office/visidata/visidata-2.8.ebuild
+++ /dev/null
@@ -1,88 +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_{10..11} )
-
-inherit distutils-r1 optfeature
-
-DESCRIPTION="Terminal spreadsheet multitool for discovering and arranging data"
-HOMEPAGE="http://visidata.org";
-SRC_URI="https://github.com/saulpw/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-# Tests fail on recent Python:
-# https://github.com/saulpw/visidata/issues/1905
-RESTRICT="test"
-
-RDEPEND="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/pytest[${PYTHON_USEDEP}]
-               dev-python/requests[${PYTHON_USEDEP}]
-               dev-vcs/git
-               $(python_gen_impl_dep sqlite)
-       )
-"
-
-#distutils_enable_sphinx docs \
-#      dev-python/recommonmark \
-#      dev-python/sphinx-argparse
-# dev-python/sphinx-markdown-tables
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
-       rm tests/load-http.vd || die "Could not remove network-dependent test."
-       rm tests/graph-cursor-nosave.vd || die "Could not remove 
network-dependent test."
-       rm tests/messenger-nosave.vd || die "Could not remove network-dependent 
test."
-       rm tests/save-benchmarks.vd || die "Could not benchmarks test"
-       rm tests/graph-sincos-nosave.vd || die "Could not benchmarks test"
-       rm tests/graphpr-nosave.vd || die "Could not benchmarks test"
-       rm tests/describe-error.vd || die "Could not remove network-dependent 
test"
-       rm tests/describe.vd || die "Could not remove network-dependent test"
-       rm tests/edit-type.vd || die "Could not remove network-dependent test"
-
-       distutils-r1_python_prepare_all
-}
-
-python_test() {
-       git init || die "Git init failed."
-       git add tests/golden/ || die "Git add failed."
-       # this test script eventually calls pytest under the hood
-       dev/test.sh || die "Tests failed."
-       rm .git -rf || die "Could not clean up git test directory."
-}
-
-pkg_postinst() {
-       optfeature "integration with yaml" >=dev-python/pyyaml-5.1
-       optfeature "integration with pcap" dev-python/dnslib #dpkt pypcapkit
-       optfeature "integration with png" dev-python/pypng
-       optfeature "integration with http" dev-python/requests
-       optfeature "integration with postgres" dev-python/psycopg-binary
-       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 pdfminer.six" dev-python/pdfminer-six # in 
guru
-       optfeature "integration with vobject" dev-python/vobject
-       optfeature "integration with tabulate" dev-python/tabulate
-       optfeature "integration with tabulate (with unicode)" dev-python/wcwidth
-       # optfeature "pdf tables" tabula # no package presently
-       #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
-}

Reply via email to