Files
macports-ports/python/py-matplotlib-inline/Portfile
T
2025-01-20 21:28:23 -05:00

33 lines
1009 B
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.1.7
revision 0
categories-append devel
platforms {darwin any}
license BSD
supported_archs noarch
python.versions 39 310 311 312 313
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 4701707c31be1af70db9d2b029c9e22a6757609e \
sha256 8423b23ec666be3d16e16b60bdd8ac4e86e840ebd1dd11a30b9f117f2fa0ab90 \
size 8159
if {${name} ne ${subport}} {
depends_lib-append port:py${python.version}-traitlets
}