# -*- 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-altair version 2.4.1 revision 0 categories-append devel graphics platforms darwin license BSD supported_archs noarch python.versions 27 36 37 maintainers {stromnov @stromnov} openmaintainer description A declarative statistical visualization library for Python. long_description ${description} homepage http://altair-viz.github.io/ master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} distname ${python.rootname}-${version} checksums rmd160 3ae4c0709ea1c95bbc16478ae475d3b72283a952 \ sha256 ec62eb75df5adb619b9651dbefbdc130e37004508c7ca48da21863100ab114d3 \ size 341404 if {${name} ne ${subport}} { depends_lib-append port:py${python.version}-entrypoints \ port:py${python.version}-jinja2 \ port:py${python.version}-jsonschema \ port:py${python.version}-numpy \ port:py${python.version}-pandas \ port:py${python.version}-six \ port:py${python.version}-toolz if {${python.version} eq 27} { depends_lib-append port:py${python.version}-typing } livecheck.type none }