mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
community/buildbot: upgrade to 0.9.0rc2, moved from testing
This commit is contained in:
parent
537cba6faa
commit
87c300e4a4
@ -1,28 +1,28 @@
|
||||
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
|
||||
# Maintainer:
|
||||
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
|
||||
pkgname=buildbot
|
||||
pkgver=0.8.9
|
||||
pkgrel=2
|
||||
pkgver=0.9.0_rc2
|
||||
pkgrel=0
|
||||
pkgdesc="Continuous integration testing framework"
|
||||
url="http://buildbot.net/"
|
||||
arch="noarch"
|
||||
license="GPLv2"
|
||||
depends="python py-twisted
|
||||
py-simplejson py-sqlalchemy7 py-pysqlite py-jinja2 py-sqlalchemy-migrate
|
||||
depends="python2 py-twisted py-simplejson py2-sqlalchemy
|
||||
py2-pysqlite py-jinja2 py2-sqlalchemy-migrate
|
||||
py-dateutil py-setuptools"
|
||||
depends_dev=""
|
||||
makedepends="python-dev"
|
||||
makedepends="python2-dev"
|
||||
install="${pkgname}.pre-install"
|
||||
BUILDBOT_USER=buildbot
|
||||
BUILDBOT_GROUP=buildbot
|
||||
pkgusers="$BUILDBOT_USER"
|
||||
pkggroups="$BUILDBOT_GROUP"
|
||||
subpackages=""
|
||||
source="https://files.pythonhosted.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz
|
||||
source="https://files.pythonhosted.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-${pkgver/_/}.tar.gz
|
||||
buildmaster.initd
|
||||
buildmaster.confd"
|
||||
|
||||
builddir="$srcdir"/$pkgname-$pkgver
|
||||
builddir="$srcdir"/$pkgname-${pkgver/_/}
|
||||
|
||||
prepare() {
|
||||
default_prepare || return 1
|
||||
@ -30,12 +30,12 @@ prepare() {
|
||||
|
||||
build() {
|
||||
cd "$builddir"
|
||||
python setup.py build || return 1
|
||||
python2 setup.py build || return 1
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$builddir"
|
||||
python setup.py install --prefix=/usr --root="$pkgdir" \
|
||||
python2 setup.py install --prefix=/usr --root="$pkgdir" \
|
||||
|| return 1
|
||||
install -D -m 755 \
|
||||
"$srcdir"/buildmaster.initd \
|
||||
@ -50,12 +50,12 @@ package() {
|
||||
|| return 1
|
||||
}
|
||||
|
||||
md5sums="b4c723d1e0324ea19511e622e420c6e7 buildbot-0.8.9.tar.gz
|
||||
md5sums="eb31b72d45bf58692666150083aad662 buildbot-0.9.0rc2.tar.gz
|
||||
b8a4cd31065d2fcd305e76c9e4bd2103 buildmaster.initd
|
||||
b3cd43ecb53b66433e0384ad922ffde1 buildmaster.confd"
|
||||
sha256sums="6b9e465e6d4825fe1f09d28505318fdb1a75b283c80a140af0f2e2a5039cfa8a buildbot-0.8.9.tar.gz
|
||||
sha256sums="b3b2fa1a004f6c3a83a0d1222da8d3d5279498030565de28247e8d28bf5cbf1b buildbot-0.9.0rc2.tar.gz
|
||||
ddc5b7c504702da9e7452d04070a65afb8f0ff9082b3f62e8dfcebc8c2e5256e buildmaster.initd
|
||||
bb7f93e3867b32a25e2445a66d40573fa5073a80e73e35ae2a904db715f870c6 buildmaster.confd"
|
||||
sha512sums="5788b268689d8594592c2c5dc8c2d0178aca64c1816c7faa0181b446f8b657a4781dbb9a9d4ea0965ccfcd217dc485973fda01bf9d7cac638328dfef01959484 buildbot-0.8.9.tar.gz
|
||||
sha512sums="122a0016bf35c409c30a9407164bb1058a0e3701f339d8fb01fc619b12f5ccfaf0de90070051f2d68e4fbfcd28174df031a8c5e8d339911490d3ee14f6ac5d32 buildbot-0.9.0rc2.tar.gz
|
||||
2e65d22f1b94433ba11839fb3434d072f9ff8132396b03fdcdb3b437778679d1699534296fbb851d2661a3a7a0bce4ef1f94c49e7910419557e4055f2ed1a4d5 buildmaster.initd
|
||||
d9339c30d3a92e92b41b0e3139ec89ecbd1460b0e4ee6c6fe2560c4307b2eb3f29b838c2f2312b9c7049bd95eaf652d09039227c691af805bc25a36999ec1840 buildmaster.confd"
|
||||
Loading…
x
Reference in New Issue
Block a user