Date: Monday, March 11, 2019 @ 07:31:26
  Author: yan12125
Revision: 439688

archrelease: copy trunk to community-testing-any

Added:
  python-buildbot-pkg/repos/community-testing-any/
  python-buildbot-pkg/repos/community-testing-any/PKGBUILD
    (from rev 439687, python-buildbot-pkg/trunk/PKGBUILD)

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

Copied: python-buildbot-pkg/repos/community-testing-any/PKGBUILD (from rev 
439687, python-buildbot-pkg/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD                              (rev 0)
+++ community-testing-any/PKGBUILD      2019-03-11 07:31:26 UTC (rev 439688)
@@ -0,0 +1,30 @@
+# Maintainer: Chih-Hsuan Yen <[email protected]>
+# Contributor: xRemaLx <[email protected]>
+# Contributor: Sergej Pupykin <[email protected]>
+# Contributor: William Rea <[email protected]>
+
+pkgname=python-buildbot-pkg
+pkgdesc='Utilities and common code for building and testing www plugins'
+pkgver=2.1.0
+pkgrel=1
+arch=(any)
+url='https://buildbot.net'
+license=(GPL2)
+# Use Node.js 8 as www plugins do not build with Node.js 10.14.2 and 11 
(https://github.com/buildbot/buildbot/issues/4382)
+depends=(python-setuptools nodejs-lts-carbon yarn python2)
+source=("https://github.com/buildbot/buildbot/releases/download/v$pkgver/buildbot-v$pkgver.gitarchive.tar.gz"{,.sig})
+sha256sums=('a15491995d9168e8e50c2f958ce4bfef2984ca25dee21bd694c8ea0a12e47509'
+            'SKIP')
+validpgpkeys=(
+  '390EB159056ED56F66AB1092AECD456B4D2531FC'  # Pierre Tardy <[email protected]>
+)
+
+build() {
+  cd buildbot-$pkgver/pkg
+  python setup.py build
+}
+
+package() {
+  cd buildbot-$pkgver/pkg
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}

Reply via email to