# -*- 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-bleach version 3.1.0 revision 0 categories-append www platforms darwin license Apache supported_archs noarch python.versions 27 34 35 36 37 maintainers {stromnov @stromnov} openmaintainer description An easy safelist-based HTML-sanitizing tool. long_description ${description} homepage https://github.com/mozilla/bleach master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} distname ${python.rootname}-${version} checksums rmd160 aa1bda9144a52123e900452e78325da2090cbded \ sha256 3fdf7f77adcf649c9911387df51254b813185e32b2c6619f690b593a617e19fa \ size 167814 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools depends_lib-append port:py${python.version}-six \ port:py${python.version}-webencodings livecheck.type none }