18 lines
558 B
Bash
18 lines
558 B
Bash
# Template file for 'python3-XlsxWriter'
|
|
pkgname=python3-XlsxWriter
|
|
version=1.3.7
|
|
revision=5
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
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=b08a1b30cde383cf3b09b50fa18fbfca28ec977e5df9ffab89f01a2ca93be2c1
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|