# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           python 1.0

name                py-mox
version             0.5.1
platforms           darwin
supported_archs     noarch
license             Apache-2
maintainers         nomaintainer

description         An object-mocking framework for Python
long_description    \
    Mox will make mock objects for you, so you don't have to create your own! \
    It mocks the public/protected interfaces of Python objects. You set up \
    your mock objects expected behavior using a domain specific language \
    (DSL), which makes it easy to use, understand, and refactor!

homepage            https://code.google.com/p/pymox/
master_sites        googlecode:pymox
distname            mox-${version}

checksums           md5     ad8eb8c76b172e858d091a8075526cf9 \
                    sha1    e2e131cb515fc4d9e41fe93cc08a262d878d7dfb \
                    rmd160  579c74c25b521252d8a427f1d37b59e5afd01812

python.versions 26