New package: python3-XlsxWriter-1.1.8

This commit is contained in:
Alex Childs 2019-06-19 10:58:17 -05:00 committed by Helmut Pozimski
parent c4344b999e
commit 399aaf8f21

View file

@ -0,0 +1,19 @@
# Template file for 'python3-XlsxWriter'
pkgname=python3-XlsxWriter
version=1.1.8
revision=1
archs="noarch"
wrksrc="XlsxWriter-RELEASE_${version}"
build_style=python3-module
pycompile_module="XlsxWriter"
hostmakedepends="python3-setuptools"
short_desc="Python3 module for creating Excel XLSX files"
maintainer="Alex Childs <misuchiru03+void@gmail.com>"
license="BSD-2-Clause"
homepage="https://xlsxwriter.readthedocs.io/"
distfiles="https://github.com/jmcnamara/XlsxWriter/archive/RELEASE_${version}.tar.gz"
checksum=b9311ec075693be4c0bc6ebbe292bbdac21399f863cb0c4e55100a561d67a56d
post_install() {
vlicense LICENSE.txt
}