Date: Sunday, November 18, 2018 @ 13:53:29
  Author: yan12125
Revision: 408707

addpkg: python-buildbot-pkg 1.6.0-1

Added:
  python-buildbot-pkg/
  python-buildbot-pkg/repos/
  python-buildbot-pkg/trunk/
  python-buildbot-pkg/trunk/PKGBUILD

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

Added: python-buildbot-pkg/trunk/PKGBUILD
===================================================================
--- python-buildbot-pkg/trunk/PKGBUILD                          (rev 0)
+++ python-buildbot-pkg/trunk/PKGBUILD  2018-11-18 13:53:29 UTC (rev 408707)
@@ -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=1.6.0
+pkgrel=1
+arch=(any)
+url='https://buildbot.net'
+license=(GPL2)
+# Use Node.js 10 as www plugins does not build with Node.js 11 
(https://github.com/buildbot/buildbot/issues/4382)
+depends=(python-setuptools nodejs-lts-dubnium npm yarn python2)
+source=(https://github.com/buildbot/buildbot/releases/download/v$pkgver/buildbot-v$pkgver.gitarchive.tar.gz{,.sig})
+sha256sums=('1d6dbab6cc3fa77cf709589d93bd86de030dc9bf244eebca1f16c388ed27d24a'
+            '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