void-packages/srcpkgs/python3-xlrd/template
2020-02-04 11:20:59 +01:00

19 lines
543 B
Bash

# Template file for 'python3-xlrd'
pkgname=python3-xlrd
version=1.2.0
revision=1
archs=noarch
wrksrc="${pkgname#*-}-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
short_desc="Lib for dev to extract data from Microsoft Excel (tm) spreadsheet files"
maintainer="pulux <pulux@pf4sh.de>"
license="BSD-3-Clause"
homepage="http://www.python-excel.org/"
distfiles="${PYPI_SITE}/x/xlrd/xlrd-${version}.tar.gz"
checksum=546eb36cee8db40c3eaa46c351e67ffee6eeb5fa2650b71bc4c758a29a1b29b2
post_install() {
vlicense LICENSE
}