# -*- 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-readme_renderer version 43.0 revision 0 supported_archs noarch platforms {darwin any} license Apache-2 maintainers {aronnax @lpsinger} openmaintainer description Safely render long_description/README files in Warehouse long_description {*}${description} homepage https://github.com/pypa/readme_renderer checksums rmd160 57cc823e602f13cd37d32251211a060f47163cae \ sha256 1818dd28140813509eeed8d62687f7cd4f7bad90d4db586001c5dc09d4fde311 \ size 31768 python.versions 38 39 310 311 312 if {${name} ne ${subport}} { depends_run-append \ port:py${python.version}-bleach \ port:py${python.version}-docutils \ port:py${python.version}-pygments }