New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82225


Ignore:
Timestamp:
08/10/11 12:21:20 (4 years ago)
Author:
snc@…
Message:

py-igraph: unify

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

Legend:

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

    r81291 r82225  
    33 
    44PortSystem          1.0 
    5 PortGroup           python25 1.0 
     5PortGroup           python 1.0 
    66 
    7 name                py25-igraph 
     7name                py-igraph 
    88version             0.5.4 
     9python.versions     25 26 27 
     10python.default_version   27 
    911categories-append   math 
    1012maintainers         snc openmaintainer 
     
    2527platforms           darwin 
    2628 
    27 depends_lib         port:igraph \ 
    28                     port:py25-distribute 
     29if {$subport != $name} { 
     30    depends_lib         port:igraph \ 
     31                        port:py${python.version}-distribute 
    2932 
    30 patchfiles          patch-setup.cfg.diff \ 
    31                     patch-setup.py.diff 
     33    patchfiles          patch-setup.cfg.diff \ 
     34                        patch-setup.py.diff 
    3235 
    33 post-patch { 
    34         reinplace s|@PREFIX@|${prefix}|g ${worksrcpath}/setup.cfg 
    35         reinplace s|@PREFIX@|${prefix}|g ${worksrcpath}/setup.py 
     36    post-patch { 
     37        reinplace s|@PREFIX@|${prefix}|g ${worksrcpath}/setup.cfg 
     38        reinplace s|@PREFIX@|${prefix}|g ${worksrcpath}/setup.py 
     39    } 
    3640} 
    3741 
Note: See TracChangeset for help on using the changeset viewer.