bda8dc8c61
Release 1.2.7: * Fix for duplicate images being copied to an XlsxWriter file. Excel uses an optimization where it only stores one copy of a repeated/duplicate image in a workbook. XlsxWriter didn't do this which meant that the file size would increase when then was a large number of repeated images. This release fixes that issue and replicates Excel's behavior. * Added documentation on :ref:`num_format_categories` and :ref:`num_format_locale`. * Added note to :func:`protect()` about how it is possible to encrypt an XlsxWriter file using a third party, cross platform, open source tool called `msoffice-crypt <https://github.com/herumi/msoffice>`_.
16 lines
455 B
Makefile
16 lines
455 B
Makefile
# $NetBSD: Makefile,v 1.37 2019/12/29 16:54:30 adam Exp $
|
|
|
|
DISTNAME= XlsxWriter-1.2.7
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=X/XlsxWriter/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/jmcnamara/XlsxWriter
|
|
COMMENT= Python module for creating Excel XLSX files
|
|
LICENSE= 2-clause-bsd
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|