[arch-commits] Commit in buildbot-worker/repos (2 files)
Chih-Hsuan Yen
yan12125 at archlinux.org
Sun Aug 18 15:58:37 UTC 2019
Date: Sunday, August 18, 2019 @ 15:58:36
Author: yan12125
Revision: 500057
archrelease: copy trunk to community-testing-any
Added:
buildbot-worker/repos/community-testing-any/
buildbot-worker/repos/community-testing-any/PKGBUILD
(from rev 500056, buildbot-worker/trunk/PKGBUILD)
----------+
PKGBUILD | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
Copied: buildbot-worker/repos/community-testing-any/PKGBUILD (from rev 500056, buildbot-worker/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD (rev 0)
+++ community-testing-any/PKGBUILD 2019-08-18 15:58:36 UTC (rev 500057)
@@ -0,0 +1,36 @@
+# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
+# Contributor: xRemaLx <anton.komolov at gmail.com>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: William Rea <sillywilly at gmail.com>
+
+pkgname=buildbot-worker
+pkgdesc='Buildbot worker daemon'
+pkgver=2.4.0
+pkgrel=1
+arch=(any)
+url='https://buildbot.net'
+license=(GPL2)
+depends=(python-setuptools python-twisted python-future)
+checkdepends=(python-mock)
+source=("https://github.com/buildbot/buildbot/releases/download/v$pkgver/buildbot-v$pkgver.gitarchive.tar.gz"{,.sig})
+sha256sums=('a865074e4874f20e11990ab5c65f87276b2bce9f7c29ca5b3b0da53ae51afbfd'
+ 'SKIP')
+validpgpkeys=(
+ '390EB159056ED56F66AB1092AECD456B4D2531FC' # Pierre Tardy <tardyp at gmail.com> (@tardyp on GitHub)
+ 'FD0004A26EADFE43A4C3F249C6F7AE200374452D' # Povilas Kanapickas <povilas at radix.lt> (@p12tic on GitHub)
+)
+
+build() {
+ cd buildbot-$pkgver/worker
+ python setup.py build
+}
+
+check() {
+ cd buildbot-$pkgver/worker
+ PYTHONPATH=. trial3 buildbot_worker
+}
+
+package() {
+ cd buildbot-$pkgver/worker
+ python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
More information about the arch-commits
mailing list