[79760] trunk/dports/python

singingwolfboy at macports.org singingwolfboy at macports.org
Fri Jun 24 19:13:43 PDT 2011


Revision: 79760
          http://trac.macports.org/changeset/79760
Author:   singingwolfboy at macports.org
Date:     2011-06-24 19:13:42 -0700 (Fri, 24 Jun 2011)
Log Message:
-----------
New port: py27-fixture

Added Paths:
-----------
    trunk/dports/python/py27-fixture/
    trunk/dports/python/py27-fixture/Portfile

Added: trunk/dports/python/py27-fixture/Portfile
===================================================================
--- trunk/dports/python/py27-fixture/Portfile	                        (rev 0)
+++ trunk/dports/python/py27-fixture/Portfile	2011-06-25 02:13:42 UTC (rev 79760)
@@ -0,0 +1,28 @@
+# $Id$
+
+PortSystem      1.0
+PortGroup       python27 1.0
+
+name            py27-fixture
+set real_name   fixture
+version         1.4
+maintainers     singingwolfboy openmaintainer
+platforms       darwin
+description     Python module for loading and referencing test data
+
+long_description \
+    Fixtures defines a Python contract for reusable state / support logic, \
+    primarily for unit testing. Helper and adaption logic is included to make \
+    it easy to write your own fixtures using the fixtures contract. Glue code \
+    is provided that makes using fixtures that meet the Fixtures contract in \
+    unittest compatible test cases easy and straight forward.
+
+categories-append devel
+
+homepage        http://farmdev.com/projects/fixture/${real_name}
+master_sites    http://pypi.python.org/packages/source/f/${real_name}/
+distname        ${real_name}-${version}
+
+checksums       md5     cb051fbc19c3edc355ba276e9d524848 \
+                sha1    558d73ebea2f192dde6c88bebcbc24cb4707558d \
+                rmd160  cd448659c76e7926c10302ce72d4ea19b3d2de2a


Property changes on: trunk/dports/python/py27-fixture/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110624/9f2b5c86/attachment.html>


More information about the macports-changes mailing list