git: dacb4223ef13 - main - textproc/py-pyexcel-ezodf: Add py-pyexcel-ezodf 0.3.4

Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Jul 14 16:16:31 UTC 2021


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=dacb4223ef136d4040ab18908a995be3040b7ada

commit dacb4223ef136d4040ab18908a995be3040b7ada
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-07-14 15:48:20 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-07-14 16:09:36 +0000

    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
---
 textproc/Makefile                   |  1 +
 textproc/py-pyexcel-ezodf/Makefile  | 22 ++++++++++++++++++++++
 textproc/py-pyexcel-ezodf/distinfo  |  3 +++
 textproc/py-pyexcel-ezodf/pkg-descr |  5 +++++
 4 files changed, 31 insertions(+)

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 at FreeBSD.org>
+
+PORTNAME=	pyexcel-ezodf
+PORTVERSION=	0.3.4
+CATEGORIES=	textproc python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sunpoet at 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


More information about the dev-commits-ports-main mailing list