pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/py-Excelerator Update py-excelerator to 0.6.4.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6645d0ddea57
branches:  trunk
changeset: 599060:6645d0ddea57
user:      obache <obache%pkgsrc.org@localhost>
date:      Sat Feb 04 12:03:32 2012 +0000

description:
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:

 textproc/py-Excelerator/Makefile |  10 +++++-----
 textproc/py-Excelerator/PLIST    |   3 ++-
 textproc/py-Excelerator/distinfo |   8 ++++----
 3 files changed, 11 insertions(+), 10 deletions(-)

diffs (57 lines):

diff -r 74e670fe7592 -r 6645d0ddea57 textproc/py-Excelerator/Makefile
--- a/textproc/py-Excelerator/Makefile  Sat Feb 04 11:58:19 2012 +0000
+++ b/textproc/py-Excelerator/Makefile  Sat Feb 04 12:03:32 2012 +0000
@@ -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 @@
 
 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 @@
        done
 
 .include "../../lang/python/application.mk"
-.include "../../lang/python/extension.mk"
+.include "../../lang/python/distutils.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 74e670fe7592 -r 6645d0ddea57 textproc/py-Excelerator/PLIST
--- a/textproc/py-Excelerator/PLIST     Sat Feb 04 11:58:19 2012 +0000
+++ b/textproc/py-Excelerator/PLIST     Sat Feb 04 12:03:32 2012 +0000
@@ -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 -r 74e670fe7592 -r 6645d0ddea57 textproc/py-Excelerator/distinfo
--- a/textproc/py-Excelerator/distinfo  Sat Feb 04 11:58:19 2012 +0000
+++ b/textproc/py-Excelerator/distinfo  Sat Feb 04 12:03:32 2012 +0000
@@ -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



Home | Main Index | Thread Index | Old Index