1155e7bceb
Release 1.3.8 - March 29 2021 ----------------------------- * Added accessibility options "description" and "decorative" to :func:`insert_image`. * Added fix for datetime.timedelta values that exceed the Excel 1900 leap day (timedeltas greater than 59 days, in hours). This is a backward incompatible change. * Added the worksheet :func:`read_only_recommended` method to set the Excel "Read-only Recommended" option that is available when saving a file. * Fixed issue where temp files used in `constant_memory` mode weren't closed/deleted if the workbook object was garbage collected. * Fixed issue where pattern formats without colors where given a default black fill color. * Added option to set a chart crossing to 'min' as well as the existing 'max' option. The 'min' option isn't available in the Excel interface but can be enabled via VBA.
16 lines
455 B
Makefile
16 lines
455 B
Makefile
# $NetBSD: Makefile,v 1.46 2021/04/02 08:40:31 adam Exp $
|
|
|
|
DISTNAME= XlsxWriter-1.3.8
|
|
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"
|