Date: Monday, January 21, 2019 @ 08:26:20
  Author: yan12125
Revision: 425821

archrelease: copy trunk to community-testing-any

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

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

Copied: buildbot-worker/repos/community-testing-any/PKGBUILD (from rev 425820, 
buildbot-worker/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD                              (rev 0)
+++ community-testing-any/PKGBUILD      2019-01-21 08:26:20 UTC (rev 425821)
@@ -0,0 +1,37 @@
+# Maintainer: Chih-Hsuan Yen <[email protected]>
+# Contributor: xRemaLx <[email protected]>
+# Contributor: Sergej Pupykin <[email protected]>
+# Contributor: William Rea <[email protected]>
+
+pkgname=buildbot-worker
+pkgdesc='Buildbot worker daemon'
+pkgver=1.8.0
+# `git rev-parse v$pkgver`
+_tag_rev=5b1106e9e2898cff174e7dd4f03dfd80a5c79f16
+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 <[email protected]>
+)
+
+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
+}

Reply via email to