Changeset 98341


Ignore:
Timestamp:
Oct 3, 2012, 2:18:02 AM (12 years ago)
Author:
blair@…
Message:

py-soappy: move from a Python 2.4 only to a Python 2.x port.

File:
1 edited

Legend:

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

    r98340 r98341  
    22
    33PortSystem 1.0
    4 PortGroup       python24 1.0
     4PortGroup       python 1.0
    55
    66name            py-soappy
    77version         0.11.6
    8 revision        1
     8revision        2
    99categories-append   net
    1010license         BSD ZPL-2
     
    2525patchfiles      patch-remove-import-of-nested-scopes-from-future.diff
    2626
    27 depends_lib-append    port:py24-fpconst
     27python.versions 24 25 26 27
    2828
    29 post-destroot {
    30     xinstall -m 644 -W ${worksrcpath}/docs GettingStarted.txt attrs.txt \
    31         GlobusSupport.txt MethodParameterNaming.txt complexTypes.txt \
    32         simpleTypes.txt WSDL.txt ${destroot}${prefix}/share/doc/${name}
     29if {$subport != $name} {
     30    depends_lib-append    port:py${python.version}-fpconst
     31
     32    post-destroot {
     33        xinstall -m 644 -W ${worksrcpath}/docs GettingStarted.txt attrs.txt \
     34            GlobusSupport.txt MethodParameterNaming.txt complexTypes.txt \
     35            simpleTypes.txt WSDL.txt ${destroot}${prefix}/share/doc/${subport}
     36    }
    3337}
Note: See TracChangeset for help on using the changeset viewer.