Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Commit

Permalink
archrelease: copy trunk to community-any
Browse files Browse the repository at this point in the history
git-svn-id: file:///srv/repos/svn-community/svn@450308 9fca08f4-af9d-4005-b8df-a31f2cc04f65
  • Loading branch information
yan12125 authored and svntogit committed Apr 7, 2019
1 parent 6dca87a commit d592fb6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 27 deletions.
24 changes: 10 additions & 14 deletions repos/community-any/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,39 +5,35 @@

pkgname=buildbot
pkgdesc='The Continuous Integration Framework'
pkgver=2.1.0
pkgver=2.2.0
pkgrel=1
arch=(any)
url='https://buildbot.net'
license=(GPL2)
depends=(python-twisted python-jinja python-zope-interface python-future
depends=(python-twisted python-jinja python-zope-interface
python-sqlalchemy-migrate python-dateutil python-txaio
python-autobahn python-pyjwt python-yaml)
checkdepends=(python-boto3 python-lz4 python-treq python-txrequests
python-mock python-moto python-parameterized
python-buildbot-pkg=$pkgver buildbot-worker=$pkgver python-buildbot-www=$pkgver
python-pip openssh)
openssh)
makedepends=(python-setuptools)
optdepends=(
'python-boto3: for AWS EC2 latent worker'
'python-lz4: to compress logs using lz4'
'python-treq: for using HTTP requests as steps'
'python-txrequests: for using HTTP requests as steps'
'python-pyopenssl: to use SSL/TLS in mail or IRC notifiers'
'pass: to use SecretInPass provider'
'vault: to use SecretInVault provider'
)
source=("https://github.com/buildbot/buildbot/releases/download/v$pkgver/buildbot-v$pkgver.gitarchive.tar.gz"{,.sig}
install-test-files.patch)
sha256sums=('a15491995d9168e8e50c2f958ce4bfef2984ca25dee21bd694c8ea0a12e47509'
'SKIP'
'b6c583a85555c8dc20a84a0402539dbadd854408a15d6424841e59a6daa47fe2')
source=("https://github.com/buildbot/buildbot/releases/download/v$pkgver/buildbot-v$pkgver.gitarchive.tar.gz"{,.sig})
sha256sums=('126adffe288f9b6df2d3a4eca49be757f65c01bc0c551d562681b4cf5ca460fb'
'SKIP')
validpgpkeys=(
'390EB159056ED56F66AB1092AECD456B4D2531FC' # Pierre Tardy <tardyp@gmail.com>
)

prepare() {
cd buildbot-$pkgver
patch -Np1 -i ../install-test-files.patch
}

build() {
cd buildbot-$pkgver/master
python setup.py build
Expand All @@ -50,7 +46,7 @@ check() {
export AWS_SECRET_ACCESS_KEY=foobar_secret
export AWS_ACCESS_KEY_ID=foobar_key

pip install --root="$srcdir"/tmp_install .
python setup.py install --root="$srcdir"/tmp_install

export PYTHONPATH="$srcdir"/tmp_install/usr/lib/python3.7/site-packages
export PATH="$PATH:$srcdir/tmp_install/usr/bin"
Expand Down
13 changes: 0 additions & 13 deletions repos/community-any/install-test-files.patch

This file was deleted.

0 comments on commit d592fb6

Please sign in to comment.