diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-09-21 03:16:26 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-09-21 03:44:59 +0000 |
commit | 856d5c4d6f1d433c284b1b8848a81cebfe2c6986 (patch) | |
tree | fd4ddda4e48abc0bea0d70423993931e194163eb | |
parent | c3bc1c46cc02efe89b1a2baf8042828036ed06d5 (diff) | |
download | ports-856d5c4d6f1d433c284b1b8848a81cebfe2c6986.tar.gz ports-856d5c4d6f1d433c284b1b8848a81cebfe2c6986.zip |
textproc/py-pyexcel: Update to 0.6.7
Changes: https://github.com/pyexcel/pyexcel/releases
https://github.com/pyexcel/pyexcel/blob/dev/CHANGELOG.rst
-rw-r--r-- | textproc/py-pyexcel/Makefile | 5 | ||||
-rw-r--r-- | textproc/py-pyexcel/distinfo | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/textproc/py-pyexcel/Makefile b/textproc/py-pyexcel/Makefile index 246d50d33f98..c4da9ec05430 100644 --- a/textproc/py-pyexcel/Makefile +++ b/textproc/py-pyexcel/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> PORTNAME= pyexcel -PORTVERSION= 0.6.6 +PORTVERSION= 0.6.7 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,8 @@ COMMENT= Provide one API to read, manipulate and writedata in different excel fo LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lml>=0.0.4:devel/py-lml@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}chardet>=0,1:textproc/py-chardet@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}lml>=0.0.4:devel/py-lml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyexcel-io>=0.6.2:textproc/py-pyexcel-io@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}texttable>=0.8.2:textproc/py-texttable@${PY_FLAVOR} diff --git a/textproc/py-pyexcel/distinfo b/textproc/py-pyexcel/distinfo index ab839c881ca1..1fd8f2800f6f 100644 --- a/textproc/py-pyexcel/distinfo +++ b/textproc/py-pyexcel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1625585428 -SHA256 (pyexcel-0.6.6.tar.gz) = 39b0bb8f033d9b5523b126cf5a5259d1990ea82b8a23c8eab7aa5e23116803df -SIZE (pyexcel-0.6.6.tar.gz) = 806792 +TIMESTAMP = 1632037244 +SHA256 (pyexcel-0.6.7.tar.gz) = cbbd9875729767564b3b64b6ed6a9870b14631184943d13646833d94157dd10f +SIZE (pyexcel-0.6.7.tar.gz) = 807641 |