[146962] trunk/dports/python/py-cssselect/Portfile

petr at macports.org petr at macports.org
Tue Mar 22 07:50:39 PDT 2016


Revision: 146962
          https://trac.macports.org/changeset/146962
Author:   petr at macports.org
Date:     2016-03-22 07:50:39 -0700 (Tue, 22 Mar 2016)
Log Message:
-----------
py-cssselect: whitespace changes only

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

Modified: trunk/dports/python/py-cssselect/Portfile
===================================================================
--- trunk/dports/python/py-cssselect/Portfile	2016-03-22 14:49:10 UTC (rev 146961)
+++ trunk/dports/python/py-cssselect/Portfile	2016-03-22 14:50:39 UTC (rev 146962)
@@ -1,45 +1,46 @@
 # -*- 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
 
 set _name           lxml
 set _n              [string index ${_name} 0]
 
 name                py-${_name}
-version                 0.9.1
-categories-append       devel
-platforms               darwin
-supported_archs         noarch
-license                 BSD
-maintainers             nomaintainer
+version             0.9.1
+categories-append   devel
+platforms           darwin
+supported_archs     noarch
+license             BSD
+maintainers         nomaintainer
 
-description             cssselect parses CSS3 Selectors and translates \
-                        them to XPath 1.0
-long_description        cssselect parses CSS3 Selectors and translates \
-                        them to XPath 1.0 expressions. Such expressions \
-                        can be used in lxml or another XPath engine to \
-                        find the matching elements in an XML or HTML \
-                        document.
+description         cssselect parses CSS3 Selectors and translates \
+                    them to XPath 1.0
+long_description    cssselect parses CSS3 Selectors and translates \
+                    them to XPath 1.0 expressions. Such expressions \
+                    can be used in lxml or another XPath engine to \
+                    find the matching elements in an XML or HTML \
+                    document.
 
 homepage            https://pythonhosted.org/${name}/
 
 master_sites        https://pypi.python.org/packages/source/${_n}/${_name}/
 distname            ${_name}-${version}
 
-checksums               rmd160  5e1c8da5e94411ca3928d3a805b60fe51d7f8484 \
-                        sha256  0535a7e27014874b27ae3a4d33e8749e345bdfa62766195208b7996bf1100682
+checksums           rmd160  5e1c8da5e94411ca3928d3a805b60fe51d7f8484 \
+                    sha256  0535a7e27014874b27ae3a4d33e8749e345bdfa62766195208b7996bf1100682
 
-python.versions         27 34
+python.versions     27 34
 
 if {${name} ne ${subport}} {
     depends_build-append    port:py${python.version}-setuptools
     post-destroot {
         xinstall -m 644 -W ${worksrcpath} \
-                AUTHORS CHANGES LICENSE README.rst \
+            AUTHORS CHANGES LICENSE README.rst \
                 ${destroot}${prefix}/share/doc/${subport}
     }
+
     livecheck.type  none
 } else {
     livecheck.type  regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160322/570edfc6/attachment.html>


More information about the macports-changes mailing list