[106579] trunk/dports/python/py-lxml/Portfile

stromnov at macports.org stromnov at macports.org
Fri May 31 02:12:20 PDT 2013


Revision: 106579
          https://trac.macports.org/changeset/106579
Author:   stromnov at macports.org
Date:     2013-05-31 02:12:20 -0700 (Fri, 31 May 2013)
Log Message:
-----------
py-lxml: fix whitespaces

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

Modified: trunk/dports/python/py-lxml/Portfile
===================================================================
--- trunk/dports/python/py-lxml/Portfile	2013-05-31 09:04:25 UTC (rev 106578)
+++ trunk/dports/python/py-lxml/Portfile	2013-05-31 09:12:20 UTC (rev 106579)
@@ -1,39 +1,45 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=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-lxml
-version           2.3.2
-categories-append devel
-license           BSD
-platforms         darwin
-maintainers       akitada gmail.com:dbraband openmaintainer
-description       Powerful and Pythonic XML processing library
-long_description  lxml is a Pythonic binding for the libxml2 and \
-                  libxslt libraries.  It is unique in that it \
-                  combines the speed and feature completeness of \
-                  these libraries with the simplicity of a native \
-                  Python API, mostly compatible but superior to \
-                  the well-known ElementTree API.
+name                py-lxml
+version             2.3.2
+revision            0
+categories-append   devel
+platforms           darwin
+license             BSD
 
-homepage          http://lxml.de/
-master_sites      http://pypi.python.org/packages/source/l/lxml/
-checksums         md5 50ed3706da4665c40600fd6e2a7d1159 \
-                  rmd160 e85d9e4aca23ed82e9e91636b45bcac3988a49b7 \
-                  sha256 32bf688a03d18caa74840764727e8fa29bb29950f7a190a0b969150a3869a6a1
-distname          lxml-${version}
+python.versions     24 25 26 27 31 32
 
-python.versions   24 25 26 27 31 32
+maintainers         akitada gmail.com:dbraband openmaintainer
 
+description         Powerful and Pythonic XML processing library
+
+long_description    lxml is a Pythonic binding for the libxml2 and \
+                    libxslt libraries.  It is unique in that it \
+                    combines the speed and feature completeness of \
+                    these libraries with the simplicity of a native \
+                    Python API, mostly compatible but superior to \
+                    the well-known ElementTree API.
+
+homepage            http://lxml.de/
+master_sites        http://pypi.python.org/packages/source/l/lxml/
+
+checksums           md5 50ed3706da4665c40600fd6e2a7d1159 \
+                    rmd160 e85d9e4aca23ed82e9e91636b45bcac3988a49b7 \
+                    sha256 32bf688a03d18caa74840764727e8fa29bb29950f7a190a0b969150a3869a6a1
+
+distname            lxml-${version}
+
 if {$subport != $name} {
-    depends_build port:py${python.version}-distribute
-    depends_lib-append port:libxslt
-    
-    livecheck.type  none
+    depends_build-append port:py${python.version}-distribute
+    depends_lib-append  port:libxslt
+
+    livecheck.type      none
 } else {
-    livecheck.type  regex
-    livecheck.url   ${master_sites}
-    livecheck.regex "lxml-(\\d+(?:\\.\\d+)*)${extract.suffix}"
+    livecheck.type      regex
+    livecheck.url       ${master_sites}
+    livecheck.regex     "lxml-(\\d+(?:\\.\\d+)*)${extract.suffix}"
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130531/b96452d0/attachment.html>


More information about the macports-changes mailing list