pkgsrc/textproc/py-xlsxwriter/Makefile
adam 3f3b36a0d2 py-xlsxwriter: updated to 1.4.3
Release 1.4.3 - May 12 2021
---------------------------

* Added support for background images in worksheets. See
  :func:`set_background` and :ref:`ex_background`.
2021-05-13 17:51:29 +00:00

16 lines
455 B
Makefile

# $NetBSD: Makefile,v 1.50 2021/05/13 17:51:29 adam Exp $
DISTNAME= XlsxWriter-1.4.3
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"