[88189] trunk/dports/python

singingwolfboy at macports.org singingwolfboy at macports.org
Wed Dec 21 11:41:39 PST 2011


Revision: 88189
          http://trac.macports.org/changeset/88189
Author:   singingwolfboy at macports.org
Date:     2011-12-21 11:41:38 -0800 (Wed, 21 Dec 2011)
Log Message:
-----------
New port: py-mock-devel

Added Paths:
-----------
    trunk/dports/python/py-mock-devel/
    trunk/dports/python/py-mock-devel/Portfile

Added: trunk/dports/python/py-mock-devel/Portfile
===================================================================
--- trunk/dports/python/py-mock-devel/Portfile	                        (rev 0)
+++ trunk/dports/python/py-mock-devel/Portfile	2011-12-21 19:41:38 UTC (rev 88189)
@@ -0,0 +1,28 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           python 1.0
+
+name                py-mock-devel
+set real_name       mock
+conflicts           py${python.version}-mock
+version             0.8.0beta4
+python.versions     24 25 26 27 31 32
+categories-append   devel
+platforms           darwin
+license             BSD
+maintainers         nomaintainer
+description         A Python Mocking and Patching Library for Testing
+long_description  \
+    mock is a Python module that provides a core Mock class. It removes the \
+    need to create a host of stubs throughout your test suite. After \
+    performing an action, you can make assertions about which methods / \
+    attributes were used and arguments they were called with. You can also \
+    specify return values and set needed attributes in the normal way.
+
+homepage            http://www.voidspace.org.uk/python/mock/
+master_sites        http://www.voidspace.org.uk/downloads/
+distname            ${real_name}-${version}
+checksums           rmd160  569cb2388fd17688b75c4c681f3fa1a635cd03e2 \
+                    sha256  6dc5c46e141493c75d093bbf6dd6d0f6d4f96aaa522b9f906b61fbaf56a54602
+


Property changes on: trunk/dports/python/py-mock-devel/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111221/8dd0e5f6/attachment-0001.html>


More information about the macports-changes mailing list