summaryrefslogtreecommitdiff
path: root/textproc/py-xlrd
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2012-04-23 13:13:44 +0000
committerobache <obache@pkgsrc.org>2012-04-23 13:13:44 +0000
commitbb386ef681a3ac95f6ae8559337a5619b9e9cf7f (patch)
tree9284ad6b875c28312fabccea3c6ff17c6641a8ac /textproc/py-xlrd
parent0d914a4e46e957e1ac0c11aa2293728fc9e187d4 (diff)
downloadpkgsrc-bb386ef681a3ac95f6ae8559337a5619b9e9cf7f.tar.gz
Update py-xlrd to 0.7.7.
0.7.7. This release features the following changes: - Google Spreadsheet doesn't write the undefined-contents byte at the end of a NOTE record. Excel doesn't care. Now xlrd doesn't care either. - Version information is now stored in a .py file, hopefully keeping py2exe and other freeze tools happy. (0.7.5, 0.7.6 ...fixes packaging issues in 0.7.4...) 0.7.4. This release features the following changes: - Fixed a bug where xlrd was silently truncating long text formula results - Avoid parsing STYLE records when formatting_info=False - More tolerance of out-of-spec files. - Minor performance improvements.
Diffstat (limited to 'textproc/py-xlrd')
-rw-r--r--textproc/py-xlrd/Makefile6
-rw-r--r--textproc/py-xlrd/PLIST5
-rw-r--r--textproc/py-xlrd/distinfo8
3 files changed, 11 insertions, 8 deletions
diff --git a/textproc/py-xlrd/Makefile b/textproc/py-xlrd/Makefile
index ec6bc757057..5bd03ba51bc 100644
--- a/textproc/py-xlrd/Makefile
+++ b/textproc/py-xlrd/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.2 2012/02/04 13:07:50 obache Exp $
+# $NetBSD: Makefile,v 1.3 2012/04/23 13:13:44 obache Exp $
#
-DISTNAME= xlrd-0.7.1
+DISTNAME= xlrd-0.7.7
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
-MASTER_SITES= http://cheeseshop.python.org/packages/source/x/xlrd/
+MASTER_SITES= http://pypi.python.org/packages/source/x/xlrd/
MAINTAINER= obache@NetBSD.org
HOMEPAGE= http://www.lexicon.net/sjmachin/xlrd.htm
diff --git a/textproc/py-xlrd/PLIST b/textproc/py-xlrd/PLIST
index f3c3fd7c7a7..95272e1a6aa 100644
--- a/textproc/py-xlrd/PLIST
+++ b/textproc/py-xlrd/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2012/04/23 12:58:45 obache Exp $
+@comment $NetBSD: PLIST,v 1.5 2012/04/23 13:13:44 obache Exp $
bin/runxlrd.py
${PYSITELIB}/${EGG_FILE}
${PYSITELIB}/xlrd/__init__.py
@@ -22,6 +22,9 @@ ${PYSITELIB}/xlrd/formatting.pyo
${PYSITELIB}/xlrd/formula.py
${PYSITELIB}/xlrd/formula.pyc
${PYSITELIB}/xlrd/formula.pyo
+${PYSITELIB}/xlrd/info.py
+${PYSITELIB}/xlrd/info.pyc
+${PYSITELIB}/xlrd/info.pyo
${PYSITELIB}/xlrd/licences.py
${PYSITELIB}/xlrd/licences.pyc
${PYSITELIB}/xlrd/licences.pyo
diff --git a/textproc/py-xlrd/distinfo b/textproc/py-xlrd/distinfo
index 0afa84500c6..c33c7515f27 100644
--- a/textproc/py-xlrd/distinfo
+++ b/textproc/py-xlrd/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2010/08/05 12:18:06 obache Exp $
+$NetBSD: distinfo,v 1.2 2012/04/23 13:13:44 obache Exp $
-SHA1 (xlrd-0.7.1.tar.gz) = 9d06a1ebbf796530a1abb497f633a796606f4ad1
-RMD160 (xlrd-0.7.1.tar.gz) = 1dbbde702c515e5af3257fe403975c13c52632fc
-Size (xlrd-0.7.1.tar.gz) = 118302 bytes
+SHA1 (xlrd-0.7.7.tar.gz) = c829729dcfab38fe00b93b5f91147456a7d40abf
+RMD160 (xlrd-0.7.7.tar.gz) = 3126668d25bb706d6ad236183784b1df6bbf45b7
+Size (xlrd-0.7.7.tar.gz) = 132736 bytes