git: 1807856ac1fa - main - textproc/py-pyexcel-ods3: Add py-pyexcel-ods3 0.6.0
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Jul 14 16:16:33 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1807856ac1faca5c29a05f8ddb5f9ca2126e0e49
commit 1807856ac1faca5c29a05f8ddb5f9ca2126e0e49
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-07-14 15:48:29 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-07-14 16:09:37 +0000
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
---
textproc/Makefile | 1 +
textproc/py-pyexcel-ods3/Makefile | 24 ++++++++++++++++++++++++
textproc/py-pyexcel-ods3/distinfo | 3 +++
textproc/py-pyexcel-ods3/pkg-descr | 4 ++++
4 files changed, 32 insertions(+)
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 at FreeBSD.org>
+
+PORTNAME= pyexcel-ods3
+PORTVERSION= 0.6.0
+CATEGORIES= textproc python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= sunpoet at 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
More information about the dev-commits-ports-all
mailing list