diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-07-14 15:48:20 +0000 |
|---|---|---|
| committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-07-14 16:09:36 +0000 |
| commit | dacb4223ef136d4040ab18908a995be3040b7ada (patch) | |
| tree | cc202b81da4a13d64fa5a9520408c9572ecb3b14 | |
| parent | 0bcb644557070bdba262db02124be57572ec30c7 (diff) | |
textproc/py-pyexcel-ezodf: Add py-pyexcel-ezodf 0.3.4
ezodf is a Python package to create new or open existing OpenDocument (ODF)
files to extract, add, modify or delete document data. pyexcel-ezodf is a fork
maintained by pyexcel.
WWW: https://github.com/pyexcel/pyexcel-ezodf
| -rw-r--r-- | textproc/Makefile | 1 | ||||
| -rw-r--r-- | textproc/py-pyexcel-ezodf/Makefile | 22 | ||||
| -rw-r--r-- | textproc/py-pyexcel-ezodf/distinfo | 3 | ||||
| -rw-r--r-- | textproc/py-pyexcel-ezodf/pkg-descr | 5 |
4 files changed, 31 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index bc8ebf2eec7f..f4b7111db166 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1370,6 +1370,7 @@ SUBDIR += py-pyaml SUBDIR += py-pycountry SUBDIR += py-pyexcel + SUBDIR += py-pyexcel-ezodf SUBDIR += py-pygccxml SUBDIR += py-pygments SUBDIR += py-pygments-25 diff --git a/textproc/py-pyexcel-ezodf/Makefile b/textproc/py-pyexcel-ezodf/Makefile new file mode 100644 index 000000000000..4fa9834d9a95 --- /dev/null +++ b/textproc/py-pyexcel-ezodf/Makefile @@ -0,0 +1,22 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> + +PORTNAME= pyexcel-ezodf +PORTVERSION= 0.3.4 +CATEGORIES= textproc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Create/manipulate OpenDocumentFormat files + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} + +USES= python:3.6+ +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/textproc/py-pyexcel-ezodf/distinfo b/textproc/py-pyexcel-ezodf/distinfo new file mode 100644 index 000000000000..a704ef026a98 --- /dev/null +++ b/textproc/py-pyexcel-ezodf/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1625585430 +SHA256 (pyexcel-ezodf-0.3.4.tar.gz) = 972eeea9b0e4bab60dfc5cdcb7378cc7ba5e070a0b7282746c0182c5de011ff1 +SIZE (pyexcel-ezodf-0.3.4.tar.gz) = 138679 diff --git a/textproc/py-pyexcel-ezodf/pkg-descr b/textproc/py-pyexcel-ezodf/pkg-descr new file mode 100644 index 000000000000..4e4eb1d88dbf --- /dev/null +++ b/textproc/py-pyexcel-ezodf/pkg-descr @@ -0,0 +1,5 @@ +ezodf is a Python package to create new or open existing OpenDocument (ODF) +files to extract, add, modify or delete document data. pyexcel-ezodf is a fork +maintained by pyexcel. + +WWW: https://github.com/pyexcel/pyexcel-ezodf |
