Changeset 98330


Ignore:
Timestamp:
Oct 3, 2012, 1:38:25 AM (12 years ago)
Author:
blair@…
Message:

py-soappy: whitespace cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/python/py-soappy/Portfile

    r98329 r98330  
    22
    33PortSystem 1.0
    4 PortGroup python24 1.0
     4PortGroup       python24 1.0
    55
    6 name                    py-soappy
    7 version                 0.11.3
    8 revision                1
    9 categories              python net
    10 license                 BSD ZPL-2
    11 platforms               darwin
    12 maintainers             blair openmaintainer
    13 description             SOAP library for Python
    14 long_description        The goal of the SOAPpy team is to provide a \
    15                                 full-featured SOAP library for Python that is very \
    16                                 simple to use and that fully supports dynamic \
    17                                 interaction between clients and servers.
     6name            py-soappy
     7version         0.11.3
     8revision        1
     9categories      python net
     10license         BSD ZPL-2
     11platforms       darwin
     12maintainers     blair openmaintainer
     13description     SOAP library for Python
     14long_description \
     15    The goal of the SOAPpy team is to provide a full-featured SOAP \
     16    library for Python that is very simple to use and that fully \
     17    supports dynamic interaction between clients and servers.
    1818
    19 homepage                http://pywebsvcs.sourceforge.net/
    20 master_sites    sourceforge:pywebsvcs
    21 distname                SOAPpy-${version}
    22 checksums               md5 dbdcafe76f73dffaa6948b026607d51b
     19homepage        http://pywebsvcs.sourceforge.net/
     20master_sites    sourceforge:pywebsvcs
     21distname        SOAPpy-${version}
     22checksums       md5 dbdcafe76f73dffaa6948b026607d51b
    2323
    24 depends_lib-append      port:py-fpconst
     24depends_lib-append    port:py-fpconst
    2525
    26 post-destroot   {
    27         xinstall -m 644 -W ${worksrcpath}/docs GettingStarted.txt attrs.txt \
    28                 GlobusSupport.txt MethodParameterNaming.txt complexTypes.txt \
    29                 simpleTypes.txt WSDL.txt ${destroot}${prefix}/share/doc/${name}
     26post-destroot {
     27    xinstall -m 644 -W ${worksrcpath}/docs GettingStarted.txt attrs.txt \
     28        GlobusSupport.txt MethodParameterNaming.txt complexTypes.txt \
     29        simpleTypes.txt WSDL.txt ${destroot}${prefix}/share/doc/${name}
    3030}
Note: See TracChangeset for help on using the changeset viewer.