# -*- 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        executablebooks markdown-it-py 0.6.0 v

name                py-markdown-it-py
revision            0
categories-append   textproc
maintainers         {gmail.com:jjstickel @jjstickel} openmaintainer
platforms           darwin
license             MIT
supported_archs     noarch

description         Markdown parser done right.

long_description    This is a Python port of markdown-it, and some of its associated plugins.

checksums           rmd160  4cbd9230fd32d84e2e5eecebe373880aef21fdb2 \
                    sha256  d3c6bf0ba6a6321e8819fb4f874961d9a75fe2f81bfe2bdcfb7d75dfcd3a8af9 \
                    size    265653

python.versions     36 37 38

if {${name} ne ${subport}} {
    depends_lib-append      port:py${python.version}-setuptools \
                            port:py${python.version}-attrs \
                            port:py${python.version}-mdit-py-plugins

    livecheck.type      none
}
