Changeset 79846
- Timestamp:
- 06/27/11 17:04:39 (4 years ago)
- Location:
- trunk/dports/devel
- Files:
-
- 2 edited
-
buildbot-slave/Portfile (modified) (3 diffs)
-
buildbot/Portfile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/devel/buildbot-slave/Portfile
r74510 r79846 2 2 3 3 PortSystem 1.0 4 PortGroup python2 61.04 PortGroup python27 1.0 5 5 6 6 name buildbot-slave 7 version 0.8. 37 version 0.8.4 8 8 categories devel python 9 9 platforms darwin 10 supported_archs noarch 10 11 maintainers nomaintainer 11 12 description buildslave for buildbot continuous integration system … … 19 20 dist_subdir ${name} 20 21 21 checksums md5 cb9d9d0c2d925e51bb3c8d62083d77a7\22 sha1 f42d29ac0d3d630f277f13e39296578abb1d16ac\23 rmd160 d556acd364e98d8677c484729211947c3087870f22 checksums md5 2ff4c922ff5787e27aaa9389dcfbbf8b \ 23 sha1 6e14268e9b5e14605cce6cf413926e8f54e74034 \ 24 rmd160 6ec7a5ab941cf2dfa79efb7e719978a20ad316f9 24 25 25 depends_lib-append port:py2 6-twisted26 depends_lib-append port:py27-twisted 26 27 28 python.link_binaries_suffix 27 29 post-destroot { 28 30 xinstall -m 644 ${worksrcpath}/README \ … … 30 32 } 31 33 34 # note some tests need py27-mock 32 35 test.run yes 33 36 test.env PYTHONPATH=. 34 test.cmd trial 35 test.target buildbot.test 36 37 test.cmd ${prefix}/bin/trial-${python.branch} 38 test.target buildslave.test -
trunk/dports/devel/buildbot/Portfile
r74510 r79846 2 2 3 3 PortSystem 1.0 4 PortGroup python2 61.04 PortGroup python27 1.0 5 5 6 6 name buildbot 7 version 0.8. 37 version 0.8.4p1 8 8 categories devel python 9 9 platforms darwin 10 supported_archs noarch 10 11 maintainers nomaintainer 11 12 description compile/test cycle automation system … … 18 19 dist_subdir ${name} 19 20 21 checksums md5 8d23d88d6804570dfc5d13c5e7d666cd \ 22 sha1 bb0f7fe2125446adc5c2ba8ae635ddc0c25f5e1f \ 23 rmd160 1a754c5b754d64c2578894234fd1dc918566dc42 20 24 21 checksums md5 997a6e378fdfc345d0b5fbdc4884aab4 \ 22 sha1 2b2b7b5da5b3be0505610be6281aeb68488bb2f0 \ 23 rmd160 fb162c86bece91cb8e74649cfc530310ff02d8d6 25 depends_lib-append port:py27-twisted \ 26 port:py27-jinja2 \ 27 port:py27-sqlalchemy \ 28 port:py27-sqlalchemy-migrate 24 29 25 depends_lib-append port:py26-twisted port:py26-jinja2 26 30 python.link_binaries_suffix 27 31 post-destroot { 28 32 xinstall -m 644 ${worksrcpath}/README \ … … 30 34 } 31 35 36 # note some tests need py27-mock 32 37 test.run yes 33 38 test.env PYTHONPATH=. 34 test.cmd trial39 test.cmd ${prefix}/bin/trial-${python.branch} 35 40 test.target buildbot.test 36
Note: See TracChangeset
for help on using the changeset viewer.

