blob: e7bac0ce63332769fee9daee968492c2f13a92b2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= openpyxl
PORTVERSION= 3.1.5
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= antoine@FreeBSD.org
COMMENT= Python library to read/write Excel 2010 xlsx/xlsm/xltx/xltm files
WWW= https://foss.heptapod.net/openpyxl/openpyxl
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}et_xmlfile>=0:textproc/py-et_xmlfile@${PY_FLAVOR}
NO_ARCH= yes
USES= cpe python
CPE_VENDOR= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>
|