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
===================================================================
--- PKGBUILD 2020-01-29 08:28:23 UTC (rev 558421)
+++ PKGBUILD 2020-01-29 08:28:41 UTC (rev 558422)
@@ -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.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
<[email protected]> (@tardyp on GitHub)
- 'FD0004A26EADFE43A4C3F249C6F7AE200374452D' # Povilas Kanapickas
<[email protected]> (@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)
+++ PKGBUILD 2020-01-29 08:28:41 UTC (rev 558422)
@@ -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.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
<[email protected]> (@tardyp on GitHub)
+ 'FD0004A26EADFE43A4C3F249C6F7AE200374452D' # Povilas Kanapickas
<[email protected]> (@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
+}