pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/py-Excelerator Initial import of py-Excelerat...
details: https://anonhg.NetBSD.org/pkgsrc/rev/3997f7490989
branches: trunk
changeset: 539542:3997f7490989
user: mjl <mjl%pkgsrc.org@localhost>
date: Sat Mar 08 00:18:25 2008 +0000
description:
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.
diffstat:
textproc/py-Excelerator/DESCR | 5 +
textproc/py-Excelerator/Makefile | 34 ++++++++++++
textproc/py-Excelerator/PLIST | 103 +++++++++++++++++++++++++++++++++++++++
textproc/py-Excelerator/distinfo | 5 +
4 files changed, 147 insertions(+), 0 deletions(-)
diffs (163 lines):
diff -r c4f6f436f87f -r 3997f7490989 textproc/py-Excelerator/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-Excelerator/DESCR Sat Mar 08 00:18:25 2008 +0000
@@ -0,0 +1,5 @@
+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.
diff -r c4f6f436f87f -r 3997f7490989 textproc/py-Excelerator/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-Excelerator/Makefile Sat Mar 08 00:18:25 2008 +0000
@@ -0,0 +1,34 @@
+# $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@localhost
+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"
diff -r c4f6f436f87f -r 3997f7490989 textproc/py-Excelerator/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-Excelerator/PLIST Sat Mar 08 00:18:25 2008 +0000
@@ -0,0 +1,103 @@
+@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
diff -r c4f6f436f87f -r 3997f7490989 textproc/py-Excelerator/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-Excelerator/distinfo Sat Mar 08 00:18:25 2008 +0000
@@ -0,0 +1,5 @@
+$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
Home |
Main Index |
Thread Index |
Old Index