# -*- 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-pygments-mathematica
version             0.4.2
revision            0
license             MIT
supported_archs     noarch
platforms           {darwin any}

python.versions     39 310 311 312 313

maintainers         nomaintainer

description         Mathematica lexer and highlighter for Pygments.
long_description    {*}${description}

homepage            https://github.com/rsmenon/pygments-mathematica/

checksums           rmd160  a11464ecdcf55f387fa94016142e952234640bcf \
                    sha256  a14a1d557181dfcb64e9cc5ca22c680b5e250d59fc116191e6e8a77ba63ab05a \
                    size    54239

if {${name} ne ${subport}} {
    depends_lib-append  port:py${python.version}-pygments
}
