summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2018-12-15 21:02:58 +0000
committeradam <adam@pkgsrc.org>2018-12-15 21:02:58 +0000
commit9391a6d6cecf0b477b5faf73589f7223148bad36 (patch)
tree8931da43954106313720a26e85bb3a356a2de206 /textproc
parent4fcf624c4eda2e43548af444296dd55b6a4012d5 (diff)
downloadpkgsrc-9391a6d6cecf0b477b5faf73589f7223148bad36.tar.gz
py-xlrd: updated to 1.2.0
1.2.0: - Added support for Python 3.7. - Added optional support for defusedxml to help mitigate exploits. - Automatically convert ~ in file paths to the current user's home directory. - Removed examples directory from the installed package. They are still available in the source distribution. - Fixed time.clock() deprecation warning.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/py-xlrd/Makefile9
-rw-r--r--textproc/py-xlrd/PLIST9
-rw-r--r--textproc/py-xlrd/distinfo10
3 files changed, 12 insertions, 16 deletions
diff --git a/textproc/py-xlrd/Makefile b/textproc/py-xlrd/Makefile
index a271819fb59..2ff880819c8 100644
--- a/textproc/py-xlrd/Makefile
+++ b/textproc/py-xlrd/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2017/08/31 09:27:44 adam Exp $
+# $NetBSD: Makefile,v 1.13 2018/12/15 21:02:58 adam Exp $
-DISTNAME= xlrd-1.1.0
+DISTNAME= xlrd-1.2.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=x/xlrd/}
@@ -10,10 +10,11 @@ HOMEPAGE= http://www.lexicon.net/sjmachin/xlrd.htm
COMMENT= Python library to extract data from Microsoft Excel spreadsheet files
LICENSE= modified-bsd
-USE_LANGUAGES= # none
+USE_LANGUAGES= # none
post-install:
- cd ${DESTDIR}${PREFIX}/bin && ${MV} runxlrd.py runxlrd${PYVERSSUFFIX}.py || ${TRUE}
+ cd ${DESTDIR}${PREFIX}/bin && \
+ ${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 91ebc665332..db31912769f 100644
--- a/textproc/py-xlrd/PLIST
+++ b/textproc/py-xlrd/PLIST
@@ -1,9 +1,8 @@
-@comment $NetBSD: PLIST,v 1.8 2017/08/31 09:27:44 adam Exp $
-bin/runxlrd${PYVERSSUFFIX}.py
+@comment $NetBSD: PLIST,v 1.9 2018/12/15 21:02:58 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}/not-zip-safe
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/xlrd/__init__.py
${PYSITELIB}/xlrd/__init__.pyc
@@ -17,10 +16,6 @@ ${PYSITELIB}/xlrd/book.pyo
${PYSITELIB}/xlrd/compdoc.py
${PYSITELIB}/xlrd/compdoc.pyc
${PYSITELIB}/xlrd/compdoc.pyo
-${PYSITELIB}/xlrd/examples/namesdemo.xls
-${PYSITELIB}/xlrd/examples/xlrdnameAPIdemo.py
-${PYSITELIB}/xlrd/examples/xlrdnameAPIdemo.pyc
-${PYSITELIB}/xlrd/examples/xlrdnameAPIdemo.pyo
${PYSITELIB}/xlrd/formatting.py
${PYSITELIB}/xlrd/formatting.pyc
${PYSITELIB}/xlrd/formatting.pyo
diff --git a/textproc/py-xlrd/distinfo b/textproc/py-xlrd/distinfo
index a0e567f238d..1dfa40add65 100644
--- a/textproc/py-xlrd/distinfo
+++ b/textproc/py-xlrd/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2017/08/31 09:27:44 adam Exp $
+$NetBSD: distinfo,v 1.8 2018/12/15 21:02:58 adam Exp $
-SHA1 (xlrd-1.1.0.tar.gz) = cb048309af7710ccb4e3d2c6a0515a52fc18d3f1
-RMD160 (xlrd-1.1.0.tar.gz) = a388fd7831f07f47877f5044ce2d131a36765f7b
-SHA512 (xlrd-1.1.0.tar.gz) = b58f8d2febc0381ebbddac140139a9a216b5abbc25c11dfbf16fee94c87c84916e6710660542e24bb769163792af000947e3e91616142a82a2b532e59093dbfe
-Size (xlrd-1.1.0.tar.gz) = 541397 bytes
+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