Files
2026-02-26 21:18:31 -05:00

33 lines
1.0 KiB
Tcl

# -*- 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.1
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 5092f6dd7320622bf5fea23093adbdb5a684b718 \
sha256 e1ee949c340d771fc39e241ea75683deb94762c8fa5f2927ec57c83c4dffa9fe \
size 8110
if {${name} ne ${subport}} {
depends_lib-append port:py${python.version}-traitlets
}