diff options
author | obache <obache@pkgsrc.org> | 2012-02-04 12:03:32 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-02-04 12:03:32 +0000 |
commit | 686a899205724a9ef2321f78f2a868410056cd44 (patch) | |
tree | ba08611a03a97b4f32a55209378c7325745676c7 /textproc/py-Excelerator | |
parent | adc3e8d5af01c032269595a36030458351c6c09a (diff) | |
download | pkgsrc-686a899205724a9ef2321f78f2a868410056cd44.tar.gz |
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.
Diffstat (limited to 'textproc/py-Excelerator')
-rw-r--r-- | textproc/py-Excelerator/Makefile | 10 | ||||
-rw-r--r-- | textproc/py-Excelerator/PLIST | 3 | ||||
-rw-r--r-- | textproc/py-Excelerator/distinfo | 8 |
3 files changed, 11 insertions, 10 deletions
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 |