# -*- 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.0.0 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 e29fc21a794bc01937de7b75fda412c573209348 \
sha256 75001964cd57bac1fc3b77e9846ada3e4aac6fb79dddcc1f8dd2cd878ca39194
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 \
patchfiles-append patch-setup.cfg.diff \
build.env PKG_CONFIG_PATH="${python.prefix}/lib/pkgconfig"