Last change
on this file was
151147,
checked in by petr@…, 21 months ago
|
py-mox: formating
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
1.1 KB
|
Line | |
---|
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: Portfile 151147 2016-08-08 14:05:18Z petr@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup python 1.0 |
---|
6 | |
---|
7 | name py-mox |
---|
8 | version 0.5.1 |
---|
9 | platforms darwin |
---|
10 | supported_archs noarch |
---|
11 | license Apache-2 |
---|
12 | maintainers nomaintainer |
---|
13 | |
---|
14 | description An object-mocking framework for Python |
---|
15 | long_description \ |
---|
16 | Mox will make mock objects for you, so you don't have to create your own! \ |
---|
17 | It mocks the public/protected interfaces of Python objects. You set up \ |
---|
18 | your mock objects expected behavior using a domain specific language \ |
---|
19 | (DSL), which makes it easy to use, understand, and refactor! |
---|
20 | |
---|
21 | homepage http://code.google.com/p/pymox/ |
---|
22 | master_sites googlecode:pymox |
---|
23 | distname mox-${version} |
---|
24 | |
---|
25 | checksums md5 ad8eb8c76b172e858d091a8075526cf9 \ |
---|
26 | sha1 e2e131cb515fc4d9e41fe93cc08a262d878d7dfb \ |
---|
27 | rmd160 579c74c25b521252d8a427f1d37b59e5afd01812 |
---|
28 | |
---|
29 | python.versions 26 |
---|
Note: See
TracBrowser
for help on using the repository browser.