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

Chih-Hsuan Yen yan12125 at archlinux.org
Mon Dec 24 14:44:12 UTC 2018


    Date: Monday, December 24, 2018 @ 14:44:10
  Author: yan12125
Revision: 417832

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 417831, python-buildbot-pkg/trunk/PKGBUILD)

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

Copied: python-buildbot-pkg/repos/community-testing-any/PKGBUILD (from rev 417831, python-buildbot-pkg/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2018-12-24 14:44:10 UTC (rev 417832)
@@ -0,0 +1,30 @@
+# 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=python-buildbot-pkg
+pkgdesc='Utilities and common code for building and testing www plugins'
+pkgver=1.7.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 npm yarn python2)
+source=(https://github.com/buildbot/buildbot/releases/download/v$pkgver/buildbot-v$pkgver.gitarchive.tar.gz{,.sig})
+sha256sums=('e22f51b693f7fb293b6a111072cada00bc227fcdc2575bcb1c45f10fa25f5738'
+            'SKIP')
+validpgpkeys=(
+  '390EB159056ED56F66AB1092AECD456B4D2531FC'  # Pierre Tardy <tardyp at gmail.com>
+)
+
+build() {
+  cd buildbot-$pkgver/pkg
+  python setup.py build
+}
+
+package() {
+  cd buildbot-$pkgver/pkg
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}



More information about the arch-commits mailing list