diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-07-14 15:48:38 +0000 |
|---|---|---|
| committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-07-14 16:09:38 +0000 |
| commit | 07b8c981976a886c405735ff760e749df903fa23 (patch) | |
| tree | 8e9097bc930e16dd46d62f2e082fb9c166fd6c85 | |
| parent | 7ab6a568f37aeec1fe369172170fcc39fd1c688d (diff) | |
| -rw-r--r-- | textproc/Makefile | 1 | ||||
| -rw-r--r-- | textproc/py-pyexcel-xlsx/Makefile | 23 | ||||
| -rw-r--r-- | textproc/py-pyexcel-xlsx/distinfo | 3 | ||||
| -rw-r--r-- | textproc/py-pyexcel-xlsx/pkg-descr | 5 |
4 files changed, 32 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index a5193951a3fb..cf10baa69d6e 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1374,6 +1374,7 @@ SUBDIR += py-pyexcel-io SUBDIR += py-pyexcel-ods3 SUBDIR += py-pyexcel-xls + SUBDIR += py-pyexcel-xlsx SUBDIR += py-pygccxml SUBDIR += py-pygments SUBDIR += py-pygments-25 diff --git a/textproc/py-pyexcel-xlsx/Makefile b/textproc/py-pyexcel-xlsx/Makefile new file mode 100644 index 000000000000..e658d1ac6146 --- /dev/null +++ b/textproc/py-pyexcel-xlsx/Makefile @@ -0,0 +1,23 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> + +PORTNAME= pyexcel-xlsx +PORTVERSION= 0.6.0 +CATEGORIES= textproc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Read, manipulate and write data in xlsx and xlsm format + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openpyxl>=2.6.1:textproc/py-openpyxl@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyexcel-io>=0.6.2:textproc/py-pyexcel-io@${PY_FLAVOR} + +USES= python:3.6+ +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/textproc/py-pyexcel-xlsx/distinfo b/textproc/py-pyexcel-xlsx/distinfo new file mode 100644 index 000000000000..9d8714ef1682 --- /dev/null +++ b/textproc/py-pyexcel-xlsx/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1625585438 +SHA256 (pyexcel-xlsx-0.6.0.tar.gz) = 55754f764252461aca6871db203f4bd1370ec877828e305e6be1de5f9aa6a79d +SIZE (pyexcel-xlsx-0.6.0.tar.gz) = 78818 diff --git a/textproc/py-pyexcel-xlsx/pkg-descr b/textproc/py-pyexcel-xlsx/pkg-descr new file mode 100644 index 000000000000..d0fdcefefe3a --- /dev/null +++ b/textproc/py-pyexcel-xlsx/pkg-descr @@ -0,0 +1,5 @@ +pyexcel-xlsx is a tiny wrapper library to read, manipulate and write data in +xlsx and xlsm format using read_only mode reader, write_only mode writer from +openpyxl. You are likely to use it with pyexcel. + +WWW: https://github.com/pyexcel/pyexcel-xlsx |
