19 lines
604 B
Bash
19 lines
604 B
Bash
# Template file for 'python3-et-xmlfile'
|
|
pkgname=python3-et-xmlfile
|
|
version=1.1
|
|
revision=2
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends=python3
|
|
checkdepends="python3-pytest python3-lxml"
|
|
short_desc="Low memory library for creating large XML files"
|
|
maintainer="yopito <pierre.bourgin@free.fr>"
|
|
license="MIT"
|
|
homepage="https://et-xmlfile.readthedocs.io/"
|
|
distfiles="https://foss.heptapod.net/openpyxl/et_xmlfile/-/archive/${version}/et_xmlfile-${version}.tar.gz"
|
|
checksum=707c2211ba4a041fd866ef6a60966f4ff82c89f4d4dfabf5aea59aaf97f9be4f
|
|
|
|
post_install() {
|
|
vlicense LICENCE.rst
|
|
}
|