# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
# $Id: Portfile 91648 2012-04-07 03:45:12Z jmr@macports.org $

PortSystem        1.0
PortGroup         python27 1.0

name              py27-py
version           1.1.1
categories        python
license           MIT
platforms         darwin
maintainers       nomaintainer
description       py lib: agile development and test support library
long_description  the py lib is a development support library featuring \
                  py.test, ad-hoc distributed execution, micro-threads \
                  and svn abstractions.
homepage          http://codespeak.net/py
master_sites      http://pypi.python.org/packages/source/p/py/
checksums         md5 4d0b5eaf9af09b7682fb07d4c5a2fd45 \
                  sha1 36ca24b4424ce9ba47e3a8af0b29512eb156b116 \
                  rmd160 c48c67421545b2181eaff75e8d05cbcebf4ead1c
distname          py-${version}

depends_build     port:py27-distribute
