Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Jul 2021 16:16:31 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: 276ce5836b15 - main - textproc/py-pyexcel-io: Add py-pyexcel-io 0.6.4
Message-ID:  <202107141616.16EGGVaD008288@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=276ce5836b15d997044e1f73e94aafc971db8a9b

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

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

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



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