# -*- 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 91372 2012-03-31 00:01:43Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           python 1.0
PortGroup           github 1.0

github.setup        kennethreitz envoy 0.0.2
name                py-envoy
set real_name       envoy
maintainers         singingwolfboy openmaintainer
python.versions     24 25 26 27
python.default_version  24

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

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

if {$name != $subport} {
    depends_lib-append  port:py${python.version}-distribute
}

