New package: python3-XlsxWriter-1.1.8
This commit is contained in:
parent
c4344b999e
commit
399aaf8f21
1 changed files with 19 additions and 0 deletions
19
srcpkgs/python3-XlsxWriter/template
Normal file
19
srcpkgs/python3-XlsxWriter/template
Normal 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
|
||||
}
|
Loading…
Reference in a new issue