[79758] trunk/dports/python

singingwolfboy at macports.org singingwolfboy at macports.org
Fri Jun 24 16:39:08 PDT 2011


Revision: 79758
          http://trac.macports.org/changeset/79758
Author:   singingwolfboy at macports.org
Date:     2011-06-24 16:39:08 -0700 (Fri, 24 Jun 2011)
Log Message:
-----------
New port: py27-fixtures

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

Added: trunk/dports/python/py27-fixtures/Portfile
===================================================================
--- trunk/dports/python/py27-fixtures/Portfile	                        (rev 0)
+++ trunk/dports/python/py27-fixtures/Portfile	2011-06-24 23:39:08 UTC (rev 79758)
@@ -0,0 +1,29 @@
+# $Id$
+
+PortSystem      1.0
+PortGroup       python27 1.0
+
+name            py27-fixtures
+set real_name   fixtures
+version         0.3.6
+maintainers     singingwolfboy openmaintainer
+platforms       darwin
+description     Fixtures, reusable state for writing clean tests and more.
+
+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
+depends_lib-append  port:py27-testtools
+
+homepage        https://launchpad.net/python-${real_name}
+master_sites    http://launchpad.net/python-${real_name}/trunk/${version}/+download/
+distname        ${real_name}-${version}
+
+checksums       md5     e4d51fa6770efb75bb8c74c0e52486da \
+                sha1    1706e8f62065eb503d1f8c45c0c671f027c93666 \
+                rmd160  dfdbc865fdffe7aa8f572f1a378ac9ef15462186


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


More information about the macports-changes mailing list