19 lines
609 B
Bash
19 lines
609 B
Bash
# Template file for 'python3-XlsxWriter'
|
|
pkgname=python3-XlsxWriter
|
|
version=1.1.8
|
|
revision=3
|
|
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
|
|
}
|