void-packages/srcpkgs/python3-XlsxWriter/template
2019-12-23 18:04:42 +01:00

19 lines
624 B
Bash

# Template file for 'python3-XlsxWriter'
pkgname=python3-XlsxWriter
version=1.1.8
revision=2
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
}