# -*- 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 PortGroup github 1.0 github.setup trentm python-markdown2 2.3.7 revision 0 name py-markdown2 categories-append textproc maintainers nomaintainer license MIT description Python implementation of Markdown long_description ${description} platforms darwin supported_archs noarch checksums rmd160 5e84666cdab5a4322eda759284f35fff7aa7657e \ sha256 cf17c07c014684e4b518445d87427cfc37ab1ad739943c071831b311c77a4836 \ size 1062321 python.versions 27 34 35 36 37 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools post-patch { reinplace "s|bdist_wheel||g" ${worksrcpath}/setup.cfg } post-destroot { set docdir ${prefix}/share/doc/${subport} xinstall -d ${destroot}${docdir} xinstall -m 0644 -W ${worksrcpath} TODO.txt README.md \ LICENSE.txt CONTRIBUTORS.txt CHANGES.md \ ${destroot}${docdir} } livecheck.type none }