aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-07-14 15:48:29 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-07-14 16:09:37 +0000
commit1807856ac1faca5c29a05f8ddb5f9ca2126e0e49 (patch)
tree06c4c7bde35b63b8ab9beb5d71ffc2b5c8a09c0c /textproc
parent276ce5836b15d997044e1f73e94aafc971db8a9b (diff)
downloadports-1807856ac1faca5c29a05f8ddb5f9ca2126e0e49.tar.gz
ports-1807856ac1faca5c29a05f8ddb5f9ca2126e0e49.zip
textproc/py-pyexcel-ods3: Add py-pyexcel-ods3 0.6.0
pyexcel-ods3 is a tiny wrapper library to read, manipulate and write data in ods format. You are likely to use pyexcel together with this library. WWW: https://github.com/pyexcel/pyexcel-ods3
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/py-pyexcel-ods3/Makefile24
-rw-r--r--textproc/py-pyexcel-ods3/distinfo3
-rw-r--r--textproc/py-pyexcel-ods3/pkg-descr4
4 files changed, 32 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 6b9d6a2a89e9..967ef58e7652 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1372,6 +1372,7 @@
SUBDIR += py-pyexcel
SUBDIR += py-pyexcel-ezodf
SUBDIR += py-pyexcel-io
+ SUBDIR += py-pyexcel-ods3
SUBDIR += py-pygccxml
SUBDIR += py-pygments
SUBDIR += py-pygments-25
diff --git a/textproc/py-pyexcel-ods3/Makefile b/textproc/py-pyexcel-ods3/Makefile
new file mode 100644
index 000000000000..6a878e0d3e4b
--- /dev/null
+++ b/textproc/py-pyexcel-ods3/Makefile
@@ -0,0 +1,24 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+
+PORTNAME= pyexcel-ods3
+PORTVERSION= 0.6.0
+CATEGORIES= textproc python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Read, manipulate and write data in ods format
+
+LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pyexcel-ezodf>=0.3.3:textproc/py-pyexcel-ezodf@${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-ods3/distinfo b/textproc/py-pyexcel-ods3/distinfo
new file mode 100644
index 000000000000..7e768e30e081
--- /dev/null
+++ b/textproc/py-pyexcel-ods3/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1625585434
+SHA256 (pyexcel-ods3-0.6.0.tar.gz) = eda986eedcb90386907dd65ea2e9f5ff7387a8848cd6c16d9d6762523c560346
+SIZE (pyexcel-ods3-0.6.0.tar.gz) = 49212
diff --git a/textproc/py-pyexcel-ods3/pkg-descr b/textproc/py-pyexcel-ods3/pkg-descr
new file mode 100644
index 000000000000..3fc49ffabd0b
--- /dev/null
+++ b/textproc/py-pyexcel-ods3/pkg-descr
@@ -0,0 +1,4 @@
+pyexcel-ods3 is a tiny wrapper library to read, manipulate and write data in ods
+format. You are likely to use pyexcel together with this library.
+
+WWW: https://github.com/pyexcel/pyexcel-ods3