Changeset 99009


Ignore:
Timestamp:
Oct 23, 2012, 5:30:40 PM (12 years ago)
Author:
jmr@…
Message:

py*-kid: unify

Location:
trunk/dports/python
Files:
2 deleted
1 edited

Legend:

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

    r57375 r99009  
    22
    33PortSystem 1.0
    4 PortGroup python24 1.0
     4PortGroup python 1.0
    55
    66name                    py-kid
    77version                 0.9.6
    88platforms               darwin
    9 categories              python
     9supported_archs noarch
     10license                 MIT
    1011maintainers             afb openmaintainer
    1112description             A simple and pythonic XML template language
     
    1819checksums               md5 4233e592eee906039ad3dcbedbf6e972
    1920
    20 depends_lib-append      port:py-celementtree
     21python.versions 24 25 26
    2122
    22 test.run                yes
     23if {$subport != $name} {
     24        depends_lib-append      port:py${python.version}-celementtree
     25        depends_build   port:py${python.version}-distribute
    2326
    24 livecheck.type  regex
    25 livecheck.url   ${homepage}
    26 livecheck.regex stable version of Kid is (\[0-9\.-\]+)
     27        test.run                yes
     28        livecheck.type  none
     29} else {
     30        livecheck.type  regex
     31        livecheck.url   ${homepage}
     32        livecheck.regex stable version of Kid is (\[0-9\.-\]+)
     33}
Note: See TracChangeset for help on using the changeset viewer.