# -*- 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-ipython-pygments-lexers
version             1.1.1
revision            0

categories-append   devel
supported_archs     noarch
platforms           {darwin any}
license             BSD
maintainers         {reneeotten @reneeotten} openmaintainer

description         Defines a variety of Pygments lexers for highlighting \
                    IPython code.
long_description    {*}${description}

homepage            https://github.com/ipython/ipython-pygments-lexers

distname            ipython_pygments_lexers-${version}

checksums           rmd160  49c97f2bc848ecd02c5aada2dc0617ddfbb50a0a \
                    sha256  09c0138009e56b6854f9535736f4171d855c8c08a563a0dcd8022f78355c7e81 \
                    size    8393

python.versions     310 311 312 313
python.pep517_backend flit

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