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.
This commit is contained in:
parent
9e535f758e
commit
3236873ec5
3 changed files with 11 additions and 10 deletions
|
@ -1,9 +1,9 @@
|
|||
# $NetBSD: Makefile,v 1.7 2011/10/01 20:39:28 dholland Exp $
|
||||
# $NetBSD: Makefile,v 1.8 2012/02/04 12:03:32 obache Exp $
|
||||
#
|
||||
|
||||
DISTNAME= pyexcelerator-${VERSION}
|
||||
PKGNAME= ${PYPKGPREFIX}-Excelerator-${VERSION}
|
||||
VERSION= 0.6.3a
|
||||
VERSION= 0.6.4.1
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pyexcelerator/}
|
||||
EXTRACT_SUFX= .zip
|
||||
|
@ -14,9 +14,9 @@ COMMENT= Python library for generating Excel 97/2000/XP/2003 files
|
|||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
PYDISTUTILSPKG= yes
|
||||
USE_LANGUAGES= #none
|
||||
|
||||
WRKSRC=${WRKDIR}/pyExcelerator-${VERSION}
|
||||
EGG_NAME= pyExcelerator-${VERSION}
|
||||
|
||||
REPLACE_PYTHON+= pyExcelerator/BIFFRecords.py
|
||||
REPLACE_PYTHON+= pyExcelerator/Bitmap.py
|
||||
|
@ -46,5 +46,5 @@ post-install:
|
|||
done
|
||||
|
||||
.include "../../lang/python/application.mk"
|
||||
.include "../../lang/python/extension.mk"
|
||||
.include "../../lang/python/distutils.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
@comment $NetBSD: PLIST,v 1.4 2012/02/04 11:58:19 obache Exp $
|
||||
@comment $NetBSD: PLIST,v 1.5 2012/02/04 12:03:32 obache Exp $
|
||||
${PLIST.eggfile}${PYSITELIB}/${EGG_FILE}
|
||||
${PYSITELIB}/pyExcelerator/BIFFRecords.py
|
||||
${PYSITELIB}/pyExcelerator/BIFFRecords.pyc
|
||||
${PYSITELIB}/pyExcelerator/BIFFRecords.pyo
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2008/03/08 00:18:25 mjl Exp $
|
||||
$NetBSD: distinfo,v 1.2 2012/02/04 12:03:32 obache Exp $
|
||||
|
||||
SHA1 (pyexcelerator-0.6.3a.zip) = 7e4109015ae7e018cc7dbe71ca7ad440ed206388
|
||||
RMD160 (pyexcelerator-0.6.3a.zip) = 4ff9dc730c85a25fa211b9a6a9c36c14fbb6f8bd
|
||||
Size (pyexcelerator-0.6.3a.zip) = 266911 bytes
|
||||
SHA1 (pyexcelerator-0.6.4.1.zip) = ac3a1fe750e55c4749fd9f1289304f57712ddf72
|
||||
RMD160 (pyexcelerator-0.6.4.1.zip) = 68e0c660fd77e18ba5f7eb3fc1ae22cd1184c11b
|
||||
Size (pyexcelerator-0.6.4.1.zip) = 173654 bytes
|
||||
|
|
Loading…
Reference in a new issue