# -*- 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
github.setup matplotlib matplotlib 2.1.1 v
categories-append graphics math
python.versions 27 34 35 36
maintainers sean openmaintainer
description Matplotlib is a python plotting library
long_description Matplotlib strives to produce publication quality 2D \
graphics for interactive graphing, scientific publishing, \
user interface development and web application servers \
targeting multiple user interfaces and hardcopy output \
formats. There is a 'pylab' mode which emulates matlab \
graphics. The library uses numpy for handling large data \
sets and supports a variety of output backends. This port \
provides variants for the different GUIs (gtk2, tkinter, \
homepage http://matplotlib.org/
checksums rmd160 d2592fcf950dc098aa7e4c8135cdb67e7eaa2320 \
sha256 5fc6217c88d832ac2433c16872328be6f14d342cb1090fcdedc2a4b28d40d47f
if {${name} ne ${subport}} {
depends_lib-append port:freetype \
port:py${python.version}-dateutil \
port:py${python.version}-numpy \
port:py${python.version}-parsing \
port:py${python.version}-pyobjc-cocoa \
port:py${python.version}-six \
port:py${python.version}-tornado \
port:py${python.version}-tz \
port:py${python.version}-cycler
if {${python.version} == 27} {
depends_lib-append port:py27-functools32 \
port:py27-backports-functools_lru_cache
patchfiles-append patch-setup.cfg.diff \
build.env PKG_CONFIG_PATH="${python.prefix}/lib/pkgconfig"