[88196] trunk/dports/python

singingwolfboy at macports.org singingwolfboy at macports.org
Wed Dec 21 12:33:21 PST 2011


Revision: 88196
          http://trac.macports.org/changeset/88196
Author:   singingwolfboy at macports.org
Date:     2011-12-21 12:33:20 -0800 (Wed, 21 Dec 2011)
Log Message:
-----------
New port: py-figleaf

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

Added: trunk/dports/python/py-figleaf/Portfile
===================================================================
--- trunk/dports/python/py-figleaf/Portfile	                        (rev 0)
+++ trunk/dports/python/py-figleaf/Portfile	2011-12-21 20:33:20 UTC (rev 88196)
@@ -0,0 +1,29 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           python 1.0
+
+name                py-figleaf
+set real_name       figleaf
+version             0.6.1
+python.versions     24 25 26 27 31 32
+categories-append   devel
+platforms           darwin
+license             BSD
+maintainers         singingwolfboy openmaintainer
+description         code coverage analysis tool, similar to `coverage`
+long_description  \
+    figleaf is a Python code coverage analysis tool, built somewhat on the model \
+    of Ned Batchelder\'s fantastic coverage module. The goals of figleaf are to \
+    be a minimal replacement of \'coverage.py\' that supports more configurable \
+    coverage gathering and reporting. 
+
+homepage            http://darcs.idyll.org/~t/projects/figleaf/doc/
+master_sites        http://darcs.idyll.org/~t/projects/
+distname            ${real_name}-${version}
+checksums           rmd160  b4f7c730bf9f45f11d4c90d099b1665c134830c9 \
+                    sha256  04d22485db08f9f60c7de92407753423fa0f574c00211e409e8b0f9482f2f062
+
+if {$name != $subport} {
+    depends_lib     port:py${python.version}-nose
+}


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


More information about the macports-changes mailing list