New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82228


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

py-xlrd: unify

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

Legend:

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

    r81291 r82228  
    33 
    44PortSystem              1.0 
    5 PortGroup               python27 1.0 
     5PortGroup               python 1.0 
    66 
    7 name                    py27-xlrd 
     7name                    py-xlrd 
    88version                 0.7.1 
     9python.versions     25 26 27 
     10python.default_version  27 
    911categories              python 
    1012platforms               darwin 
     
    2224use_zip                 yes 
    2325 
     26if {$subport != $name} { 
     27    if {${python.version} == 25} { 
     28        post-destroot { 
     29            move ${destroot}${prefix}/bin/runxlrd.py ${destroot}${prefix}/bin/runxlrd.py-2.5 
     30        } 
     31    } 
     32} 
     33 
    2434livecheck.type      regex 
    2535livecheck.url       http://pypi.python.org/pypi/xlrd 
Note: See TracChangeset for help on using the changeset viewer.