New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 83230


Ignore:
Timestamp:
08/28/11 22:39:28 (4 years ago)
Author:
jmr@…
Message:

unify py*-jinja

Location:
trunk/dports/python
Files:
1 deleted
1 edited
1 copied
1 moved

Legend:

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

    r82721 r83230  
    22 
    33PortSystem          1.0 
    4 PortGroup           python26 1.0 
     4PortGroup           python 1.0 
    55 
    6 name                py26-jinja 
     6name                py-jinja 
    77version             1.2 
     8revision            1 
    89categories-append   devel 
    910license             BSD 
    10 maintainers         nomaintainer 
     11maintainers         rickvanderzwet.nl:info 
    1112description         Python based sandboxed template engine 
    1213long_description \ 
     
    2627                    rmd160 5b0a9ba2241e8ec6417b382384bbe3e1bf4dba8a 
    2728 
    28 depends_lib-append  port:py26-distribute 
     29python.versions     25 26 
     30python.default_version 26 
     31 
     32if {$subport != $name} { 
     33    depends_lib-append  port:py${python.version}-distribute 
     34    patchfiles          patch-setup.py.diff 
     35    post-patch { 
     36       reinplace "s|@@NAME@@|${subport}|g" ${worksrcpath}/setup.py 
     37    } 
     38} 
    2939 
    3040livecheck.type      regex 
Note: See TracChangeset for help on using the changeset viewer.