Revision: 79846 http://trac.macports.org/changeset/79846 Author: jmr@macports.org Date: 2011-06-27 17:04:39 -0700 (Mon, 27 Jun 2011) Log Message: ----------- buildbot, buildbot-slave: update to 0.8.4(p1), use python 2.7 Modified Paths: -------------- trunk/dports/devel/buildbot/Portfile trunk/dports/devel/buildbot-slave/Portfile Modified: trunk/dports/devel/buildbot/Portfile =================================================================== --- trunk/dports/devel/buildbot/Portfile 2011-06-27 23:43:07 UTC (rev 79845) +++ trunk/dports/devel/buildbot/Portfile 2011-06-28 00:04:39 UTC (rev 79846) @@ -1,12 +1,13 @@ # $Id$ PortSystem 1.0 -PortGroup python26 1.0 +PortGroup python27 1.0 name buildbot -version 0.8.3 +version 0.8.4p1 categories devel python platforms darwin +supported_archs noarch maintainers nomaintainer description compile/test cycle automation system long_description The BuildBot is a system to automate the \ @@ -17,20 +18,23 @@ master_sites googlecode:buildbot dist_subdir ${name} +checksums md5 8d23d88d6804570dfc5d13c5e7d666cd \ + sha1 bb0f7fe2125446adc5c2ba8ae635ddc0c25f5e1f \ + rmd160 1a754c5b754d64c2578894234fd1dc918566dc42 -checksums md5 997a6e378fdfc345d0b5fbdc4884aab4 \ - sha1 2b2b7b5da5b3be0505610be6281aeb68488bb2f0 \ - rmd160 fb162c86bece91cb8e74649cfc530310ff02d8d6 +depends_lib-append port:py27-twisted \ + port:py27-jinja2 \ + port:py27-sqlalchemy \ + port:py27-sqlalchemy-migrate -depends_lib-append port:py26-twisted port:py26-jinja2 - +python.link_binaries_suffix post-destroot { xinstall -m 644 ${worksrcpath}/README \ ${destroot}${prefix}/share/doc/${name} } +# note some tests need py27-mock test.run yes test.env PYTHONPATH=. -test.cmd trial +test.cmd ${prefix}/bin/trial-${python.branch} test.target buildbot.test - Modified: trunk/dports/devel/buildbot-slave/Portfile =================================================================== --- trunk/dports/devel/buildbot-slave/Portfile 2011-06-27 23:43:07 UTC (rev 79845) +++ trunk/dports/devel/buildbot-slave/Portfile 2011-06-28 00:04:39 UTC (rev 79846) @@ -1,12 +1,13 @@ # $Id$ PortSystem 1.0 -PortGroup python26 1.0 +PortGroup python27 1.0 name buildbot-slave -version 0.8.3 +version 0.8.4 categories devel python platforms darwin +supported_archs noarch maintainers nomaintainer description buildslave for buildbot continuous integration system long_description Buildbot is a system to automate the \ @@ -18,19 +19,20 @@ master_sites googlecode:buildbot dist_subdir ${name} -checksums md5 cb9d9d0c2d925e51bb3c8d62083d77a7 \ - sha1 f42d29ac0d3d630f277f13e39296578abb1d16ac \ - rmd160 d556acd364e98d8677c484729211947c3087870f +checksums md5 2ff4c922ff5787e27aaa9389dcfbbf8b \ + sha1 6e14268e9b5e14605cce6cf413926e8f54e74034 \ + rmd160 6ec7a5ab941cf2dfa79efb7e719978a20ad316f9 -depends_lib-append port:py26-twisted +depends_lib-append port:py27-twisted +python.link_binaries_suffix post-destroot { xinstall -m 644 ${worksrcpath}/README \ ${destroot}${prefix}/share/doc/${name} } +# note some tests need py27-mock test.run yes test.env PYTHONPATH=. -test.cmd trial -test.target buildbot.test - +test.cmd ${prefix}/bin/trial-${python.branch} +test.target buildslave.test