# -*- 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-matplotlib-inline
version             0.2.2
revision            0
categories-append   devel
platforms           {darwin any}
license             BSD
supported_archs     noarch

python.versions     310 311 312 313 314
python.pep517_backend flit

maintainers         {stromnov @stromnov} openmaintainer

description         Matplotlib Inline Back-end for IPython and Jupyter.
long_description    {*}${description}

homepage            https://github.com/martinRenou/matplotlib-inline

distname            matplotlib_inline-${version}

checksums           rmd160  40606dca75cdef734ba3c7322776f71c46978813 \
                    sha256  72f3fe8fce36b70d4a5b612f899090cd0401deddc4ea90e1572b9f4bfb058c79 \
                    size    8150

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