# -*- 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-singledispatch version 3.4.0.3 revision 0 categories-append devel platforms darwin license MIT supported_archs noarch python.versions 27 maintainers stromnov openmaintainer description Backport of functools.singledispatch from Python 3.4 long_description ${description} homepage https://pypi.python.org/pypi/singledispatch master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} distname ${python.rootname}-${version} checksums rmd160 295bbb6dfbd20607ec73869f6ad4ba1b2cd8157d \ sha256 5b06af87df13818d14f08a028e42f566640aef80805c3b50c5056b086e3c2b9c if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools \ port:py${python.version}-six livecheck.type none } else { livecheck.type pypi }