# -*- 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 kennethreitz envoy 0.0.2 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 http://pypi.python.org/packages/source/e/envoy/ distname envoy-${version} checksums rmd160 4c9eabcecf9caa14403ee3f995ec5cf7b4030677 \ sha256 e10aeed89078bb214ff817a189aaf85ab5024025b2e555286872307c9e79b799 python.versions 27 if {${name} ne ${subport}} { depends_build port:py${python.version}-setuptools livecheck.type none }