# -*- 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        amoffat sh 1.08
name                py-sh

categories-append   devel
license             Permissive
platforms           darwin
supported_archs     noarch
maintainers         sean openmaintainer

description         sh (previously pbs) is a full-fledged subprocess interface
long_description    ${description} \
                    for Python 2.6 - 3.2 that allows you to call any program as \
                    if it were a function

checksums           rmd160  89c7f133a5a39bf4d4a1a91b19cde86161267605 \
                    sha256  4c4b9d49516e845f1cba3482930bf2ba1edc1c8db3ce322f859d303fc7e7b56a

python.versions     26 27 31 32 33

if {${name} != ${subport}} {
    livecheck.type  none
}
