commit: 2fe870571c154561fec45eaea0943d82938bdc44 Author: Horea Christian <chr <AT> chymera <DOT> eu> AuthorDate: Thu May 25 06:21:30 2023 +0000 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com> CommitDate: Thu May 25 06:21:30 2023 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=2fe87057
app-office/visidata: restricting broken tests Signed-off-by: Horea Christian <chr <AT> chymera.eu> app-office/visidata/{visidata-2.8.ebuild => visidata-2.11.ebuild} | 6 ++++-- app-office/visidata/visidata-2.8.ebuild | 5 ++++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/app-office/visidata/visidata-2.8.ebuild b/app-office/visidata/visidata-2.11.ebuild similarity index 96% copy from app-office/visidata/visidata-2.8.ebuild copy to app-office/visidata/visidata-2.11.ebuild index 62eeb87b5..974fb6874 100644 --- a/app-office/visidata/visidata-2.8.ebuild +++ b/app-office/visidata/visidata-2.11.ebuild @@ -3,8 +3,8 @@ EAPI=8 +DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{10..11} ) -DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 optfeature @@ -15,6 +15,9 @@ SRC_URI="https://github.com/saulpw/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" +# Reported upstream: +# https://github.com/saulpw/visidata/issues/1905 +RESTRICT="test" RDEPEND="dev-python/python-dateutil[${PYTHON_USEDEP}]" BDEPEND=" @@ -42,7 +45,6 @@ python_prepare_all() { 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" diff --git a/app-office/visidata/visidata-2.8.ebuild b/app-office/visidata/visidata-2.8.ebuild index 62eeb87b5..5cdba0866 100644 --- a/app-office/visidata/visidata-2.8.ebuild +++ b/app-office/visidata/visidata-2.8.ebuild @@ -3,8 +3,8 @@ EAPI=8 +DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{10..11} ) -DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 optfeature @@ -15,6 +15,9 @@ SRC_URI="https://github.com/saulpw/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" +# Reported upstream: +# https://github.com/saulpw/visidata/issues/1905 +RESTRICT="test" RDEPEND="dev-python/python-dateutil[${PYTHON_USEDEP}]" BDEPEND="