[88195] trunk/dports/python

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


Revision: 88195
          http://trac.macports.org/changeset/88195
Author:   singingwolfboy at macports.org
Date:     2011-12-21 12:26:56 -0800 (Wed, 21 Dec 2011)
Log Message:
-----------
New port: py-nosexcover

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

Added: trunk/dports/python/py-nosexcover/Portfile
===================================================================
--- trunk/dports/python/py-nosexcover/Portfile	                        (rev 0)
+++ trunk/dports/python/py-nosexcover/Portfile	2011-12-21 20:26:56 UTC (rev 88195)
@@ -0,0 +1,29 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           python 1.0
+
+name                py-nosexcover
+set real_name       nosexcover
+version             1.0.7
+python.versions     24 25 26 27 31 32
+categories-append   devel
+platforms           darwin
+license             BSD
+maintainers         singingwolfboy openmaintainer
+description         Extends nose.plugins.cover to add Cobertura-style XML reports
+long_description  \
+    A companion to the built-in nose.plugins.cover, this plugin will write out \
+    an XML coverage report to a file named coverage.xml. It will honor all the \
+    options you pass to the Nose coverage plugin, especially --cover-package.
+
+homepage            http://pypi.python.org/pypi/nosexcover
+master_sites        http://pypi.python.org/packages/source/n/${real_name}
+distname            ${real_name}-${version}
+
+checksums           rmd160  6392ae2bf8a871e0f04bd0f64f4cc7612a2423be \
+                    sha256  2284c504e7ca9c5e36e5777f354b9224dff1f68d52f63aba62a0d50a241a824b
+
+if {$name != $subport} {
+    depends_lib     port:py${python.version}-nose
+}


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


More information about the macports-changes mailing list