# -*- 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-prompt_toolkit version 1.0.3 license Permissive platforms darwin supported_archs noarch maintainers gmail.com:xeron.oskom openmaintainer description Library for building powerful interactive command lines in Python long_description ${description} python.versions 27 34 35 homepage https://pypi.python.org/pypi/prompt_toolkit/ master_sites pypi:p/prompt_toolkit/ distname prompt_toolkit-${version} checksums rmd160 f7cfd594df441503de66cba763a5d7389b14a7d8 \ sha256 805e026f0cbad27467e93f9dd3e3777718d401a62788c1e84ca038e967ad8ba2 if {${name} ne ${subport}} { depends_build-append port:py${python.version}-setuptools depends_lib-append port:py${python.version}-wcwidth \ port:py${python.version}-pygments \ port:py${python.version}-six livecheck.type none } else { livecheck.type pypi }