Revision: 144261 https://trac.macports.org/changeset/144261 Author: ryandesign@macports.org Date: 2016-01-05 10:34:22 -0800 (Tue, 05 Jan 2016) Log Message: ----------- buildbot, buildbot-slave: whitespace changes; add modeline Modified Paths: -------------- trunk/dports/devel/buildbot/Portfile trunk/dports/devel/buildbot-slave/Portfile Modified: trunk/dports/devel/buildbot/Portfile =================================================================== --- trunk/dports/devel/buildbot/Portfile 2016-01-05 18:27:38 UTC (rev 144260) +++ trunk/dports/devel/buildbot/Portfile 2016-01-05 18:34:22 UTC (rev 144261) @@ -1,23 +1,26 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ -PortSystem 1.0 -PortGroup python 1.0 +PortSystem 1.0 +PortGroup python 1.0 -name buildbot +name buildbot version 0.8.12 -categories devel python -platforms darwin -supported_archs noarch -license GPL-2 -maintainers nomaintainer +categories devel python +platforms darwin +supported_archs noarch +license GPL-2 +maintainers nomaintainer -description compile/test cycle automation system -long_description The BuildBot is a system to automate the compile/test \ - cycle required by most software projects to validate code changes. +description compile/test cycle automation system -homepage http://buildbot.net/ +long_description The BuildBot is a system to automate the compile/test \ + cycle required by most software projects to validate \ + code changes. + +homepage http://buildbot.net/ master_sites https://pypi.python.org/packages/source/b/buildbot/ -dist_subdir ${name} +dist_subdir ${name} checksums md5 c61fa219942f8a1ed43cdbc1e4ef0187 \ rmd160 3ec4f77befce8993c0ddca4416a494201be52fa5 \ @@ -26,8 +29,8 @@ python.default_version 27 depends_lib-append port:py${python.version}-dateutil \ - port:py${python.version}-jinja2 \ - port:py${python.version}-sqlalchemy \ + port:py${python.version}-jinja2 \ + port:py${python.version}-sqlalchemy \ port:py${python.version}-sqlalchemy-migrate \ port:py${python.version}-twisted @@ -42,8 +45,8 @@ } # note some tests need py-mock -#depends_test port:py${python.version}-mock -test.run yes -test.env PYTHONPATH=. -test.cmd ${prefix}/bin/trial-${python.branch} -test.target buildbot.test +#depends_test port:py${python.version}-mock +test.run yes +test.env PYTHONPATH=. +test.cmd ${prefix}/bin/trial-${python.branch} +test.target buildbot.test Modified: trunk/dports/devel/buildbot-slave/Portfile =================================================================== --- trunk/dports/devel/buildbot-slave/Portfile 2016-01-05 18:27:38 UTC (rev 144260) +++ trunk/dports/devel/buildbot-slave/Portfile 2016-01-05 18:34:22 UTC (rev 144261) @@ -1,24 +1,27 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ -PortSystem 1.0 -PortGroup python 1.0 +PortSystem 1.0 +PortGroup python 1.0 -name buildbot-slave +name buildbot-slave version 0.8.12 -categories devel python -platforms darwin -supported_archs noarch -license GPL-2 -maintainers nomaintainer +categories devel python +platforms darwin +supported_archs noarch +license GPL-2 +maintainers nomaintainer -description buildslave for buildbot continuous integration system -long_description Buildbot is a system to automate the \ - compile/test cycle required by most software projects to validate \ - code changes. This port provides the slave side of the system. +description buildslave for buildbot continuous integration system -homepage http://buildbot.net/ +long_description Buildbot is a system to automate the compile/test \ + cycle required by most software projects to validate \ + code changes. This port provides the slave side of \ + the system. + +homepage http://buildbot.net/ master_sites https://pypi.python.org/packages/source/b/buildbot-slave/ -dist_subdir ${name} +dist_subdir ${name} checksums md5 a5bdda0174e0428b14580323d35b221f \ rmd160 42c30f14bace0871f16f4094e72caf440e843643 \ @@ -26,7 +29,7 @@ python.default_version 27 -depends_lib-append port:py${python.version}-twisted +depends_lib-append port:py${python.version}-twisted build.env NO_INSTALL_REQS=1 @@ -36,13 +39,13 @@ xinstall -d ${destroot}${docdir} xinstall -m 644 -W ${worksrcpath} COPYING NEWS README UPGRADING \ ${destroot}${docdir} - xinstall -m 644 ${worksrcpath}/docs/buildslave.1 \ - ${destroot}${prefix}/share/man/man1 + xinstall -m 644 ${worksrcpath}/docs/buildslave.1 \ + ${destroot}${prefix}/share/man/man1 } # note some tests need py-mock -#depends_test port:py${python.version}-mock -test.run yes -test.env PYTHONPATH=. -test.cmd ${prefix}/bin/trial-${python.branch} -test.target buildslave.test +#depends_test port:py${python.version}-mock +test.run yes +test.env PYTHONPATH=. +test.cmd ${prefix}/bin/trial-${python.branch} +test.target buildslave.test
participants (1)
-
ryandesign@macports.org