mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +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:
parent
276ce5836b
commit
1807856ac1
@ -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
|
||||
|
24
textproc/py-pyexcel-ods3/Makefile
Normal file
24
textproc/py-pyexcel-ods3/Makefile
Normal 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>
|
3
textproc/py-pyexcel-ods3/distinfo
Normal file
3
textproc/py-pyexcel-ods3/distinfo
Normal 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
|
4
textproc/py-pyexcel-ods3/pkg-descr
Normal file
4
textproc/py-pyexcel-ods3/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user