New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 81297


Ignore:
Timestamp:
07/28/11 21:45:34 (4 years ago)
Author:
jmr@…
Message:

unify py*-bdist_mpkg

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

Legend:

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

    r70583 r81297  
    33 
    44PortSystem          1.0 
    5 PortGroup           python24 1.0 
     5PortGroup           python 1.0 
    66 
    77name                py-bdist_mpkg 
    88version             0.4.4 
    99categories-append   devel 
    10 maintainers         nomaintainer 
     10platforms           darwin 
     11supported_archs     noarch 
     12license             MIT 
     13maintainers         jmr openmaintainer 
    1114description         Builds Mac OS X installer packages from distutils 
    1215long_description \ 
     
    1821    any existing package that uses distutils. 
    1922 
    20 platforms           darwin 
    21 supported_archs     noarch 
    22  
    2323homepage            http://undefined.org/python/#bdist_mpkg 
    24 master_sites        http://pypi.python.org/packages/source/b/bdist_mpkg 
     24master_sites        http://pypi.python.org/packages/source/b/bdist_mpkg/ 
    2525distname            bdist_mpkg-${version} 
    2626 
     
    2929                    rmd160 5e937ba632e7b184bb50e5ed64af8b2d017f5032 
    3030 
    31 depends_lib-append  port:py-setuptools 
     31python.versions     24 25 26 27 
     32 
     33if {$subport == "py24-bdist_mpkg"} { 
     34    depends_lib     port:py-setuptools 
     35} elseif {$subport != $name} { 
     36    depends_lib     port:py${python.version}-distribute 
     37} 
    3238 
    3339livecheck.type  regex 
Note: See TracChangeset for help on using the changeset viewer.