Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37813507
en ru br
ALT Linux repos
S:3.0.10-alt1

Group :: Development/Python3
RPM: python3-module-openpyxl

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define _unpackaged_files_terminate_build 1
%define oname openpyxl

Name:    python3-module-%oname
Version: 3.0.10
Release: alt1
Summary: A Python library to read/write Excel 2007 xlsx/xlsm files
License: MIT/Expat
Group:   Development/Python3
Url:     http://openpyxl.readthedocs.io
Packager: Andrey Cherepanov <cas at altlinux.org>

# https://foss.heptapod.net/openpyxl/openpyxl

Source0: %oname-%version.tar.gz

BuildArch: noarch

%py3_requires jdcal et_xmlfile
%py3_provides %oname

BuildRequires(pre): rpm-build-python3
BuildRequires: python3-module-wheel
BuildRequires: python3-devel python3-test
BuildRequires: python3-module-jdcal
BuildRequires: python3-module-memory_profiler
BuildRequires: python3-module-et_xmlfile
BuildRequires: python3-module-numpy
BuildRequires: python3-module-pandas-tests
BuildRequires: python3-module-Pillow

%description
openpyxl is a Python library to read/write Excel 2010 xlsx/xlsm files.

It was born from lack of existing library to read/write natively from
Python the Office Open XML format.

%prep
%setup -n %{oname}-%{version}

%build
%pyproject_build

%install
%pyproject_install

%check
%tox_check_pyproject

%files
%doc LICENCE.rst README.rst
%python3_sitelibdir/*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin