pkgsrc/textproc/py-xlsxwriter/Makefile
fhajny fedd097549 textproc/py-xlsxwriter: Update to 1.0.4.
- Set the xlsx internal file member datetimes to 1980-01-01 00:00:00
  like Excel so that apps can produce a consistent binary file once
  the workbook :func:`set_properties` ``created`` date is set.
- Fix for jpeg images that reported unknown height/width due to
  unusual SOF markers.
- Added support for blanks in list autofilter.
2018-04-16 12:39:09 +00:00

16 lines
458 B
Makefile

# $NetBSD: Makefile,v 1.17 2018/04/16 12:39:09 fhajny Exp $
DISTNAME= XlsxWriter-1.0.4
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"