# -*- 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$ PortSystem 1.0 PortGroup github 1.0 PortGroup python 1.0 github.setup tomerfiliba plumbum 0.9 v 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 checksums rmd160 d385af17e9b3234c18b80b7bb52488f582c39914 \ sha256 f970e7a91661e9d8ef586ed7f5a84b554f691bc4f904fcb6b16e4e6d7db849a3 python.default_version 27