]> git.pld-linux.org Git - packages/python3-openpyxl.git/blob - python3-openpyxl.spec
2cc927a1dd268fa9d0a8b1b5727b52a84fbbaca5
[packages/python3-openpyxl.git] / python3-openpyxl.spec
1 %define         module  openpyxl
2 Summary:        A Python library to read/write Excel 2007 xlsx/xlsm files
3 Summary(pl.UTF-8):      Biblioteka umożliwiająca tworzenie plików w formacie xlsx/xlsm dla języka Python.
4 Name:           python3-%{module}
5 Version:        3.0.6
6 Release:        1
7 License:        MIT
8 Group:          Development/Languages/Python
9 Source0:        https://pypi.python.org/packages/source/o/%{module}/%{module}-%{version}.tar.gz
10 # Source0-md5:  bfcd5a08491e4ac72c61d87d2bb22bb5
11 URL:            https://openpyxl.readthedocs.io
12 BuildRequires:  python3-modules >= 1:3.6
13 BuildRequires:  python3-setuptools
14 BuildRequires:  rpm-pythonprov
15 BuildRequires:  rpmbuild(macros) >= 1.710
16 Requires:       python3-modules >= 1:3.6
17 BuildArch:      noarch
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 Openpyxl is a pure python reader and writer of Excel OpenXML files. It
22 is ported from the PHPExcel project
23
24 %prep
25 %setup -q -n %{module}-%{version}
26
27 %build
28 %py3_build
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32 %py3_install
33
34 %clean
35 rm -rf $RPM_BUILD_ROOT
36
37 %files
38 %defattr(644,root,root,755)
39 %doc AUTHORS.rst README.rst
40 %{py3_sitescriptdir}/%{module}
41 %{py3_sitescriptdir}/%{module}-*.egg-info
This page took 0.042248 seconds and 2 git commands to generate.