# -*- 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
# $Id: Portfile 146222 2016-03-01 23:25:04Z sean@macports.org $

PortSystem          1.0
PortGroup           python 1.0
PortGroup           github 1.0

github.setup        matplotlib cycler 0.10.0 v
name                py-cycler
categories-append   math
platforms           darwin
license             {PSF BSD}
maintainers         sean openmaintainer
description         cycler: composable cycles
long_description    $description

checksums           rmd160  cf3cceb56449e99d74920b57c9119ecb30fe5e77 \
                    sha256  5fd8508cb46ec86a4e08b13e946eb7fef16217e76fdb95601ae2c069e3efbbaf

python.versions     26 27 33 34 35

if {${subport} ne ${name}} {
    depends_build   port:py${python.version}-setuptools
    depends_lib     port:py${python.version}-six

    livecheck.type  none
}
