Changeset 98990


Ignore:
Timestamp:
Oct 23, 2012, 9:49:17 AM (12 years ago)
Author:
jmr@…
Message:

py-altgraph: update to 0.10 for python 2.6+

File:
1 edited

Legend:

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

    r85352 r98990  
    66
    77name                py-altgraph
    8 version             0.9
     8version             0.10
    99categories-append   devel
    1010license             MIT
     
    2525distname            altgraph-${version}
    2626
    27 checksums           md5 367015bf871815b632975a26d1750133 \
    28                     sha1 94a434c1af98c8637969d3942d4f04bb633c382c \
    29                     rmd160 48263978c5634d970a58a7372a81bed55ecaefd9
     27checksums           md5 2df65572ec8529a9f2620c920ff61be8 \
     28                    rmd160 3e14f94ba9656d0471127fa5b70c37c9ae0582f7 \
     29                    sha256 7b6e568573ee242eba6b6b3c0fbe7ff97677b91ee9ab675bf60b6d11fe09c5e9
    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}-distribute
    3535    livecheck.type  none
     36    if {${python.version} <= 25} {
     37        version     0.9
     38        checksums   md5 367015bf871815b632975a26d1750133 \
     39                    sha1 94a434c1af98c8637969d3942d4f04bb633c382c \
     40                    rmd160 48263978c5634d970a58a7372a81bed55ecaefd9
     41        distname    altgraph-${version}
     42    }
    3643} else {
    3744    livecheck.type  regex
Note: See TracChangeset for help on using the changeset viewer.