# -*- 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.11 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.5 that allows you to call any program as \ if it were a function checksums rmd160 cf6f5c36b7e19eaf39dcbed3250d67c052464a58 \ sha256 8653bc6db7ead98ef927038ff2d6650f67c5b286b67ad5f41594afce6b62ee1c python.versions 26 27 33 34 35 if {${name} ne ${subport}} { livecheck.type none }