# -*- 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 PortGroup github 1.0 github.setup Lokaltog powerline 7ac2717083db name py-powerline version 0.0.20140526 categories-append devel platforms darwin maintainers sean openmaintainer supported_archs noarch license MIT description Powerline is a statusline plugin for vim, and provides \ statuslines and prompts for several other applications, \ including zsh, bash, tmux, IPython, Awesome and Qtile. long_description ${description} checksums rmd160 dbb2163bfec35dadf6006a3ff3d7e54fc051e365 \ sha256 7b794ade05c93bd44c2d586acfe1bd9e27edc3b3e63634891d2e4ee706d8b4e2 python.versions 26 27 33 34 if {${name} ne ${subport}} { depends_build-append port:py${python.version}-setuptools } # turn off livecheck because there are no releases and there is no easy way to # distinguish a new commit only on master livecheck.type none