# -*- 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 139354 2015-08-14 06:52:16Z stromnov@macports.org $

PortSystem          1.0
PortGroup           python 1.0

name                py-simplegeneric
version             0.8.1
revision            0
categories-append   devel
platforms           darwin
license             ZPL
supported_archs     noarch

python.versions     27 34

maintainers         stromnov openmaintainer

description         Simple generic functions.
long_description    ${description}

homepage            http://cheeseshop.python.org/pypi/simplegeneric
master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}

use_zip             yes

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

checksums           rmd160  a464ef9b3dc774be8d13c0578c15c17dfd392eb0 \
                    sha256  dc972e06094b9af5b855b3df4a646395e43d1c9d0d39ed345b7393560d0b9173

if {${name} ne ${subport}} {
    livecheck.type      none
} else {
    livecheck.type      pypi
}
