Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Jul 2021 16:16:34 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 07b8c981976a - main - textproc/py-pyexcel-xlsx: Add py-pyexcel-xlsx 0.6.0
Message-ID:  <202107141616.16EGGYRF008360@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

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

commit 07b8c981976a886c405735ff760e749df903fa23
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-07-14 15:48:38 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-07-14 16:09:38 +0000

    textproc/py-pyexcel-xlsx: Add py-pyexcel-xlsx 0.6.0
    
    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
---
 textproc/Makefile                  |  1 +
 textproc/py-pyexcel-xlsx/Makefile  | 23 +++++++++++++++++++++++
 textproc/py-pyexcel-xlsx/distinfo  |  3 +++
 textproc/py-pyexcel-xlsx/pkg-descr |  5 +++++
 4 files changed, 32 insertions(+)

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107141616.16EGGYRF008360>