aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-07-14 15:48:24 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-07-14 16:09:37 +0000
commit276ce5836b15d997044e1f73e94aafc971db8a9b (patch)
tree7c7610f890ac60e9edf02ec26487d3b92a30474c /textproc
parentdacb4223ef136d4040ab18908a995be3040b7ada (diff)
downloadports-276ce5836b15d997044e1f73e94aafc971db8a9b.tar.gz
ports-276ce5836b15d997044e1f73e94aafc971db8a9b.zip
textproc/py-pyexcel-io: Add py-pyexcel-io 0.6.4
pyexcel-io provides one application programming interface (API) to read and write the data in excel format, import the data into and export the data from database. It provides support for csv(z) format, django database and sqlalchemy supported databases. Its supported file formats are extended to cover "xls", "xlsx", "ods". WWW: https://github.com/pyexcel/pyexcel-io
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/py-pyexcel-io/Makefile22
-rw-r--r--textproc/py-pyexcel-io/distinfo3
-rw-r--r--textproc/py-pyexcel-io/pkg-descr7
4 files changed, 33 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index f4b7111db166..6b9d6a2a89e9 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1371,6 +1371,7 @@
SUBDIR += py-pycountry
SUBDIR += py-pyexcel
SUBDIR += py-pyexcel-ezodf
+ SUBDIR += py-pyexcel-io
SUBDIR += py-pygccxml
SUBDIR += py-pygments
SUBDIR += py-pygments-25
diff --git a/textproc/py-pyexcel-io/Makefile b/textproc/py-pyexcel-io/Makefile
new file mode 100644
index 000000000000..80ae19b6a28f
--- /dev/null
+++ b/textproc/py-pyexcel-io/Makefile
@@ -0,0 +1,22 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+
+PORTNAME= pyexcel-io
+PORTVERSION= 0.6.4
+CATEGORIES= textproc python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Read/write structured data in CSV, zipped CSV format and to/from databases
+
+LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lml>=0.0.4:devel/py-lml@${PY_FLAVOR}
+
+USES= python:3.6+
+USE_PYTHON= autoplist concurrent distutils
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/textproc/py-pyexcel-io/distinfo b/textproc/py-pyexcel-io/distinfo
new file mode 100644
index 000000000000..f92bc90476aa
--- /dev/null
+++ b/textproc/py-pyexcel-io/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1625585432
+SHA256 (pyexcel-io-0.6.4.tar.gz) = 00f15f4bae2947de49b3206f2600f78780008e044380f7aafe0ce52969cda4ca
+SIZE (pyexcel-io-0.6.4.tar.gz) = 75769
diff --git a/textproc/py-pyexcel-io/pkg-descr b/textproc/py-pyexcel-io/pkg-descr
new file mode 100644
index 000000000000..ee6f6e12a091
--- /dev/null
+++ b/textproc/py-pyexcel-io/pkg-descr
@@ -0,0 +1,7 @@
+pyexcel-io provides one application programming interface (API) to read and
+write the data in excel format, import the data into and export the data from
+database. It provides support for csv(z) format, django database and sqlalchemy
+supported databases. Its supported file formats are extended to cover "xls",
+"xlsx", "ods".
+
+WWW: https://github.com/pyexcel/pyexcel-io