19 lines
642 B
Bash
19 lines
642 B
Bash
# Template file for 'python3-openpyxl'
|
|
pkgname=python3-openpyxl
|
|
version=3.1.2
|
|
revision=2
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-et-xmlfile"
|
|
checkdepends="python3-pytest python3-lxml python3-Pillow $depends"
|
|
short_desc="Python library to read/write Excel 2007 xlsx/xlsm files"
|
|
maintainer="yopito <pierre.bourgin@free.fr>"
|
|
license="MIT"
|
|
homepage="https://openpyxl.readthedocs.io/"
|
|
distfiles="https://foss.heptapod.net/openpyxl/openpyxl/-/archive/${version}/openpyxl-${version}.tar.bz2"
|
|
checksum=421e13e7004f6fee7cf84c1b9fa738615bf409ff2b57e2227be75452f7608c12
|
|
|
|
post_install() {
|
|
vlicense LICENCE.rst
|
|
}
|