# -*- 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-jupyterlab_pygments
version             0.1.2
revision            0
categories-append   textproc
platforms           darwin
license             BSD
supported_archs     noarch

python.versions     37 38 39

maintainers         {stromnov @stromnov} openmaintainer

description         JupyterLab Pygments Theme
long_description    ${description}

homepage            https://jupyter.org/

checksums           rmd160  70e8c9e7955421d16e123c8a862f7239fdad9ffc \
                    sha256  cfcda0873626150932f438eccf0f8bf22bfa92345b814890ab360d666b254146 \
                    size    4181

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

    livecheck.type      none
}
