1 | # -*- 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 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup python26 1.0 |
---|
6 | |
---|
7 | name py26-mox |
---|
8 | version 0.5.1 |
---|
9 | categories python |
---|
10 | description An object-mocking framework for Python |
---|
11 | long_description Mox will make mock objects for you, so you don't \ |
---|
12 | have to create your own! It mocks the public/protected \ |
---|
13 | interfaces of Python objects. You set up your mock objects \ |
---|
14 | expected behavior using a domain specific language (DSL), \ |
---|
15 | which makes it easy to use, understand, and refactor! |
---|
16 | maintainers nodamage.com:nodamage openmaintainer |
---|
17 | platforms darwin |
---|
18 | homepage http://code.google.com/p/pymox/ |
---|
19 | master_sites http://pymox.googlecode.com/files/ |
---|
20 | distname mox-${version} |
---|
21 | |
---|
22 | checksums md5 ad8eb8c76b172e858d091a8075526cf9 \ |
---|
23 | sha1 e2e131cb515fc4d9e41fe93cc08a262d878d7dfb \ |
---|
24 | rmd160 579c74c25b521252d8a427f1d37b59e5afd01812 |
---|