void-packages/srcpkgs/python3-xlrd/template
2021-04-02 12:47:45 -03:00

18 lines
530 B
Bash

# Template file for 'python3-xlrd'
pkgname=python3-xlrd
version=2.0.1
revision=1
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=f72f148f54442c6b056bf931dbc34f986fd0c3b0b6b5a58d013c9aef274d0c88
post_install() {
vlicense LICENSE
}