Problems found locating distfiles:
Package cabocha: missing distfile cabocha-0.68.tar.bz2
Package convertlit: missing distfile clit18src.zip
Package php-enchant: missing distfile php-enchant/enchant-1.1.0.tgz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.
Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.
Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.
Whitespace cleanups and other nits corrected, where necessary.
(while here, register egg-info).
0.6.4.1 (11.04.2009)
---------
* support writing to file-like objects
* add support for setting formula cell options
* add support for using color name strings to set the Font color
properties
* add support for setting default row height records
* add set_column, set_columns, and write_cols which are similar
to the perl counter parts and allow setting/writing to multiple columns
* allow page breaks to be intergers in the page break list
* add support for setting print area, and beginnings of other macros
and builtin functions
* allow None to be given to add_style to set default style
* Accepted patch for some bugs in the RK conversion routine from
John Machin
* add support for setting default results for formulas
* fix bug in lexer where symbols of more than one character are
not recognized
* Fix#1621199: typo causes DIMENSIONS record to have wrong number
of columns
* add support hyperlinks
* FIX#1618833: XFStyle defaults are now copies of the default properties.
This 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.