head 1.2; access; symbols; locks; strict; comment @# @; 1.2 date 2019.02.11.18.30.47; author leot; state dead; branches; next 1.1; commitid 4SXCmfVDBeKHxnbB; 1.1 date 2019.01.30.12.55.13; author leot; state Exp; branches; next ; commitid DQIG3JGFVDUd5O9B; desc @@ 1.2 log @libxlsxwriter: Update to 0.8.5 Patch provided by Sijmen J. Mulder via tech-pkg@@, thanks! pkgsrc changes: - Remove patches/patch-Makefile, it was imported upstream Changes: 0.8.5 ----- - Fix compile-time warnings with strict prototypes enabled. - Additional formatting tests. - Make py.test name configurable. @ text @$NetBSD: patch-Makefile,v 1.1 2019/01/30 12:55:13 leot Exp $ Make the py.test name configurable. Upstream pull request: https://github.com/jmcnamara/libxlsxwriter/pull/206 --- Makefile.orig 2018-12-11 10:35:42.411978337 +0100 +++ Makefile 2018-12-11 10:36:14.841058290 +0100 @@@@ -11,6 +11,8 @@@@ Q= endif +PYTEST ?= py.test + INSTALL_DIR ?= /usr/local .PHONY: docs tags examples @@@@ -58,7 +60,7 @@@@ # Run the functional tests. test_functional : all $(Q)$(MAKE) -C test/functional/src - $(Q)py.test test/functional -v + $(Q)$(PYTEST) test/functional -v # Run all tests. test_unit : @ 1.1 log @libxlsxwriter: Import libxlsxwriter-0.8.4 as textproc/libxlsxwriter C library that can be used to write text, numbers, formulas and hyperlinks to multiple worksheets in a Microsoft Excel 2007+ XLSX file. It supports features such as full formatting support, merged cells, defined names, autofilters and charts. Packaged in pkgsrc-wip by Sijmen J. Mulder. @ text @d1 1 a1 1 $NetBSD$ @