1
0
Fork 0

app-office/visidata: updated deps and tests

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Horea Christian <chr@chymera.eu>
This commit is contained in:
Horea Christian 2020-05-19 20:03:53 -04:00
parent 482312fe02
commit 6701f5c3b5
No known key found for this signature in database
GPG Key ID: EAA9223EE3BB378A
2 changed files with 16 additions and 6 deletions

View File

@ -1,3 +1,6 @@
20 May 2020; <chymera@gentoo.org> visidata-1.5.2.ebuild:
app-office/visidata: updated deps and tests
*visidata-1.5.2 (19 May 2020)
19 May 2020; <chymera@gentoo.org> +metadata.xml, +visidata-1.5.2.ebuild:

View File

@ -18,18 +18,25 @@ IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="dev-python/python-dateutil[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}"
BDEPEND="test? ( $(python_gen_impl_dep sqlite)
DEPEND=""
BDEPEND="
test? (
dev-vcs/git
dev-python/h5py[${PYTHON_USEDEP}]
dev-python/openpyxl[${PYTHON_USEDEP}]
dev-python/pandas[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}] )"
dev-python/requests[${PYTHON_USEDEP}]
$(python_gen_impl_dep sqlite)
${RDEPEND}
)
"
python_test() {
git init || die "git init failed"
git add tests/golden/ || die "git add failed"
dev/test.sh || die "test failed"
rm tests/golden/load-http.tsv || die "Could not remove network-dependent test."
git init || die "Git init failed."
git add tests/golden/ || die "Git add failed."
dev/test.sh || die "Tests failed."
rm .git -rf || die "Could not clean up git test directory."
}
pkg_postinst() {