[58004] trunk/dports/python

snc at macports.org snc at macports.org
Sun Sep 20 10:18:55 PDT 2009


Revision: 58004
          http://trac.macports.org/changeset/58004
Author:   snc at macports.org
Date:     2009-09-20 10:18:55 -0700 (Sun, 20 Sep 2009)
Log Message:
-----------
created py26-mox, ticket #21431. shortened master_sites

Added Paths:
-----------
    trunk/dports/python/py26-mox/
    trunk/dports/python/py26-mox/Portfile

Added: trunk/dports/python/py26-mox/Portfile
===================================================================
--- trunk/dports/python/py26-mox/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-mox/Portfile	2009-09-20 17:18:55 UTC (rev 58004)
@@ -0,0 +1,24 @@
+# -*- 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
+# $Id$
+
+PortSystem      1.0
+PortGroup       python26 1.0
+
+name            py26-mox
+version         0.5.1
+categories      python
+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!
+maintainers     nodamage.com:nodamage openmaintainer
+platforms       darwin
+homepage        http://code.google.com/p/pymox/
+master_sites    googlecode:pymox
+distname        mox-${version}
+
+checksums       md5     ad8eb8c76b172e858d091a8075526cf9 \
+                sha1    e2e131cb515fc4d9e41fe93cc08a262d878d7dfb \
+                rmd160  579c74c25b521252d8a427f1d37b59e5afd01812


Property changes on: trunk/dports/python/py26-mox/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090920/c62cd78a/attachment-0001.html>


More information about the macports-changes mailing list