in this port py-pandas is not fully compatible with last version of py-openpyxl PR: ports/189930 Submitted by: John W. O'Brien
23 lines
495 B
Makefile
23 lines
495 B
Makefile
# Created by: Antoine Brodin <antoine@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= openpyxl
|
|
PORTVERSION= 1.8.6
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
PKGNAMESUFFIX= 1
|
|
|
|
MAINTAINER= antoine@FreeBSD.org
|
|
COMMENT= Python library to read/write Excel 2007 xlsx/xlsm files
|
|
|
|
LICENSE= MIT
|
|
|
|
DEPRECATED= Use textproc/py-openpyxl instead
|
|
CONFLICTS_INSTALL= py*-openpyxl-[0-9]*
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS=yes
|
|
PYDISTUTILS_AUTOPLIST=yes
|
|
|
|
.include <bsd.port.mk>
|