# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=portfile:et:sw=4:ts=4:sts=4
# $Id: Portfile 106790 2013-06-08 10:14:48Z g5pw@macports.org $

PortSystem          1.0
PortGroup           github 1.0
PortGroup           python 1.0

github.setup        tomerfiliba plumbum 1.2.0 v
python.default_version 27

maintainers         g5pw

categories          devel python
description         Plumbum (Latin for lead, which was used to create pipes \
                    back in the day) is a small yet feature-rich library for \
                    shell script-like programs in Python.
long_description    ${description} The motto of the library is \"Never write \
                    shell scripts again\", and thus it attempts to mimic the \
                    shell syntax (\"shell combinators\") where it makes sense, \
                    while keeping it all pythonic and cross-platform.

platforms           darwin

homepage            http://plumbum.readthedocs.org

depends_lib         port:py${python.version}-six

checksums           rmd160  9536fc624329071a5b617fb82a68ac4e321606d2 \
                    sha256  8b715b87a01d497965806c6837d108b71767a329c1844988156b428e82cdd0ab
