From 6234ae6900d89d6453c6b0e416956f3af205a415 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 28 Jun 2012 11:48:08 +0200 Subject: [PATCH] buildbot-slave: update to 0.8.6p1. --- srcpkgs/buildbot-slave/template | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/srcpkgs/buildbot-slave/template b/srcpkgs/buildbot-slave/template index fad0e476cd..d840d8fa1f 100644 --- a/srcpkgs/buildbot-slave/template +++ b/srcpkgs/buildbot-slave/template @@ -1,15 +1,17 @@ # Template file for 'buildbot-slave' pkgname=buildbot-slave -version=0.8.6 -distfiles="http://buildbot.googlecode.com/files/$pkgname-$version.tar.gz" +version=0.8.6p1 +revision=1 +noarch=yes build_style=python-module fulldepends="python Twisted" -revision=1 +pycompile_module="buildslave" short_desc="BuildBot Slave Daemon" maintainer="Juan RP " homepage="http://trac.buildbot.net/" license="GPL-2" -checksum=d3d4646e846e3d74dd01c079913c613cdb9442dd88d2d32895201342806232fb +distfiles="http://buildbot.googlecode.com/files/$pkgname-$version.tar.gz" +checksum=43e6f94a7c37e103af755bc4f9b2ede945cf3c4247b22f595c5ab1c21ccf092f long_desc=" The BuildBot is a system to automate the compile/test cycle required by most software projects to validate code changes. By automatically rebuilding and @@ -25,7 +27,3 @@ long_desc=" This package contains only the buildslave implementation. The buildbot master is available in the buildbot package." - -noarch=yes -pycompile_module="buildslave" -