pkgsrc/textproc/py-openpyxl/Makefile
adam d00cf38033 py-openpyxl: updated to 3.1.2
3.1.2
Cannot read worksheets in read-only mode with locally scoped definitions
Empty custom properties cause invalid files
2023-03-17 08:22:07 +00:00

20 lines
535 B
Makefile

# $NetBSD: Makefile,v 1.31 2023/03/17 08:22:07 adam Exp $
DISTNAME= openpyxl-3.1.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=o/openpyxl/}
MAINTAINER= kamelderouiche@yahoo.com
HOMEPAGE= https://openpyxl.readthedocs.io/
COMMENT= Python library to read/write Excel xlsx/xlsm files
LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"