New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82063


Ignore:
Timestamp:
08/07/11 01:57:29 (4 years ago)
Author:
jmr@…
Message:

unify py*-distribute

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

Legend:

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

    r79135 r82063  
    33 
    44PortSystem          1.0 
    5 PortGroup           python27 1.0 
     5PortGroup           python 1.0 
    66 
    7 name                py27-distribute 
     7name                py-distribute 
    88version             0.6.19 
    99categories-append   devel 
    10 license             PSF ZPL 
     10license             {PSF ZPL} 
    1111maintainers         jmr openmaintainer 
    1212description         Replacement for setuptools 
     
    2626                    rmd160  7acad7c1847ed48f286fc66387941276a39fc021 
    2727 
     28python.versions     25 26 27 31 32 
     29python.default_version 27 
    2830python.link_binaries no 
    2931 
     
    3234   xinstall -m 644 -W ${worksrcpath} CHANGES.txt CONTRIBUTORS.txt \ 
    3335      DEVGUIDE.txt README.txt ${destroot}${prefix}/share/doc/${name} 
    34    ln -s "${python.prefix}/bin/easy_install-${python.branch}" "${destroot}${prefix}/bin/" 
     36   if {$subport == "py25-distribute"} { 
     37      delete "${destroot}${prefix}/bin/easy_install" 
     38   } else { 
     39      ln -s "${python.prefix}/bin/easy_install-${python.branch}" "${destroot}${prefix}/bin/" 
     40   } 
    3541} 
    3642 
Note: See TracChangeset for help on using the changeset viewer.