# -*- 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.5.0 revision 0 categories-append textproc platforms darwin license PSF supported_archs noarch python.versions 27 34 35 36 37 maintainers {stromnov @stromnov} openmaintainer description Workarounds and fixes for DoS and other vulnerabilities in Python’s XML libraries. long_description ${description} homepage https://github.com/tiran/defusedxml master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} distname ${python.rootname}-${version} checksums rmd160 a2b4c114a3b191a73b795e6d5f475fc722ddf649 \ sha256 24d7f2f94f7f3cb6061acb215685e5125fbcdc40a857eff9de22518820b0a4f4 \ size 60405 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools livecheck.type none }