1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00

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
This commit is contained in:
Po-Chuan Hsieh 2021-07-14 23:48:24 +08:00
parent dacb4223ef
commit 276ce5836b
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
4 changed files with 33 additions and 0 deletions

View File

@ -1371,6 +1371,7 @@
SUBDIR += py-pycountry SUBDIR += py-pycountry
SUBDIR += py-pyexcel SUBDIR += py-pyexcel
SUBDIR += py-pyexcel-ezodf SUBDIR += py-pyexcel-ezodf
SUBDIR += py-pyexcel-io
SUBDIR += py-pygccxml SUBDIR += py-pygccxml
SUBDIR += py-pygments SUBDIR += py-pygments
SUBDIR += py-pygments-25 SUBDIR += py-pygments-25

View File

@ -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>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1625585432
SHA256 (pyexcel-io-0.6.4.tar.gz) = 00f15f4bae2947de49b3206f2600f78780008e044380f7aafe0ce52969cda4ca
SIZE (pyexcel-io-0.6.4.tar.gz) = 75769

View File

@ -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