buildbot: Twisted -> python-Twisted
This commit is contained in:
parent
f701cda864
commit
d3a1c87e3a
1 changed files with 6 additions and 9 deletions
|
@ -1,25 +1,22 @@
|
|||
# Template file for 'buildbot'
|
||||
pkgname=buildbot
|
||||
version=0.8.14
|
||||
revision=2
|
||||
revision=3
|
||||
noarch=yes
|
||||
build_style=python2-module
|
||||
hostmakedepends="python"
|
||||
makedepends="python-setuptools python-dateutil python-Jinja2 python-sqlalchemy-migrate Twisted"
|
||||
depends="${makedepends}"
|
||||
pycompile_module="buildbot"
|
||||
pycompile_dirs="/usr/share/buildbot/contrib"
|
||||
pycompile_dirs="usr/share/buildbot/contrib"
|
||||
hostmakedepends="python"
|
||||
depends="python-setuptools python-dateutil python-Jinja2 python-sqlalchemy-migrate python-Twisted"
|
||||
short_desc="A system to automate the compile/test cycle"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://buildbot.net/"
|
||||
homepage="https://buildbot.net/"
|
||||
license="GPL-2"
|
||||
distfiles="${PYPI_SITE}/b/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=331efd07bd7522c222a8fb258801e8d78332c88d778ee76416b9e1028676e964
|
||||
|
||||
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
|
||||
sed -i 's,#!/usr/bin/env jython,#!/usr/bin/python2,' contrib/run_maxq.py
|
||||
}
|
||||
post_install() {
|
||||
# Install all contrib modules.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue