20 lines
709 B
Bash
20 lines
709 B
Bash
# Template file for 'python3-openpyxl'
|
|
pkgname=python3-openpyxl
|
|
version=3.1.3
|
|
revision=1
|
|
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 2010 xlsx/xlsm files"
|
|
maintainer="yopito <pierre.bourgin@free.fr>"
|
|
license="MIT"
|
|
homepage="https://openpyxl.readthedocs.io/"
|
|
changelog="https://openpyxl.readthedocs.io/en/stable/changes.html"
|
|
distfiles="https://foss.heptapod.net/openpyxl/openpyxl/-/archive/${version}/openpyxl-${version}.tar.bz2"
|
|
checksum=cea16c469bbd31859bfae71f82bb479bd27bf95dfce30f519e12f6d62f86df23
|
|
|
|
post_install() {
|
|
vlicense LICENCE.rst
|
|
}
|