18 lines
528 B
Bash
18 lines
528 B
Bash
# Template file for 'python3-defusedxml'
|
|
pkgname=python3-defusedxml
|
|
version=0.7.1
|
|
revision=2
|
|
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=1bb3032db185915b62d7c6209c5a8792be6a32ab2fedacc84e01b52c51aa3e69
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|