New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 81294


Ignore:
Timestamp:
07/28/11 20:30:17 (4 years ago)
Author:
jmr@…
Message:

unify py*-altgraph

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

Legend:

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

    r70583 r81294  
     1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 
    12# $Id$ 
    23 
    34PortSystem                      1.0 
    4 PortGroup                       python24 1.0 
     5PortGroup                       python 1.0 
     6 
    57name                            py-altgraph 
    6 version                         0.6.7 
     8version                         0.9 
    79categories-append       devel 
    8 maintainers                     nomaintainer 
     10license             MIT 
     11maintainers                     jmr openmaintainer 
    912description                     Python graph (network) package 
    1013long_description \ 
     
    1922 
    2023homepage                        http://undefined.org/python/#altgraph 
    21 master_sites            http://cheeseshop.python.org/packages/source/a/altgraph/ 
     24master_sites            http://pypi.python.org/packages/source/a/altgraph/ 
    2225distname                        altgraph-${version} 
    2326 
    24 checksums                       md5 6792e11b471e70ab3d4dfecf41fb759e \ 
    25                                         sha1 880627405473520b336f771fa529dab52fb3e1fb \ 
    26                                         rmd160 dac7a7a81fe80a4aa08de60dcf0ddcd7cbdb1690 
     27checksums                       md5 367015bf871815b632975a26d1750133 \ 
     28                                        sha1 94a434c1af98c8637969d3942d4f04bb633c382c \ 
     29                                        rmd160 48263978c5634d970a58a7372a81bed55ecaefd9 
    2730 
    28 depends_lib-append      port:py-setuptools 
     31python.versions     24 25 26 27 
     32 
     33if {$subport == "py24-altgraph"} { 
     34    depends_lib     port:py-setuptools 
     35} elseif {$subport != $name} { 
     36    depends_lib     port:py${python.version}-distribute 
     37} 
    2938 
    3039livecheck.type  regex 
    3140livecheck.url   http://pypi.python.org/pypi/altgraph/ 
    32 livecheck.regex altgraph (0\.\[0-9\]+\.\[0-9\]+) 
     41livecheck.regex altgraph (0\.\[0-9.\]+) 
Note: See TracChangeset for help on using the changeset viewer.