buildbot: update to 0.8.9

- python-simplejson is unnecessary
- fix shebangs in contrib python scripts
This commit is contained in:
Alessio Sergi 2014-08-06 10:46:08 +02:00
parent 2e7abbf387
commit 7c1203686c

View file

@ -1,19 +1,25 @@
# Template file for 'buildbot' # Template file for 'buildbot'
pkgname=buildbot pkgname=buildbot
version=0.8.8 version=0.8.9
revision=4 revision=1
noarch="yes" noarch=yes
build_style=python-module build_style=python-module
hostmakedepends="python" hostmakedepends="python"
makedepends="python python-Jinja2 python-sqlalchemy-migrate python-simplejson Twisted" makedepends="python python-dateutil python-Jinja2 python-sqlalchemy-migrate Twisted"
depends="${makedepends}" depends="${makedepends}"
pycompile_module="buildbot" pycompile_module="buildbot"
short_desc="A system to automate the compile/test cycle" short_desc="A system to automate the compile/test cycle"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://trac.buildbot.net/" homepage="http://buildbot.net/"
license="GPL-2" license="GPL-2"
distfiles="http://buildbot.googlecode.com/files/$pkgname-$version.tar.gz" distfiles="https://pypi.python.org/packages/source/b/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=5013e3f3d83d2fcac8b5c391e3a740597330015300f0ebb94005ed2f90d739d0 checksum=6b9e465e6d4825fe1f09d28505318fdb1a75b283c80a140af0f2e2a5039cfa8a
pre_install() {
cd ${wrksrc}/contrib
sed -i 's,#!/usr/local/bin/python,#!/usr/bin/python,' bk_buildbot.py
sed -i 's,#!/usr/bin/env jython,#!/usr/bin/env python,' run_maxq.py
}
post_install() { post_install() {
# Install all contrib modules. # Install all contrib modules.