# -*- 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 PortSystem 1.0 PortGroup python 1.0 name py-sh version 2.1.0 revision 0 categories-append devel license MIT supported_archs noarch platforms {darwin any} maintainers {toby @tobypeterson} openmaintainer description A full-fledged subprocess interface for Python long_description {*}${description} that allows you to call any program as if it were a function. homepage https://github.com/amoffat/sh checksums rmd160 b3bf9f14654367451090539918fb672e062ef58a \ sha256 7e27301c574bec8ca5bf6f211851357526455ee97cd27a7c4c6cc5e2375399cb \ size 345525 python.versions 38 39 310 311 312 python.pep517_backend poetry if {${name} ne ${subport}} { post-destroot { set docdir ${prefix}/share/doc/${subport} xinstall -d ${destroot}${docdir} xinstall -m 0644 -W ${worksrcpath} CHANGELOG.md LICENSE.txt \ README.rst ${destroot}${docdir} } }