60e6966125
2.6.1: Bugfixes * ReadOnlyCell.is_date does not work properly * Cannot read Google Docs spreadsheet with a Pivot Table * Charts created with openpyxl cannot be styled * Cannot handle some numpy number types * Exception when reading unknowable number formats * Only last formatting rule for a range loaded * Give MergedCell a value attribute * Cannot process worksheets with comments * Cannot process worksheets with both row and page breaks * Cannot reset dimensions in ReadOnlyWorksheets * Incorrect descriptor in ParagraphProperties * Missing hier attribute in PageField raises an exception
19 lines
563 B
Makefile
19 lines
563 B
Makefile
# $NetBSD: Makefile,v 1.22 2019/03/04 18:50:37 adam Exp $
|
|
|
|
DISTNAME= openpyxl-2.6.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=o/openpyxl/}
|
|
|
|
MAINTAINER= kamelderouiche@yahoo.com
|
|
HOMEPAGE= http://openpyxl.readthedocs.io/
|
|
COMMENT= Python library to read/write Excel 2007 xlsx/xlsm files
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-jdcal-[0-9]*:../../time/py-jdcal
|
|
DEPENDS+= ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|