[arch-commits] Commit in buildbot-worker/repos (2 files)

Chih-Hsuan Yen yan12125 at archlinux.org
Sun Feb 10 06:47:07 UTC 2019


    Date: Sunday, February 10, 2019 @ 06:47:06
  Author: yan12125
Revision: 431074

archrelease: copy trunk to community-testing-any

Added:
  buildbot-worker/repos/community-testing-any/
  buildbot-worker/repos/community-testing-any/PKGBUILD
    (from rev 431073, buildbot-worker/trunk/PKGBUILD)

----------+
 PKGBUILD |   37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

Copied: buildbot-worker/repos/community-testing-any/PKGBUILD (from rev 431073, buildbot-worker/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2019-02-10 06:47:06 UTC (rev 431074)
@@ -0,0 +1,37 @@
+# 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.0.1
+# `git rev-parse v$pkgver`
+_tag_rev=4c358c260bd9a339ce167a28b8dd6d19cd7a413f
+pkgrel=1
+arch=(any)
+url='https://buildbot.net'
+license=(GPL2)
+depends=(python-setuptools python-twisted python-future)
+makedepends=(git)
+checkdepends=(python-mock)
+source=("git+https://github.com/buildbot/buildbot?signed#tag=$_tag_rev")
+sha256sums=('SKIP')
+validpgpkeys=(
+  '390EB159056ED56F66AB1092AECD456B4D2531FC'  # Pierre Tardy <tardyp at gmail.com>
+)
+
+build() {
+  cd buildbot/worker
+  python setup.py build
+}
+
+check() {
+  cd buildbot/worker
+  PYTHONPATH=. trial3 buildbot_worker
+}
+
+package() {
+  cd buildbot/worker
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}



More information about the arch-commits mailing list