29da740ddb
openpyxl is a pure python reader and writer of Excel OpenXML files. It was born from lack of existing library to read/write natively from Python the new Office Open XML format. All kudos to the PHPExcel team as openpyxl is a Python port of PHPExcel http://www.phpexcel.net/
16 lines
463 B
Makefile
16 lines
463 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2014/10/25 22:19:45 cheusov Exp $
|
|
|
|
DISTNAME= openpyxl-2.1.2
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= https://pypi.python.org/packages/source/o/openpyxl/
|
|
|
|
MAINTAINER= kamelderouiche@yahoo.com
|
|
HOMEPAGE= http://openpyxl.readthedocs.org/
|
|
COMMENT= Python library to read/write Excel 2007 xlsx/xlsm files
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|