1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

textproc/py-pyexcel-ods3: Add py-pyexcel-ods3 0.6.0

pyexcel-ods3 is a tiny wrapper library to read, manipulate and write data in ods
format. You are likely to use pyexcel together with this library.

WWW: https://github.com/pyexcel/pyexcel-ods3
This commit is contained in:
Po-Chuan Hsieh 2021-07-14 23:48:29 +08:00
parent 276ce5836b
commit 1807856ac1
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
4 changed files with 32 additions and 0 deletions

View File

@ -1372,6 +1372,7 @@
SUBDIR += py-pyexcel
SUBDIR += py-pyexcel-ezodf
SUBDIR += py-pyexcel-io
SUBDIR += py-pyexcel-ods3
SUBDIR += py-pygccxml
SUBDIR += py-pygments
SUBDIR += py-pygments-25

View File

@ -0,0 +1,24 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= pyexcel-ods3
PORTVERSION= 0.6.0
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Read, manipulate and write data in ods format
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyexcel-ezodf>=0.3.3:textproc/py-pyexcel-ezodf@${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>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1625585434
SHA256 (pyexcel-ods3-0.6.0.tar.gz) = eda986eedcb90386907dd65ea2e9f5ff7387a8848cd6c16d9d6762523c560346
SIZE (pyexcel-ods3-0.6.0.tar.gz) = 49212

View File

@ -0,0 +1,4 @@
pyexcel-ods3 is a tiny wrapper library to read, manipulate and write data in ods
format. You are likely to use pyexcel together with this library.
WWW: https://github.com/pyexcel/pyexcel-ods3