[61420] trunk/dports/python

nox at macports.org nox at macports.org
Thu Dec 10 17:51:12 PST 2009


Revision: 61420
          http://trac.macports.org/changeset/61420
Author:   nox at macports.org
Date:     2009-12-10 17:51:08 -0800 (Thu, 10 Dec 2009)
Log Message:
-----------
Create new port py25-pycallgraph

pycallgraph is a Python module that creates call graphs for Python
programs.

Added Paths:
-----------
    trunk/dports/python/py26-pycallgraph/
    trunk/dports/python/py26-pycallgraph/Portfile

Added: trunk/dports/python/py26-pycallgraph/Portfile
===================================================================
--- trunk/dports/python/py26-pycallgraph/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-pycallgraph/Portfile	2009-12-11 01:51:08 UTC (rev 61420)
@@ -0,0 +1,36 @@
+# $Id$
+
+PortSystem      1.0
+PortGroup       python26 1.0
+
+name            py26-pycallgraph
+set my_name     pycallgraph
+version         0.5.1
+license         GPLv2
+categories-append   devel
+platforms       darwin
+maintainers     nox openmaintainer
+description     A Python module that creates call graphs for Python programs
+
+long_description \
+    pycallgraph is a Python module that creates call graphs for Python \
+    programs.
+
+homepage        http://pycallgraph.slowchop.com/
+master_sites    ${homepage}files/download/
+distname        ${my_name}-${version}
+
+checksums       md5     2f57a14f637e87aabc7301e78941026c \
+                sha1    898ead71fa2341af9c7f98ef150807ccf2dcdd8c \
+                rmd160  bb46a88afa374db4552e6311f897fa50245af314
+
+post-destroot {
+    set docdir ${prefix}/share/doc/${name}
+    xinstall -d ${destroot}${docdir}/html
+    xinstall -m 644 -W $worksrcpath COPYING ${destroot}${docdir}
+}
+
+universal_variant   no
+
+livecheck.type  regex
+livecheck.regex ${my_name}-(\\d+(?:\\.\\d+)*)


Property changes on: trunk/dports/python/py26-pycallgraph/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/20091210/e2023432/attachment-0001.html>


More information about the macports-changes mailing list