[arch-commits] Commit in python-buildbot-pkg/repos/community-any (PKGBUILD PKGBUILD)

2020-01-29 Thread Chih-Hsuan Yen via arch-commits
Date: Wednesday, January 29, 2020 @ 08:28:41
  Author: yan12125
Revision: 558422

archrelease: copy trunk to community-any

Added:
  python-buildbot-pkg/repos/community-any/PKGBUILD
(from rev 558421, python-buildbot-pkg/trunk/PKGBUILD)
Deleted:
  python-buildbot-pkg/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-29 08:28:23 UTC (rev 558421)
+++ PKGBUILD2020-01-29 08:28:41 UTC (rev 558422)
@@ -1,30 +0,0 @@
-# Maintainer: Chih-Hsuan Yen 
-# Contributor: xRemaLx 
-# Contributor: Sergej Pupykin 
-# Contributor: William Rea 
-
-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 on GitHub)
-  'FD0004A26EADFE43A4C3F249C6F7AE200374452D'  # Povilas Kanapickas 
 (@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
-}

Copied: python-buildbot-pkg/repos/community-any/PKGBUILD (from rev 558421, 
python-buildbot-pkg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-29 08:28:41 UTC (rev 558422)
@@ -0,0 +1,30 @@
+# Maintainer: Chih-Hsuan Yen 
+# Contributor: xRemaLx 
+# Contributor: Sergej Pupykin 
+# Contributor: William Rea 
+
+pkgname=python-buildbot-pkg
+pkgdesc='Utilities and common code for building and testing www plugins'
+pkgver=2.6.0
+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=('0ac835b58db309bebcf00fa77687385551833b3dac1c66aa671d271776050c19'
+'SKIP')
+validpgpkeys=(
+  '390EB159056ED56F66AB1092AECD456B4D2531FC'  # Pierre Tardy 
 (@tardyp on GitHub)
+  'FD0004A26EADFE43A4C3F249C6F7AE200374452D'  # Povilas Kanapickas 
 (@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
+}


[arch-commits] Commit in python-buildbot-pkg/repos/community-any (PKGBUILD PKGBUILD)

2019-09-14 Thread Chih-Hsuan Yen via arch-commits
Date: Sunday, September 15, 2019 @ 00:31:30
  Author: yan12125
Revision: 510599

archrelease: copy trunk to community-any

Added:
  python-buildbot-pkg/repos/community-any/PKGBUILD
(from rev 510598, python-buildbot-pkg/trunk/PKGBUILD)
Deleted:
  python-buildbot-pkg/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-15 00:31:13 UTC (rev 510598)
+++ PKGBUILD2019-09-15 00:31:30 UTC (rev 510599)
@@ -1,30 +0,0 @@
-# Maintainer: Chih-Hsuan Yen 
-# Contributor: xRemaLx 
-# Contributor: Sergej Pupykin 
-# Contributor: William Rea 
-
-pkgname=python-buildbot-pkg
-pkgdesc='Utilities and common code for building and testing www plugins'
-pkgver=2.4.0
-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=('a865074e4874f20e11990ab5c65f87276b2bce9f7c29ca5b3b0da53ae51afbfd'
-'SKIP')
-validpgpkeys=(
-  '390EB159056ED56F66AB1092AECD456B4D2531FC'  # Pierre Tardy 
 (@tardyp on GitHub)
-  'FD0004A26EADFE43A4C3F249C6F7AE200374452D'  # Povilas Kanapickas 
 (@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
-}

Copied: python-buildbot-pkg/repos/community-any/PKGBUILD (from rev 510598, 
python-buildbot-pkg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-15 00:31:30 UTC (rev 510599)
@@ -0,0 +1,30 @@
+# Maintainer: Chih-Hsuan Yen 
+# Contributor: xRemaLx 
+# Contributor: Sergej Pupykin 
+# Contributor: William Rea 
+
+pkgname=python-buildbot-pkg
+pkgdesc='Utilities and common code for building and testing www plugins'
+pkgver=2.4.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=('6237a4c61a6208324ca246b328ba01660fa40a40cce20430963b33901cd80672'
+'SKIP')
+validpgpkeys=(
+  '390EB159056ED56F66AB1092AECD456B4D2531FC'  # Pierre Tardy 
 (@tardyp on GitHub)
+  'FD0004A26EADFE43A4C3F249C6F7AE200374452D'  # Povilas Kanapickas 
 (@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
+}


[arch-commits] Commit in python-buildbot-pkg/repos/community-any (PKGBUILD PKGBUILD)

2019-05-23 Thread Chih-Hsuan Yen via arch-commits
Date: Thursday, May 23, 2019 @ 12:05:41
  Author: yan12125
Revision: 469256

archrelease: copy trunk to community-any

Added:
  python-buildbot-pkg/repos/community-any/PKGBUILD
(from rev 469255, python-buildbot-pkg/trunk/PKGBUILD)
Deleted:
  python-buildbot-pkg/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-23 12:05:25 UTC (rev 469255)
+++ PKGBUILD2019-05-23 12:05:41 UTC (rev 469256)
@@ -1,30 +0,0 @@
-# Maintainer: Chih-Hsuan Yen 
-# Contributor: xRemaLx 
-# Contributor: Sergej Pupykin 
-# Contributor: William Rea 
-
-pkgname=python-buildbot-pkg
-pkgdesc='Utilities and common code for building and testing www plugins'
-pkgver=2.3.0
-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=('eb57afd7f8005b84bc345903211e4a3ff1a4d6a162eb55a37ab9bd445044476e'
-'SKIP')
-validpgpkeys=(
-  '390EB159056ED56F66AB1092AECD456B4D2531FC'  # Pierre Tardy 
 (@tardyp on GitHub)
-  'FD0004A26EADFE43A4C3F249C6F7AE200374452D'  # Povilas Kanapickas 
 (@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
-}

Copied: python-buildbot-pkg/repos/community-any/PKGBUILD (from rev 469255, 
python-buildbot-pkg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-23 12:05:41 UTC (rev 469256)
@@ -0,0 +1,30 @@
+# Maintainer: Chih-Hsuan Yen 
+# Contributor: xRemaLx 
+# Contributor: Sergej Pupykin 
+# Contributor: William Rea 
+
+pkgname=python-buildbot-pkg
+pkgdesc='Utilities and common code for building and testing www plugins'
+pkgver=2.3.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=('93241e1660cc8e0a37dba6c8c4bbb2e989f5da35006d6b5b523dfc3f37e8b927'
+'SKIP')
+validpgpkeys=(
+  '390EB159056ED56F66AB1092AECD456B4D2531FC'  # Pierre Tardy 
 (@tardyp on GitHub)
+  'FD0004A26EADFE43A4C3F249C6F7AE200374452D'  # Povilas Kanapickas 
 (@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
+}


[arch-commits] Commit in python-buildbot-pkg/repos/community-any (PKGBUILD PKGBUILD)

2019-04-07 Thread Chih-Hsuan Yen via arch-commits
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
===
--- PKGBUILD2019-04-07 15:13:28 UTC (rev 450302)
+++ PKGBUILD2019-04-07 15:13:47 UTC (rev 450303)
@@ -1,30 +0,0 @@
-# Maintainer: Chih-Hsuan Yen 
-# Contributor: xRemaLx 
-# Contributor: Sergej Pupykin 
-# Contributor: William Rea 
-
-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 
-)
-
-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)
+++ PKGBUILD2019-04-07 15:13:47 UTC (rev 450303)
@@ -0,0 +1,30 @@
+# Maintainer: Chih-Hsuan Yen 
+# Contributor: xRemaLx 
+# Contributor: Sergej Pupykin 
+# Contributor: William Rea 
+
+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 
+)
+
+build() {
+  cd buildbot-$pkgver/pkg
+  python setup.py build
+}
+
+package() {
+  cd buildbot-$pkgver/pkg
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}