aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-openpyxl/Makefile
blob: 45c8692b2564c4a898655a3de42c6a641efc5de3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Antoine Brodin <antoine@FreeBSD.org>

PORTNAME=	openpyxl
PORTVERSION=	2.6.4
CATEGORIES=	textproc python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	antoine@FreeBSD.org
COMMENT=	Python library to read/write Excel 2007 xlsx/xlsm files

LICENSE=	MIT

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}jdcal>=0:devel/py-jdcal@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}et_xmlfile>=0:textproc/py-et_xmlfile@${PY_FLAVOR}

NO_ARCH=	yes
PORTSCOUT=	limit:^2\.	# Version 3 drops python 2.7 compatibility
USES=		python:3.6+
USE_PYTHON=	distutils autoplist

.include <bsd.port.mk>