# -*- 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-markdown version 3.1 revision 0 categories-append textproc platforms darwin license BSD supported_archs noarch python.versions 27 34 35 36 37 maintainers {stromnov @stromnov} openmaintainer description Python implementation of Markdown long_description This is a Python implementation of John Gruber’s \ Markdown. It is almost completely compliant with \ the reference implementation, though there are a \ few very minor differences. homepage https://python-markdown.github.io/ master_sites pypi:M/Markdown distname Markdown-${version} checksums rmd160 6ca10def5e5c12a8cf9962adddf693f447bb10a1 \ sha256 fc4a6f69a656b8d858d7503bda633f4dd63c2d70cf80abdc6eafa64c4ae8c250 \ size 293761 if {${name} ne ${subport}} { depends_lib-append port:py${python.version}-setuptools livecheck.type none } else { livecheck.name Markdown }