Date: Sunday, April 7, 2019 @ 15:13:47
Author: yan12125
Revision: 450303
archrelease: copy trunk to community-any
Added:
python-buildbot-pkg/repos/community-any/PKGBUILD
(from rev 450302, python-buildbot-pkg/trunk/PKGBUILD)
Deleted:
python-buildbot-pkg/repos/community-any/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-04-07 15:13:28 UTC (rev 450302)
+++ PKGBUILD 2019-04-07 15:13:47 UTC (rev 450303)
@@ -1,30 +0,0 @@
-# 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
-}
Copied: python-buildbot-pkg/repos/community-any/PKGBUILD (from rev 450302,
python-buildbot-pkg/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-04-07 15:13:47 UTC (rev 450303)
@@ -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.2.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=('126adffe288f9b6df2d3a4eca49be757f65c01bc0c551d562681b4cf5ca460fb'
+ '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
+}