[76095] trunk/dports/python
singingwolfboy at macports.org
singingwolfboy at macports.org
Fri Feb 18 08:13:33 PST 2011
Revision: 76095
http://trac.macports.org/changeset/76095
Author: singingwolfboy at macports.org
Date: 2011-02-18 08:13:31 -0800 (Fri, 18 Feb 2011)
Log Message:
-----------
New port: py27-mock
Added Paths:
-----------
trunk/dports/python/py27-mock/
trunk/dports/python/py27-mock/Portfile
Added: trunk/dports/python/py27-mock/Portfile
===================================================================
--- trunk/dports/python/py27-mock/Portfile (rev 0)
+++ trunk/dports/python/py27-mock/Portfile 2011-02-18 16:13:31 UTC (rev 76095)
@@ -0,0 +1,26 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup python27 1.0
+
+name py27-mock
+set real_name mock
+version 0.7.0rc1
+categories-append devel
+platforms darwin
+license BSD
+maintainers singingwolfboy openmaintainer
+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://pypi.python.org/packages/source/m/${real_name}
+distname ${real_name}-${version}
+checksums md5 cb4f34459e45607b75a304bde6353ac3 \
+ sha1 cf683cb6a168625b5ab3d7b910e48c86c0b3f27b \
+ rmd160 b7aa0cb759dff3e47b0376a7bd59e32007b8a86f
Property changes on: trunk/dports/python/py27-mock/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110218/bfbaec60/attachment.html>
More information about the macports-changes
mailing list