New package: python3-xlrd-1.2.0
This commit is contained in:
parent
d4d2a1c0d6
commit
2be3b0ec3d
1 changed files with 18 additions and 0 deletions
18
srcpkgs/python3-xlrd/template
Normal file
18
srcpkgs/python3-xlrd/template
Normal 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
|
||||||
|
}
|
Loading…
Reference in a new issue