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

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


    Date: Sunday, February 10, 2019 @ 06:54:39
  Author: yan12125
Revision: 431078

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

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

Copied: python-buildbot-pkg/repos/community-testing-any/PKGBUILD (from rev 431077, python-buildbot-pkg/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2019-02-10 06:54:39 UTC (rev 431078)
@@ -0,0 +1,32 @@
+# 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=2.0.1
+# `git rev-parse v$pkgver`
+_tag_rev=4c358c260bd9a339ce167a28b8dd6d19cd7a413f
+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)
+makedepends=('git')
+source=("git+https://github.com/buildbot/buildbot?signed#tag=$_tag_rev")
+sha256sums=('SKIP')
+validpgpkeys=(
+  '390EB159056ED56F66AB1092AECD456B4D2531FC'  # Pierre Tardy <tardyp at gmail.com>
+)
+
+build() {
+  cd buildbot/pkg
+  python setup.py build
+}
+
+package() {
+  cd buildbot/pkg
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}



More information about the arch-commits mailing list