# -*- 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 114324 2013-12-05 08:44:51Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           python 1.0
PortGroup           github 1.0

github.setup        kennethreitz envoy 0.0.2 v
name                py-envoy
set real_name       envoy
maintainers         nomaintainer
license             MIT
python.versions     24 25 26 27

description         Python Subprocesses for Humans
long_description    This is a convenience wrapper around the subprocess module.
platforms           darwin
supported_archs     noarch

master_sites        http://pypi.python.org/packages/source/e/envoy/
distname            ${real_name}-${version}
checksums           rmd160  4c9eabcecf9caa14403ee3f995ec5cf7b4030677 \
                    sha256  e10aeed89078bb214ff817a189aaf85ab5024025b2e555286872307c9e79b799

if {${name} ne ${subport}} {
    depends_build   port:py${python.version}-setuptools
}
