New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79846


Ignore:
Timestamp:
06/27/11 17:04:39 (4 years ago)
Author:
jmr@…
Message:

buildbot, buildbot-slave: update to 0.8.4(p1), use python 2.7

Location:
trunk/dports/devel
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/devel/buildbot-slave/Portfile

    r74510 r79846  
    22 
    33PortSystem              1.0 
    4 PortGroup               python26 1.0 
     4PortGroup               python27 1.0 
    55 
    66name                    buildbot-slave 
    7 version                 0.8.3 
     7version                 0.8.4 
    88categories              devel python 
    99platforms               darwin 
     10supported_archs noarch 
    1011maintainers             nomaintainer     
    1112description             buildslave for buildbot continuous integration system 
     
    1920dist_subdir             ${name} 
    2021 
    21 checksums           md5     cb9d9d0c2d925e51bb3c8d62083d77a7 \ 
    22                     sha1    f42d29ac0d3d630f277f13e39296578abb1d16ac \ 
    23                     rmd160  d556acd364e98d8677c484729211947c3087870f 
     22checksums           md5     2ff4c922ff5787e27aaa9389dcfbbf8b \ 
     23                    sha1    6e14268e9b5e14605cce6cf413926e8f54e74034 \ 
     24                    rmd160  6ec7a5ab941cf2dfa79efb7e719978a20ad316f9 
    2425 
    25 depends_lib-append      port:py26-twisted 
     26depends_lib-append      port:py27-twisted 
    2627 
     28python.link_binaries_suffix 
    2729post-destroot   { 
    2830        xinstall -m 644 ${worksrcpath}/README \ 
     
    3032} 
    3133 
     34# note some tests need py27-mock 
    3235test.run                yes 
    3336test.env                PYTHONPATH=. 
    34 test.cmd                trial 
    35 test.target             buildbot.test 
    36  
     37test.cmd                ${prefix}/bin/trial-${python.branch} 
     38test.target             buildslave.test 
  • trunk/dports/devel/buildbot/Portfile

    r74510 r79846  
    22 
    33PortSystem              1.0 
    4 PortGroup               python26 1.0 
     4PortGroup               python27 1.0 
    55 
    66name                    buildbot 
    7 version                 0.8.3 
     7version                 0.8.4p1 
    88categories              devel python 
    99platforms               darwin 
     10supported_archs noarch 
    1011maintainers             nomaintainer     
    1112description             compile/test cycle automation system 
     
    1819dist_subdir                     ${name} 
    1920 
     21checksums           md5     8d23d88d6804570dfc5d13c5e7d666cd \ 
     22                    sha1    bb0f7fe2125446adc5c2ba8ae635ddc0c25f5e1f \ 
     23                    rmd160  1a754c5b754d64c2578894234fd1dc918566dc42 
    2024 
    21 checksums           md5     997a6e378fdfc345d0b5fbdc4884aab4 \ 
    22                     sha1    2b2b7b5da5b3be0505610be6281aeb68488bb2f0 \ 
    23                     rmd160  fb162c86bece91cb8e74649cfc530310ff02d8d6 
     25depends_lib-append      port:py27-twisted \ 
     26                    port:py27-jinja2 \ 
     27                    port:py27-sqlalchemy \ 
     28                    port:py27-sqlalchemy-migrate 
    2429 
    25 depends_lib-append      port:py26-twisted port:py26-jinja2 
    26  
     30python.link_binaries_suffix 
    2731post-destroot   { 
    2832        xinstall -m 644 ${worksrcpath}/README \ 
     
    3034} 
    3135 
     36# note some tests need py27-mock 
    3237test.run                yes 
    3338test.env                PYTHONPATH=. 
    34 test.cmd                trial 
     39test.cmd                ${prefix}/bin/trial-${python.branch} 
    3540test.target             buildbot.test 
    36  
Note: See TracChangeset for help on using the changeset viewer.