[arch-commits] Commit in python-buildbot-pkg/repos (2 files)
Chih-Hsuan Yen
yan12125 at archlinux.org
Mon Nov 25 06:16:45 UTC 2019
Date: Monday, November 25, 2019 @ 06:16:44
Author: yan12125
Revision: 533186
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 533185, python-buildbot-pkg/trunk/PKGBUILD)
----------+
PKGBUILD | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
Copied: python-buildbot-pkg/repos/community-testing-any/PKGBUILD (from rev 533185, python-buildbot-pkg/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD (rev 0)
+++ community-testing-any/PKGBUILD 2019-11-25 06:16:44 UTC (rev 533186)
@@ -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=2.5.1
+pkgrel=1
+arch=(any)
+url='https://buildbot.net'
+license=(GPL2)
+depends=(python-setuptools yarn)
+source=("https://github.com/buildbot/buildbot/releases/download/v$pkgver/buildbot-v$pkgver.gitarchive.tar.gz"{,.sig})
+sha256sums=('cee691d3e04481ff5b5ad3514d7fe0d5e3971c0dd9a4f67640e7dae7af6826a5'
+ 'SKIP')
+validpgpkeys=(
+ '390EB159056ED56F66AB1092AECD456B4D2531FC' # Pierre Tardy <tardyp at gmail.com> (@tardyp on GitHub)
+ 'FD0004A26EADFE43A4C3F249C6F7AE200374452D' # Povilas Kanapickas <povilas at radix.lt> (@p12tic on GitHub)
+)
+
+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