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:
parent
dacb4223ef
commit
276ce5836b
@ -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
|
||||||
|
22
textproc/py-pyexcel-io/Makefile
Normal file
22
textproc/py-pyexcel-io/Makefile
Normal 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>
|
3
textproc/py-pyexcel-io/distinfo
Normal file
3
textproc/py-pyexcel-io/distinfo
Normal 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
|
7
textproc/py-pyexcel-io/pkg-descr
Normal file
7
textproc/py-pyexcel-io/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user