# -*- 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-it-py version 3.0.0 revision 1 categories-append textproc maintainers nomaintainer license MIT supported_archs noarch platforms {darwin any} description Python port of markdown-it long_description {*}${description}. Markdown parser done right. homepage https://github.com/executablebooks/markdown-it-py checksums rmd160 2fe5b5a4d114b5097b8e0f60598f26c9dcff68d8 \ sha256 e3f60a94fa066dc52ec76661e37c851cb232d92f9886b15cb560aaada2df8feb \ size 74596 python.versions 38 39 310 311 312 python.pep517_backend flit if {${name} ne ${subport}} { depends_lib-append \ port:py${python.version}-linkify-it-py \ port:py${python.version}-mdit-py-plugins \ port:py${python.version}-mdurl }