# -*- 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-ipython_genutils
version             0.2.0
revision            0
platforms           darwin
license             BSD
supported_archs     noarch

python.versions     27 34 35 36

maintainers         stromnov openmaintainer

description         Vestigial utilities from IPython.
long_description    ${description}

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

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

checksums           rmd160  238484bee4bec1775816b14a81192739bb80bbe9 \
                    sha256  eb2e116e75ecef9d4d228fdc66af54269afa26ab4463042e33785b887c628ba8

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