Revision: 120711 https://trac.macports.org/changeset/120711 Author: sean@macports.org Date: 2014-06-05 20:52:16 -0700 (Thu, 05 Jun 2014) Log Message: ----------- powerline: add new statusline plugin port Added Paths: ----------- trunk/dports/python/py-powerline/ trunk/dports/python/py-powerline/Portfile Added: trunk/dports/python/py-powerline/Portfile =================================================================== --- trunk/dports/python/py-powerline/Portfile (rev 0) +++ trunk/dports/python/py-powerline/Portfile 2014-06-06 03:52:16 UTC (rev 120711) @@ -0,0 +1,29 @@ +# -*- 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 32 33 34 + +# 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