From 3c3ccfccdb90a2cccb90393cd583ac09dab27700 Mon Sep 17 00:00:00 2001 From: obache Date: Sat, 4 Feb 2012 12:03:32 +0000 Subject: 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. --- textproc/py-Excelerator/Makefile | 10 +++++----- textproc/py-Excelerator/PLIST | 3 ++- textproc/py-Excelerator/distinfo | 8 ++++---- 3 files changed, 11 insertions(+), 10 deletions(-) (limited to 'textproc') diff --git a/textproc/py-Excelerator/Makefile b/textproc/py-Excelerator/Makefile index 4e5e6644abf..4d1c5c61301 100644 --- a/textproc/py-Excelerator/Makefile +++ b/textproc/py-Excelerator/Makefile @@ -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" diff --git a/textproc/py-Excelerator/PLIST b/textproc/py-Excelerator/PLIST index c23555766d6..714180e6074 100644 --- a/textproc/py-Excelerator/PLIST +++ b/textproc/py-Excelerator/PLIST @@ -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 diff --git a/textproc/py-Excelerator/distinfo b/textproc/py-Excelerator/distinfo index f8760edc38e..fc26ad95633 100644 --- a/textproc/py-Excelerator/distinfo +++ b/textproc/py-Excelerator/distinfo @@ -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 -- cgit v1.2.3