[150886] trunk/dports/python/py-pycallgraph/Portfile

petr at macports.org petr at macports.org
Mon Aug 1 05:45:03 PDT 2016


Revision: 150886
          https://trac.macports.org/changeset/150886
Author:   petr at macports.org
Date:     2016-08-01 05:45:03 -0700 (Mon, 01 Aug 2016)
Log Message:
-----------
py-pycallgraph: modeline, formating

Modified Paths:
--------------
    trunk/dports/python/py-pycallgraph/Portfile

Modified: trunk/dports/python/py-pycallgraph/Portfile
===================================================================
--- trunk/dports/python/py-pycallgraph/Portfile	2016-08-01 12:38:58 UTC (rev 150885)
+++ trunk/dports/python/py-pycallgraph/Portfile	2016-08-01 12:45:03 UTC (rev 150886)
@@ -1,3 +1,4 @@
+# -*- 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
@@ -4,19 +5,13 @@
 PortGroup           python 1.0
 
 name                py-pycallgraph
-categories-append   devel
-
 version             1.0.1
-revision            0
-
-license             GPL-2+
-
+categories-append   devel
 platforms           darwin
+supported_archs     noarch
+license             GPL-2+
 maintainers         nomaintainer
 
-supported_archs     noarch
-python.versions     27 33 34
-
 description         A Python module that creates call graphs for Python programs.
 long_description    ${description}
 
@@ -28,8 +23,9 @@
                     sha1    0eb1d0d2e4fd18ce47722a1898f6fba9edcdaa31 \
                     rmd160  c7504663783e7e72d3a64cac77f8f8d523e50a2a
 
-if {$subport ne $name} {
+python.versions     27 33 34
 
+if {$subport ne $name} {
     depends_run-append  path:bin/dot:graphviz
 
     post-destroot {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160801/55a01805/attachment.html>


More information about the macports-changes mailing list