Files
2021-03-18 00:16:48 +03:00

33 lines
1019 B
Tcl
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim: fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
PortSystem 1.0
PortGroup python 1.0
name py-defusedxml
version 0.7.1
revision 0
categories-append textproc
platforms darwin
license PSF
supported_archs noarch
python.versions 27 35 36 37 38 39
maintainers {stromnov @stromnov} openmaintainer
description Workarounds and fixes for DoS and other vulnerabilities in Pythons XML libraries.
long_description ${description}
homepage https://github.com/tiran/defusedxml
checksums rmd160 7574f98084b1d7a3a3f45361739629fbcd35ba5e \
sha256 1bb3032db185915b62d7c6209c5a8792be6a32ab2fedacc84e01b52c51aa3e69 \
size 75520
if {${name} ne ${subport}} {
depends_build-append \
port:py${python.version}-setuptools
livecheck.type none
}