pkgsrc/textproc/py-openpyxl/Makefile
adam 267b577a89 2.4.8 (2017-05-30)
Bugfixes
* AutoFilter.sortState being assignd to the ws.sortState
* Cannot open files created by Microsoft Dynamics`
* Negative percents not case correctly`
* Runtime imports can cause deadlock`

Minor changes
* Preserve any table styles
2017-06-01 16:58:27 +00:00

19 lines
556 B
Makefile

# $NetBSD: Makefile,v 1.3 2017/06/01 16:58:27 adam Exp $
DISTNAME= openpyxl-2.4.8
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc
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}-lxml-[0-9]*:../../textproc/py-lxml
DEPENDS+= ${PYPKGPREFIX}-jdcal-[0-9]*:../../time/py-jdcal
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"