public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Horea Christian" <horea.christ@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: app-office/visidata/
Date: Tue,  5 Jan 2021 06:32:12 +0000 (UTC)	[thread overview]
Message-ID: <1609828325.037b1acf3fabc6e412d2313e9aedd79e9597fd8f.chymera@gentoo> (raw)

commit:     037b1acf3fabc6e412d2313e9aedd79e9597fd8f
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Tue Jan  5 06:32:05 2021 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Tue Jan  5 06:32:05 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=037b1acf

app-office/visidata: new package

prospectively ahead of ::gentoo
https://github.com/gentoo/gentoo/pull/15889

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Horea Christian <chr <AT> chymera.eu>

 app-office/visidata/metadata.xml          | 22 ++++++++++++
 app-office/visidata/visidata-1.5.2.ebuild | 60 +++++++++++++++++++++++++++++++
 2 files changed, 82 insertions(+)

diff --git a/app-office/visidata/metadata.xml b/app-office/visidata/metadata.xml
new file mode 100644
index 000000000..baa3633f0
--- /dev/null
+++ b/app-office/visidata/metadata.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>chr@chymera.eu</email>
+		<name>Horea Christian</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
+	</maintainer>
+	<longdescription lang="en">
+		VisiData is an interactive multitool for tabular data. It combines the
+		clarity of a spreadsheet, the efficiency of the terminal, and the power
+		of Python, into a lightweight utility which can handle millions of rows
+		with ease.
+	</longdescription>
+	<upstream>
+		<remote-id type="github">saulpw/visidata</remote-id>
+		<remote-id type="pypi">visidata</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/app-office/visidata/visidata-1.5.2.ebuild b/app-office/visidata/visidata-1.5.2.ebuild
new file mode 100644
index 000000000..b2cb42633
--- /dev/null
+++ b/app-office/visidata/visidata-1.5.2.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit distutils-r1 eutils
+
+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}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="dev-python/python-dateutil[${PYTHON_USEDEP}]"
+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}]
+		$(python_gen_impl_dep sqlite)
+		${RDEPEND}
+	)
+"
+
+python_test() {
+	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() {
+	optfeature "integration with yaml" dev-python/pyyaml
+	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
+	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 mbtiles" mapbox-vector-tile
+	#optfeature "integration with xpt (SAS)" xport
+	#optfeature "integration with sas7bdat (SAS)" sas7bdat
+	#optfeature "integration with sav (SPSS)" savReaderWriter
+}


             reply	other threads:[~2021-01-05  6:32 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-05  6:32 Horea Christian [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-02-23  8:31 [gentoo-commits] proj/sci:master commit in: app-office/visidata/ Andrew Ammerlaan
2021-02-23  8:36 Andrew Ammerlaan
2021-02-23 14:30 Andrew Ammerlaan
2021-05-08 14:30 Andrew Ammerlaan
2022-02-13 16:02 Andrew Ammerlaan
2022-02-13 16:02 Andrew Ammerlaan
2022-02-13 16:02 Andrew Ammerlaan
2022-02-13 16:02 Andrew Ammerlaan
2022-02-13 16:02 Andrew Ammerlaan
2022-07-07  3:34 Sam James
2023-05-02 23:42 Horea Christian
2023-05-02 23:45 Horea Christian
2023-05-25  6:21 Horea Christian
2023-05-25 21:44 Horea Christian
2023-05-26  2:46 Horea Christian
2023-07-22  9:19 Andrew Ammerlaan
2023-07-22  9:19 Andrew Ammerlaan
2025-06-16  0:39 Horea Christian
2025-06-16  0:43 Horea Christian

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1609828325.037b1acf3fabc6e412d2313e9aedd79e9597fd8f.chymera@gentoo \
    --to=horea.christ@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox