Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37904883
en ru br
ALT Linux repos
5.0: 0.6.3a-alt1.1
4.1: 0.6.3a-alt1.1
4.0: 0.6.3a-alt1
3.0: 0.6.2a-alt1

Group :: Development/Python
RPM: python-module-pyExcelerator

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define version 0.6.3a
%define release alt1
%setup_python_module pyExcelerator

Summary: Pure-python generating Excel 97+ files
Name: %packagename
Version: %version
Release: %release.1
Source0: %modulename-%version.tar.bz2
License: BSD
Group: Development/Python
Prefix: %prefix
BuildArchitectures: noarch
Vendor: Roman V. Kiseliov <roman at kiseliov.ru>
Url: http://sourceforge.net/projects/pyexcelerator/
Packager: Python Development Team <python at packages.altlinux.org>

Patch1: %modulename-%version-stdout.patch
Patch2: %modulename-%version-p23.patch

%description
pyExcelerator is a library for generating Excel 97/2000/XP/2003 and
OpenOffice Calc compatible spreadsheets. pyExcelerator has full-blown support
for UNICODE in Excel and Calc spreadsheets, allows using variety of formatting
features, provides interface to printing options of Excel and OpenOffice Calc.
pyExcelerator contains also Excel BIFF8 dumper and MS compound documents
dumper. Main advantage is possibility of generating Excel spreadsheets without
COM  servers.  The only requirement -- Python 2.4b2 or higher. From version
0.5 pyExcelerator can import data from Excel spreadsheets.

%prep
%setup  -q -n %modulename-%version
%patch1 -p1
%patch2 -p1

%build
%__python setup.py build

%install
%__python setup.py install --root=$RPM_BUILD_ROOT --optimize=2 --record=INSTALLED_FILES

%files -f INSTALLED_FILES

%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