[150750] trunk/dports/python/py26-wbxml/Portfile

petr at macports.org petr at macports.org
Wed Jul 27 15:53:25 PDT 2016


Revision: 150750
          https://trac.macports.org/changeset/150750
Author:   petr at macports.org
Date:     2016-07-27 15:53:25 -0700 (Wed, 27 Jul 2016)
Log Message:
-----------
py26-wbxml: modeline, formating

Modified Paths:
--------------
    trunk/dports/python/py26-wbxml/Portfile

Modified: trunk/dports/python/py26-wbxml/Portfile
===================================================================
--- trunk/dports/python/py26-wbxml/Portfile	2016-07-27 22:48:22 UTC (rev 150749)
+++ trunk/dports/python/py26-wbxml/Portfile	2016-07-27 22:53:25 UTC (rev 150750)
@@ -1,34 +1,38 @@
+# -*- 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
+PortSystem          1.0
 
 #PortGroup python26 1.0
 
-name			py26-wbxml
-version			0.1
-categories		python net
-license			MIT
-maintainers		nomaintainer
-platforms		darwin freebsd
-description		Python bindings for the WBXML library
+name                py26-wbxml
+version			    0.1
+categories		    python net
+platforms		    darwin freebsd
+license			    MIT
+maintainers		    nomaintainer
+
+description		    Python bindings for the WBXML library
 long_description	\
- pywbxml provides Python bindings to manipulate WBXML, a binary \
- representation of WBXML used in mobile communications.
+    pywbxml provides Python bindings to manipulate WBXML, a binary \
+    representation of WBXML used in mobile communications.
 
-homepage		http://www.synce.org/
-master_sites	sourceforge:synce
-checksums		md5     6a1181b7be09ba69fe6768a0f6156416 \
-				sha1    db6fabcec33ebede343534f11536c7563c068664 \
-				rmd160  7cfa5bf6162b53b6f6e9708f1da41aa0244e6b6f
-distname		pywbxml-${version}
-distfiles		pywbxml-${version}.tar.gz
+homepage		    http://www.synce.org/
+master_sites	    sourceforge:synce
 
-depends_lib     port:wbxml2
-depends_build   port:py26-pyrex \
-                port:pkgconfig
+checksums		    md5     6a1181b7be09ba69fe6768a0f6156416 \
+				    sha1    db6fabcec33ebede343534f11536c7563c068664 \
+				    rmd160  7cfa5bf6162b53b6f6e9708f1da41aa0244e6b6f
+distname		    pywbxml-${version}
+distfiles		    pywbxml-${version}.tar.gz
 
-set python.prefix "${frameworks_dir}/Python.framework/Versions/2.6"
-configure.env   PATH="${python.prefix}/bin:$env(PATH)"
-build.env       PATH="${python.prefix}/bin:$env(PATH)"
+depends_build       port:py26-pyrex \
+                    port:pkgconfig
 
-destroot.args-append   wbxmlbindingsdir=${python.prefix}/lib/python2.6
+depends_lib         port:wbxml2
+
+set python.prefix   "${frameworks_dir}/Python.framework/Versions/2.6"
+configure.env       PATH="${python.prefix}/bin:$env(PATH)"
+build.env           PATH="${python.prefix}/bin:$env(PATH)"
+
+destroot.args-append    wbxmlbindingsdir=${python.prefix}/lib/python2.6
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160727/666b5ad1/attachment.html>


More information about the macports-changes mailing list