# -*- 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 91764 2012-04-10 02:06:55Z dports@macports.org $

PortSystem          1.0
PortGroup           python 1.0

name                py-pytools
version             2011.5
platforms           darwin
maintainers         gmail.com:larry.velazquez openmaintainer
license             MIT
description         A collection of tools for Python
long_description    Pytools is a big bag of things that are "missing" \
                    from the Python standard library.
homepage        http://pypi.python.org/pypi/pytools

set real_name       pytools
distname            ${real_name}-${version}
master_sites        http://pypi.python.org/packages/source/p/${real_name}

checksums           rmd160  31250206a2026646dd293c888bf356307c90799c \
                    sha256  0727353bc9bb2b1386505f85b43be97efeba4829327e09146a918b404d24057c

python.versions        26 27
python.default_version 27

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