]> git.pld-linux.org Git - packages/visidata.git/blob - visidata.spec
new
[packages/visidata.git] / visidata.spec
1 Summary:        A terminal interface for exploring and arranging tabular data
2 Name:           visidata
3 Version:        2.8
4 Release:        0.1
5 License:        GPL v3+
6 Group:          Applications
7 Source0:        https://github.com/saulpw/visidata/archive/v%{version}/%{name}-%{version}.tar.gz
8 # Source0-md5:  2a62c2e8800c6cd45c152a5fbdabf197
9 URL:            https://www.visidata.org/
10 BuildRequires:  python3
11 BuildRequires:  python3-modules
12 BuildRequires:  python3-setuptools
13 BuildArch:      noarch
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 VisiData is an interactive multitool for tabular data. It combines the
18 clarity of a spreadsheet, the efficiency of the terminal, and the
19 power of Python, into a lightweight utility which can handle millions
20 of rows with ease.
21
22 %prep
23 %setup -q
24
25 %build
26 %py3_build
27
28 %install
29 rm -rf $RPM_BUILD_ROOT
30
31 %py3_install
32
33 %clean
34 rm -rf $RPM_BUILD_ROOT
35
36 %files
37 %defattr(644,root,root,755)
38 %attr(755,root,root) %{_bindir}/vd
39 %attr(755,root,root) %{_bindir}/visidata
40 %{py3_sitescriptdir}/visidata
41 %{py3_sitescriptdir}/visidata-%{version}-py*.egg-info
42 %{_mandir}/man1/vd.1*
43 %{_mandir}/man1/visidata.1*
This page took 0.148024 seconds and 3 git commands to generate.