textproc/py-pyexcel: Update to 0.6.7
Changes: https://github.com/pyexcel/pyexcel/releases https://github.com/pyexcel/pyexcel/blob/dev/CHANGELOG.rst
This commit is contained in:
parent
c3bc1c46cc
commit
856d5c4d6f
2 changed files with 6 additions and 5 deletions
|
@ -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}
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue