]> git.pld-linux.org Git - packages/visidata.git/blame - visidata.spec
rebuild with python 3.10
[packages/visidata.git] / visidata.spec
CommitLineData
4c58eec3
JP
1Summary: A terminal interface for exploring and arranging tabular data
2Name: visidata
3Version: 2.8
0c1007b4 4Release: 3
4c58eec3
JP
5License: GPL v3+
6Group: Applications
7Source0: https://github.com/saulpw/visidata/archive/v%{version}/%{name}-%{version}.tar.gz
8# Source0-md5: 2a62c2e8800c6cd45c152a5fbdabf197
9URL: https://www.visidata.org/
10BuildRequires: python3
11BuildRequires: python3-modules
12BuildRequires: python3-setuptools
b422ee7d
JP
13Suggests: python3-lxml
14Suggests: python3-odfpy
15Suggests: python3-openpyxl
16Suggests: python3-tabulate
17Suggests: python3-xlrd
18Suggests: python3-xlwt
4c58eec3
JP
19BuildArch: noarch
20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22%description
23VisiData is an interactive multitool for tabular data. It combines the
24clarity of a spreadsheet, the efficiency of the terminal, and the
25power of Python, into a lightweight utility which can handle millions
26of rows with ease.
27
28%prep
29%setup -q
30
31%build
32%py3_build
33
34%install
35rm -rf $RPM_BUILD_ROOT
36
37%py3_install
38
39%clean
40rm -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.062469 seconds and 4 git commands to generate.