Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37692932
en ru br
Репозитории ALT

Группа :: Development/Python3
Пакет: python3-module-openpyxl

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   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

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin