]> git.pld-linux.org Git - packages/visidata.git/blob - visidata.spec
rebuild with python 3.10
[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:        3
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 Suggests:       python3-lxml
14 Suggests:       python3-odfpy
15 Suggests:       python3-openpyxl
16 Suggests:       python3-tabulate
17 Suggests:       python3-xlrd
18 Suggests:       python3-xlwt
19 BuildArch:      noarch
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 VisiData is an interactive multitool for tabular data. It combines the
24 clarity of a spreadsheet, the efficiency of the terminal, and the
25 power of Python, into a lightweight utility which can handle millions
26 of rows with ease.
27
28 %prep
29 %setup -q
30
31 %build
32 %py3_build
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36
37 %py3_install
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %attr(755,root,root) %{_bindir}/vd
45 %attr(755,root,root) %{_bindir}/visidata
46 %{py3_sitescriptdir}/visidata
47 %{py3_sitescriptdir}/visidata-%{version}-py*.egg-info
48 %{_mandir}/man1/vd.1*
49 %{_mandir}/man1/visidata.1*
This page took 0.19414 seconds and 4 git commands to generate.