Changeset 98991


Ignore:
Timestamp:
Oct 23, 2012, 10:01:14 AM (12 years ago)
Author:
jmr@…
Message:

py-modulegraph: update to 0.10 for python 2.6+

File:
1 edited

Legend:

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

    r96743 r98991  
    66
    77name                py-modulegraph
    8 version             0.9.1
     8version             0.10
    99categories-append   devel
    1010license             MIT
     
    2525distname            modulegraph-${version}
    2626
    27 checksums           md5 4d5e8dbfc35d7a3d1123c4cc2d958125 \
    28                     sha1 92f4307ac1d8b4fef7acd12f72a71c63109ff246 \
    29                     rmd160 b8912f3e618a735f75e5f4d6ca60f78ffb557537
     27checksums           md5 798f67a19388511aea2c666c9d1dbff9 \
     28                    rmd160 b4a2bc479c9c48e2939eec5da9463c317cda59c2 \
     29                    sha256 31b1cf4e26c52c9ee5c804e6a29cd1fbaf9625c2d51ab6e74d9a6518eb85d69a
    3030
    31 python.versions     24 25 26 27
     31python.versions     24 25 26 27 31 32 33
    3232
    3333if {$subport != $name} {
    3434    depends_lib         port:py${python.version}-altgraph
    3535    livecheck.type  none
     36    if {${python.version} <= 25} {
     37        version     0.9.1
     38        checksums   md5 4d5e8dbfc35d7a3d1123c4cc2d958125 \
     39                    sha1 92f4307ac1d8b4fef7acd12f72a71c63109ff246 \
     40                    rmd160 b8912f3e618a735f75e5f4d6ca60f78ffb557537
     41        distname    modulegraph-${version}
     42    }
    3643} else {
    3744    livecheck.type  regex
Note: See TracChangeset for help on using the changeset viewer.