vp-build/srcpkgs/python3-defusedxml/template

19 lines
559 B
Bash

# Template file for 'python3-defusedxml'
pkgname=python3-defusedxml
version=0.6.0
revision=5
wrksrc="defusedxml-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
short_desc="Defusing XML bombs and other exploits (Python3)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="Python-2.0"
homepage="https://github.com/tiran/defusedxml"
distfiles="${PYPI_SITE}/d/defusedxml/defusedxml-${version}.tar.gz"
checksum=f684034d135af4c6cbb949b8a4d2ed61634515257a67299e5f940fbaa34377f5
post_install() {
vlicense LICENSE
}