Revision
130355
Author
larryv@macports.org
Date
2014-12-29 20:17:03 -0800 (Mon, 29 Dec 2014)

Log Message

py-cssselect: Reformat

Modified Paths

Diff

Modified: trunk/dports/python/py-cssselect/Portfile (130354 => 130355)


--- trunk/dports/python/py-cssselect/Portfile	2014-12-30 04:17:01 UTC (rev 130354)
+++ trunk/dports/python/py-cssselect/Portfile	2014-12-30 04:17:03 UTC (rev 130355)
@@ -14,17 +14,15 @@
 
 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                http://packages.python.org/cssselect/
+
 master_sites            http://pypi.python.org/packages/source/c/cssselect/
 distname                cssselect-${version}
-
 checksums               rmd160  5e1c8da5e94411ca3928d3a805b60fe51d7f8484 \
                         sha256  0535a7e27014874b27ae3a4d33e8749e345bdfa62766195208b7996bf1100682
 
@@ -34,8 +32,8 @@
     depends_build-append    port:py${python.version}-setuptools
     post-destroot {
         xinstall -m 644 -W ${worksrcpath} \
-            AUTHORS CHANGES LICENSE README.rst \
-            ${destroot}${prefix}/share/doc/${subport}
+                AUTHORS CHANGES LICENSE README.rst \
+                ${destroot}${prefix}/share/doc/${subport}
     }
     livecheck.type      none
 } else {