[92051] trunk/dports/python

singingwolfboy at macports.org singingwolfboy at macports.org
Mon Apr 16 14:02:59 PDT 2012


Revision: 92051
          https://trac.macports.org/changeset/92051
Author:   singingwolfboy at macports.org
Date:     2012-04-16 14:02:58 -0700 (Mon, 16 Apr 2012)
Log Message:
-----------
New port: py-unittest2

Added Paths:
-----------
    trunk/dports/python/py-unittest2/
    trunk/dports/python/py-unittest2/Portfile

Added: trunk/dports/python/py-unittest2/Portfile
===================================================================
--- trunk/dports/python/py-unittest2/Portfile	                        (rev 0)
+++ trunk/dports/python/py-unittest2/Portfile	2012-04-16 21:02:58 UTC (rev 92051)
@@ -0,0 +1,29 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           python 1.0
+
+name                py-unittest2
+version             0.5.1
+maintainers         singingwolfboy openmaintainer
+python.versions     24 25 26
+python.default_version  24
+
+description         New features in the unittest library
+
+long_description    \
+    unittest2 is a backport of the new features added to the unittest testing \
+    framework in Python 2.7. It is tested to run on Python 2.4 - 2.7. To use \
+    unittest2 instead of unittest simply replace import unittest with \
+    import unittest2.
+
+platforms           darwin
+
+homepage            http://pypi.python.org/pypi/unittest2
+master_sites        http://pypi.python.org/packages/source/u/unittest2/
+distname            unittest2-${version}
+
+checksums           rmd160  aa83b1d6dedaa71a9e6d3bed4028e855bef04821 \
+                    sha256  aa5de8cdf654d843379c97bd1ee240e86356d3355a97b147a6f3f4d149247a71
+


Property changes on: trunk/dports/python/py-unittest2/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120416/0b089443/attachment.html>


More information about the macports-changes mailing list