New package: python3-et-xmlfile 1.1
This commit is contained in:
parent
d87bb8a40b
commit
50c1d0e764
|
@ -0,0 +1,18 @@
|
|||
# Template file for 'python3-et-xmlfile'
|
||||
pkgname=python3-et-xmlfile
|
||||
version=1.1
|
||||
revision=1
|
||||
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
|
||||
}
|
|
@ -0,0 +1,2 @@
|
|||
site=https://foss.heptapod.net/openpyxl/et_xmlfile/-/tags
|
||||
pkgname="et_xmlfile"
|
Loading…
Reference in New Issue