[127496] trunk/dports/python/py-pydot/Portfile

petr at macports.org petr at macports.org
Tue Oct 28 16:54:12 PDT 2014


Revision: 127496
          https://trac.macports.org/changeset/127496
Author:   petr at macports.org
Date:     2014-10-28 16:54:12 -0700 (Tue, 28 Oct 2014)
Log Message:
-----------
py-pydot: modeline and formating

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

Modified: trunk/dports/python/py-pydot/Portfile
===================================================================
--- trunk/dports/python/py-pydot/Portfile	2014-10-28 23:25:39 UTC (rev 127495)
+++ trunk/dports/python/py-pydot/Portfile	2014-10-28 23:54:12 UTC (rev 127496)
@@ -1,38 +1,37 @@
+# -*- 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
-PortGroup python 1.0
+PortSystem          1.0
+PortGroup python    1.0
 
-name			py-pydot
-python.versions         26 27
-version			1.0.28
-revision                1
-categories-append	graphics
-license			MIT
-platforms		darwin
-supported_archs	noarch
-maintainers		phw openmaintainer
+name                py-pydot
+version			    1.0.28
+revision            1
+categories-append   graphics
+license             MIT
+platforms           darwin
+supported_archs     noarch
+maintainers         phw openmaintainer
 
-description		python module for creating graphs
-long_description	An interface for creating both directed and non \
-				directed graphs from Python. Currently all attributes \
-				implemented in the Dot language are supported (up to \
-				Graphviz 1.10).
+description         python module for creating graphs
+long_description    An interface for creating both directed and non directed \
+                    graphs from Python. Currently all attributes implemented \
+                    in the Dot language are supported (up to Graphviz 1.10).
 
-homepage		http://code.google.com/p/pydot/
-master_sites	        http://pydot.googlecode.com/files/
-distname		pydot-${version}
+homepage            http://code.google.com/p/pydot/
+master_sites        http://pydot.googlecode.com/files/
+distname            pydot-${version}
 
 checksums           sha1    3945af1765943807d72e773c7ac853f008ebb0b2
 
+python.versions     26 27
+
 if { ${name} ne ${subport} } {
-    depends_run		bin:dot:graphviz
-    patchfiles		patch-setup.py.diff \
+    depends_run-append  bin:dot:graphviz
+    patchfiles          patch-setup.py.diff \
                         patch-dot_parser.py.diff
-    
-   post-patch {
-       reinplace "s|@@DIRECTORY@@|share/doc/${subport}|g" ${worksrcpath}/setup.py
-   }
 
-    depends_lib-append	port:py${python.version}-parsing
+    post-patch {
+        reinplace "s|@@DIRECTORY@@|share/doc/${subport}|g" ${worksrcpath}/setup.py
+    }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141028/f8bc13aa/attachment.html>


More information about the macports-changes mailing list