# -*- 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-multipledispatch
version             0.5.0
revision            0
categories-append   devel
platforms           darwin
license             BSD

python.versions     27 33 34 35 36

maintainers         stromnov openmaintainer

description         A relatively sane approach to multiple dispatch in Python.
long_description    ${description}

homepage            https://github.com/mrocklin/multipledispatch/
master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}

distname            ${python.rootname}-${version}

checksums           rmd160  c5f421b601ffee6ef21121216e0e37ee6190effd \
                    sha256  9e92d63efad2c9b68562175d9148d8cb32d04bf5557991190e643749bf4ed954

if {${name} ne ${subport}} {
    depends_build-append \
                        port:py${python.version}-setuptools
    livecheck.type      none
}