# -*- 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: Portfile 148976 2016-05-24 07:48:05Z raimue@macports.org $ PortSystem 1.0 PortGroup python 1.0 PortGroup github 1.0 github.setup kennethreitz envoy 0.0.3 v name py-envoy platforms darwin license MIT maintainers nomaintainer description Python Subprocesses for Humans long_description This is a convenience wrapper around the subprocess module. supported_archs noarch master_sites pypi:e/envoy/ distname envoy-${version} checksums rmd160 7bbdd7a17697411c1dfc75ace83c72051889d1b4 \ sha256 22b02009cfda2cf2cdb94a75a15ac3fd910aea8685c53e8e03715c7e9d8e8bde python.versions 27 if {${name} ne ${subport}} { depends_build-append port:py${python.version}-setuptools livecheck.type none }