New package: python3-xlrd-1.2.0

This commit is contained in:
Pulux 2020-02-04 05:38:41 +01:00 committed by Jürgen Buchmüller
parent d4d2a1c0d6
commit 2be3b0ec3d

View file

@ -0,0 +1,18 @@
# 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
}