Sat Mar 8 00:18:25 2008 UTC ()
Initial import of py-Excelerator 0.6.3a

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.

Status:

Vendor Tag:	pkgsrc-base
Release Tags:	TNF


(mjl)
diff -r0 -r1.1.1.1 pkgsrc/textproc/py-Excelerator/Makefile
diff -r0 -r1.1.1.1 pkgsrc/textproc/py-Excelerator/PLIST
diff -r0 -r1.1.1.1 pkgsrc/textproc/py-Excelerator/distinfo
diff -r0 -r1.1.1.1 pkgsrc/textproc/py-Excelerator/DESCR

File Added: pkgsrc/textproc/py-Excelerator/Makefile
# $NetBSD: Makefile,v 1.1.1.1 2008/03/08 00:18:25 mjl Exp $
#

DISTNAME=	pyexcelerator-${VERSION}
PKGNAME=	${PYPKGPREFIX}-Excelerator-${VERSION}
VERSION=	0.6.3a
CATEGORIES=	textproc python
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=pyexcelerator/}
EXTRACT_SUFX=	.zip

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	http://sourceforge.net/projects/pyexcelerator/
COMMENT=	Python library for generating Excel 97/2000/XP/2003 files

PYDISTUTILSPKG=	yes
PYTHON_VERSIONS_ACCEPTED=	24 25

# No -L please, needs upper case
EXTRACT_OPTS_ZIP=-aqo

WRKSRC=${WRKDIR}/pyExcelerator-${VERSION}

post-install:
	${INSTALL_DATA_DIR} ${PREFIX}/docs/py-Excelerator
	for f in CHANGES.txt LICENSE.txt README.txt THANKS.txt TODO.txt ; do \
		${INSTALL_DATA} ${WRKSRC}/$$f ${PREFIX}/docs/py-Excelerator/ ; \
	done
	${INSTALL_DATA_DIR} ${PREFIX}/examples/py-Excelerator
	for f in ${WRKSRC}/examples/*.py ${WRKSRC}/tools/*.py ; do \
		${INSTALL_DATA} $$f ${PREFIX}/examples/py-Excelerator/ ; \
	done

.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/textproc/py-Excelerator/PLIST
@comment $NetBSD: PLIST,v 1.1.1.1 2008/03/08 00:18:25 mjl Exp $
${PYSITELIB}/pyExcelerator/BIFFRecords.py
${PYSITELIB}/pyExcelerator/BIFFRecords.pyc
${PYSITELIB}/pyExcelerator/BIFFRecords.pyo
${PYSITELIB}/pyExcelerator/Bitmap.py
${PYSITELIB}/pyExcelerator/Bitmap.pyc
${PYSITELIB}/pyExcelerator/Bitmap.pyo
${PYSITELIB}/pyExcelerator/Cell.py
${PYSITELIB}/pyExcelerator/Cell.pyc
${PYSITELIB}/pyExcelerator/Cell.pyo
${PYSITELIB}/pyExcelerator/Column.py
${PYSITELIB}/pyExcelerator/Column.pyc
${PYSITELIB}/pyExcelerator/Column.pyo
${PYSITELIB}/pyExcelerator/CompoundDoc.py
${PYSITELIB}/pyExcelerator/CompoundDoc.pyc
${PYSITELIB}/pyExcelerator/CompoundDoc.pyo
${PYSITELIB}/pyExcelerator/Deco.py
${PYSITELIB}/pyExcelerator/Deco.pyc
${PYSITELIB}/pyExcelerator/Deco.pyo
${PYSITELIB}/pyExcelerator/ExcelFormula.py
${PYSITELIB}/pyExcelerator/ExcelFormula.pyc
${PYSITELIB}/pyExcelerator/ExcelFormula.pyo
${PYSITELIB}/pyExcelerator/ExcelFormulaLexer.py
${PYSITELIB}/pyExcelerator/ExcelFormulaLexer.pyc
${PYSITELIB}/pyExcelerator/ExcelFormulaLexer.pyo
${PYSITELIB}/pyExcelerator/ExcelFormulaParser.py
${PYSITELIB}/pyExcelerator/ExcelFormulaParser.pyc
${PYSITELIB}/pyExcelerator/ExcelFormulaParser.pyo
${PYSITELIB}/pyExcelerator/ExcelMagic.py
${PYSITELIB}/pyExcelerator/ExcelMagic.pyc
${PYSITELIB}/pyExcelerator/ExcelMagic.pyo
${PYSITELIB}/pyExcelerator/Formatting.py
${PYSITELIB}/pyExcelerator/Formatting.pyc
${PYSITELIB}/pyExcelerator/Formatting.pyo
${PYSITELIB}/pyExcelerator/ImportXLS.py
${PYSITELIB}/pyExcelerator/ImportXLS.pyc
${PYSITELIB}/pyExcelerator/ImportXLS.pyo
${PYSITELIB}/pyExcelerator/Row.py
${PYSITELIB}/pyExcelerator/Row.pyc
${PYSITELIB}/pyExcelerator/Row.pyo
${PYSITELIB}/pyExcelerator/Style.py
${PYSITELIB}/pyExcelerator/Style.pyc
${PYSITELIB}/pyExcelerator/Style.pyo
${PYSITELIB}/pyExcelerator/UnicodeUtils.py
${PYSITELIB}/pyExcelerator/UnicodeUtils.pyc
${PYSITELIB}/pyExcelerator/UnicodeUtils.pyo
${PYSITELIB}/pyExcelerator/Utils.py
${PYSITELIB}/pyExcelerator/Utils.pyc
${PYSITELIB}/pyExcelerator/Utils.pyo
${PYSITELIB}/pyExcelerator/Workbook.py
${PYSITELIB}/pyExcelerator/Workbook.pyc
${PYSITELIB}/pyExcelerator/Workbook.pyo
${PYSITELIB}/pyExcelerator/Worksheet.py
${PYSITELIB}/pyExcelerator/Worksheet.pyc
${PYSITELIB}/pyExcelerator/Worksheet.pyo
${PYSITELIB}/pyExcelerator/__init__.py
${PYSITELIB}/pyExcelerator/__init__.pyc
${PYSITELIB}/pyExcelerator/__init__.pyo
${PYSITELIB}/pyExcelerator/antlr.py
${PYSITELIB}/pyExcelerator/antlr.pyc
${PYSITELIB}/pyExcelerator/antlr.pyo
docs/py-Excelerator/CHANGES.txt
docs/py-Excelerator/LICENSE.txt
docs/py-Excelerator/README.txt
docs/py-Excelerator/THANKS.txt
docs/py-Excelerator/TODO.txt
examples/py-Excelerator/big-16Mb.py
examples/py-Excelerator/big-35Mb.py
examples/py-Excelerator/blanks.py
examples/py-Excelerator/col_width.py
examples/py-Excelerator/dates.py
examples/py-Excelerator/format.py
examples/py-Excelerator/formula_names.py
examples/py-Excelerator/formulas.py
examples/py-Excelerator/hyperlinks.py
examples/py-Excelerator/image.py
examples/py-Excelerator/merged.py
examples/py-Excelerator/merged0.py
examples/py-Excelerator/merged1.py
examples/py-Excelerator/mini.py
examples/py-Excelerator/num_formats.py
examples/py-Excelerator/numbers.py
examples/py-Excelerator/outline.py
examples/py-Excelerator/panes.py
examples/py-Excelerator/parse-fmla.py
examples/py-Excelerator/protection.py
examples/py-Excelerator/row_styles.py
examples/py-Excelerator/row_styles_empty.py
examples/py-Excelerator/sst.py
examples/py-Excelerator/unicode0.py
examples/py-Excelerator/unicode1.py
examples/py-Excelerator/unicode2.py
examples/py-Excelerator/wsprops.py
examples/py-Excelerator/Analyzer.py
examples/py-Excelerator/biff-dumper.py
examples/py-Excelerator/compdoc-dumper.py
examples/py-Excelerator/xls2csv-gerry.py
examples/py-Excelerator/xls2csv.py
examples/py-Excelerator/xls2html.py
examples/py-Excelerator/xls2txt.py
@dirrm examples/py-Excelerator
@dirrm docs/py-Excelerator
@dirrm ${PYSITELIB}/pyExcelerator

File Added: pkgsrc/textproc/py-Excelerator/distinfo
$NetBSD: distinfo,v 1.1.1.1 2008/03/08 00:18:25 mjl Exp $

SHA1 (pyexcelerator-0.6.3a.zip) = 7e4109015ae7e018cc7dbe71ca7ad440ed206388
RMD160 (pyexcelerator-0.6.3a.zip) = 4ff9dc730c85a25fa211b9a6a9c36c14fbb6f8bd
Size (pyexcelerator-0.6.3a.zip) = 266911 bytes

File Added: pkgsrc/textproc/py-Excelerator/DESCR
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.