summaryrefslogtreecommitdiff
path: root/textproc/py-xlrd
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2021-04-15 06:44:01 +0000
committeradam <adam@pkgsrc.org>2021-04-15 06:44:01 +0000
commitb0fb346503afd981de30c68adcea010302b7ddbc (patch)
tree101618b10d4e445442bd07ef255c027ab597c2b2 /textproc/py-xlrd
parent23880d7643f59aac559b04803c8490f2389c2a95 (diff)
downloadpkgsrc-b0fb346503afd981de30c68adcea010302b7ddbc.tar.gz
py-xlrd: updated to 2.0.1
2.0.1 (11 December 2020) ------------------------ - Use the README as the long description on PyPI. 2.0.0 (11 December 2020) ------------------------ - Remove support for anything other than ``.xls`` files. - Remove support for ``psyco``. - Change the default encoding used when no ``CODEPAGE`` record can be found from ``ascii`` to ``iso-8859-1``. - Add support for iterating over :class:`~xlrd.book.Book` objects. - Add support for item access from :class:`~xlrd.book.Book` objects, where integer indices and string sheet names are supported. - Non-unicode spaces are now stripped from the "last author" information. - Workbook corruption errors can now be ignored using the ``ignore_workbook_corruption`` option to :class:`~xlrd.open_workbook`. - Handle ``WRITEACCESS`` records with invalid trailing characters. - Officially support Python 3.8 and 3.9.
Diffstat (limited to 'textproc/py-xlrd')
-rw-r--r--textproc/py-xlrd/Makefile6
-rw-r--r--textproc/py-xlrd/PLIST6
-rw-r--r--textproc/py-xlrd/distinfo10
3 files changed, 10 insertions, 12 deletions
diff --git a/textproc/py-xlrd/Makefile b/textproc/py-xlrd/Makefile
index b97c194dad1..06860742190 100644
--- a/textproc/py-xlrd/Makefile
+++ b/textproc/py-xlrd/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2019/06/05 00:37:43 gutteridge Exp $
+# $NetBSD: Makefile,v 1.15 2021/04/15 06:44:01 adam Exp $
-DISTNAME= xlrd-1.2.0
+DISTNAME= xlrd-2.0.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=x/xlrd/}
@@ -14,7 +14,7 @@ USE_LANGUAGES= # none
post-install:
cd ${DESTDIR}${PREFIX}/bin && \
- ${MV} runxlrd.py runxlrd-${PYVERSSUFFIX}.py || ${TRUE}
+ ${MV} runxlrd.py runxlrd-${PYVERSSUFFIX}.py || ${TRUE}
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/py-xlrd/PLIST b/textproc/py-xlrd/PLIST
index db31912769f..4a06ba6b8c4 100644
--- a/textproc/py-xlrd/PLIST
+++ b/textproc/py-xlrd/PLIST
@@ -1,8 +1,9 @@
-@comment $NetBSD: PLIST,v 1.9 2018/12/15 21:02:58 adam Exp $
+@comment $NetBSD: PLIST,v 1.10 2021/04/15 06:44:01 adam Exp $
bin/runxlrd-${PYVERSSUFFIX}.py
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/xlrd/__init__.py
${PYSITELIB}/xlrd/__init__.pyc
@@ -34,6 +35,3 @@ ${PYSITELIB}/xlrd/timemachine.pyo
${PYSITELIB}/xlrd/xldate.py
${PYSITELIB}/xlrd/xldate.pyc
${PYSITELIB}/xlrd/xldate.pyo
-${PYSITELIB}/xlrd/xlsx.py
-${PYSITELIB}/xlrd/xlsx.pyc
-${PYSITELIB}/xlrd/xlsx.pyo
diff --git a/textproc/py-xlrd/distinfo b/textproc/py-xlrd/distinfo
index 1dfa40add65..e57715abdf1 100644
--- a/textproc/py-xlrd/distinfo
+++ b/textproc/py-xlrd/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2018/12/15 21:02:58 adam Exp $
+$NetBSD: distinfo,v 1.9 2021/04/15 06:44:01 adam Exp $
-SHA1 (xlrd-1.2.0.tar.gz) = 37de8b5d90f283edd95965e60209f31d60f0e5ec
-RMD160 (xlrd-1.2.0.tar.gz) = 2b4384ccd88437c2fc878ae7a26f7755b2adea10
-SHA512 (xlrd-1.2.0.tar.gz) = eea14845701b86a2679f140c9730e8ee2722b4f859cdd870f86bf54df522d54fc3c78dc4354aeb958c72596a6349995e9d79935efc734de096f6e007945fc1b3
-Size (xlrd-1.2.0.tar.gz) = 554079 bytes
+SHA1 (xlrd-2.0.1.tar.gz) = 01eb850a2cac122396041231a44636264b8a0ee8
+RMD160 (xlrd-2.0.1.tar.gz) = 0e4c7263c6694f08f944edd55d938cf10145f4f1
+SHA512 (xlrd-2.0.1.tar.gz) = 43c95d74f7f515c8f6e98af607029f25dd56df1dda2d2f2b1550bf057ec220f902c76e1302cbd6c411c59aa0cff90881e51f63873a9371635fa80e69ab024025
+Size (xlrd-2.0.1.tar.gz) = 100259 bytes