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