Commit graph

13 commits

Author SHA1 Message Date
wiz
c1b44346cd Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.
2014-05-09 07:36:53 +00:00
wiz
aa67e11089 Mark packages as not ready for python-3.x where applicable;
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.
2014-01-25 10:29:56 +00:00
asau
1f96787c11 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
cheusov
4b97be0632 Bump revision for packages with changed CONFLICTS (PYTHON_SELF_CONFLICT) 2012-10-04 00:21:58 +00:00
cheusov
11c7685b77 CONFLICTS between python modules 2012-10-03 23:40:35 +00:00
obache
3236873ec5 Update py-excelerator to 0.6.4.1.
(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.
2012-02-04 12:03:32 +00:00
dholland
8891ed45e5 REPLACE_PYTHON 2011-10-01 20:39:28 +00:00
obache
e1c2ed3fad Drop PYTHON_VERSION_ACCEPTED restriction, it was just "not accept python23". 2011-06-14 11:10:54 +00:00
wiz
cf79fe6cb9 Get rid of now unnecessary EXTRACT_OPTS_ZIP. 2009-08-25 11:57:44 +00:00
joerg
be089192f3 Sort PYTHON_VERSIONS_ACCEPTED. 2009-02-11 14:23:31 +00:00
joerg
ba171a91fa Add DESTDIR support. 2008-06-12 02:14:13 +00:00
mjl
8966cc0036 Correct doc and example path. 2008-03-08 00:32:21 +00:00
mjl
5017630b09 Initial import of py-Excelerator 0.6.3a
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.
2008-03-08 00:18:25 +00:00