[packages/visidata] new

atler atler at pld-linux.org
Sat Feb 12 00:48:56 CET 2022


commit 4c58eec359926cccd1f70403da4831a6aaf5820b
Author: Jan Palus <atler at pld-linux.org>
Date:   Sat Feb 12 00:48:32 2022 +0100

    new

 visidata.spec | 43 +++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 43 insertions(+)
---
diff --git a/visidata.spec b/visidata.spec
new file mode 100644
index 0000000..4b71872
--- /dev/null
+++ b/visidata.spec
@@ -0,0 +1,43 @@
+Summary:	A terminal interface for exploring and arranging tabular data
+Name:		visidata
+Version:	2.8
+Release:	0.1
+License:	GPL v3+
+Group:		Applications
+Source0:	https://github.com/saulpw/visidata/archive/v%{version}/%{name}-%{version}.tar.gz
+# Source0-md5:	2a62c2e8800c6cd45c152a5fbdabf197
+URL:		https://www.visidata.org/
+BuildRequires:	python3
+BuildRequires:	python3-modules
+BuildRequires:	python3-setuptools
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+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.
+
+%prep
+%setup -q
+
+%build
+%py3_build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%py3_install
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/vd
+%attr(755,root,root) %{_bindir}/visidata
+%{py3_sitescriptdir}/visidata
+%{py3_sitescriptdir}/visidata-%{version}-py*.egg-info
+%{_mandir}/man1/vd.1*
+%{_mandir}/man1/visidata.1*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/visidata.git/commitdiff/4c58eec359926cccd1f70403da4831a6aaf5820b



More information about the pld-cvs-commit mailing list