summaryrefslogtreecommitdiff
path: root/textproc/py-Excelerator
AgeCommit message (Collapse)AuthorFilesLines
2017-01-01Add python-3.6 to incompatible versions.wiz1-2/+2
2016-07-09Remove python33: adapt all packages that refer to it.wiz1-2/+2
2015-12-05Extend PYTHON_VERSIONS_INCOMPATIBLE to 35adam1-2/+2
2015-11-04Add SHA512 digests for distfiles for textproc categoryagc1-1/+2
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.
2014-05-09Mark packages that are not ready for python-3.3 also not ready for 3.4,wiz1-2/+2
until proven otherwise.
2014-01-25Mark packages as not ready for python-3.x where applicable;wiz1-2/+3
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.
2012-10-25Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-04Bump revision for packages with changed CONFLICTS (PYTHON_SELF_CONFLICT)cheusov1-1/+2
2012-10-03CONFLICTS between python modulescheusov1-1/+3
2012-04-08All supported python versions in pkgsrc support eggs, so removewiz1-2/+2
${PLIST.eggfile} from PLISTs and support code from lang/python.
2012-02-04Update py-excelerator to 0.6.4.1.obache3-10/+11
(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-04sortobache1-4/+4
2011-10-01REPLACE_PYTHONdholland1-1/+19
2011-06-14Drop PYTHON_VERSION_ACCEPTED restriction, it was just "not accept python23".obache1-2/+1
2009-08-25Get rid of now unnecessary EXTRACT_OPTS_ZIP.wiz1-4/+1
2009-06-14Remove @dirrm entries from PLISTsjoerg1-4/+1
2009-02-11Sort PYTHON_VERSIONS_ACCEPTED.joerg1-2/+2
2008-06-12Add DESTDIR support.joerg1-5/+7
2008-03-08Correct doc and example path.mjl2-47/+47
2008-03-08Initial import of py-Excelerator 0.6.3amjl4-0/+147
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.