[40721] trunk/dports/python

simon at macports.org simon at macports.org
Sun Oct 12 06:21:39 PDT 2008


Revision: 40721
          http://trac.macports.org/changeset/40721
Author:   simon at macports.org
Date:     2008-10-12 06:21:39 -0700 (Sun, 12 Oct 2008)
Log Message:
-----------
python/py25-coverage: New port, code coverage tool.

Added Paths:
-----------
    trunk/dports/python/py25-coverage/
    trunk/dports/python/py25-coverage/Portfile

Added: trunk/dports/python/py25-coverage/Portfile
===================================================================
--- trunk/dports/python/py25-coverage/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-coverage/Portfile	2008-10-12 13:21:39 UTC (rev 40721)
@@ -0,0 +1,29 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           python25 1.0
+
+name                py25-coverage
+version             2.85
+categories-append   devel
+platforms           darwin
+maintainers         simon openmaintainer
+description         Code coverage tool for Python
+long_description    Coverage.py is a Python module that measures code \
+                    coverage during Python execution. It uses the code \
+                    analysis tools and tracing hooks provided in the Python \
+                    standard library to determine which lines are \
+                    executable, and which have been executed. The original \
+                    version was written by Gareth Rees. I've updated it to \
+                    determine executable statements more accurately.
+
+homepage            http://nedbatchelder.com/code/modules/coverage.html
+master_sites        http://nedbatchelder.com/code/modules/
+distname            coverage-${version}
+
+checksums           md5 bb6f4ce9fbd0011dd8d93eaf58ee9d04 \
+                    sha1 4191e2ee99d19990e74c351193443048af9b3a9e \
+                    rmd160 37ab5d97aea8a73843d083fb921b6fa797f669e1
+
+livecheck.check     regex
+livecheck.regex     {code/modules/coverage-(\d+(?:\.\d+)*).tar.gz}


Property changes on: trunk/dports/python/py25-coverage/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20081012/029a58e4/attachment.html 


More information about the macports-changes mailing list