# -*- 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$ PortSystem 1.0 PortGroup python 1.0 name py-multipledispatch version 0.4.9 revision 0 categories-append devel platforms darwin license BSD python.versions 27 33 34 35 maintainers stromnov openmaintainer description A relatively sane approach to multiple dispatch in Python. long_description ${description} homepage http://github.com/mrocklin/multipledispatch/ master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} distname ${python.rootname}-${version} checksums rmd160 5295584082208459e922b468206221882d23dc1b \ sha256 bda6abb8188d9abb429bd17ed15bc7433f77f1b05a78cfff761711ed81daa7a2 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools livecheck.type none } else { livecheck.type pypi }