summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2017-12-18 12:13:55 +0000
committeradam <adam@pkgsrc.org>2017-12-18 12:13:55 +0000
commitb966131232a3b01af9ad9ac3e65cc45cc4004a1b (patch)
tree6cd1d9a09268f6e0a75873051a544e50408f9496 /devel
parentcea723e8c0187ebb7ce51658d3e8a0471f0ae0ab (diff)
downloadpkgsrc-b966131232a3b01af9ad9ac3e65cc45cc4004a1b.tar.gz
py-buildbot: updated to 0.9.14
Buildbot 0.9.14: Bug fixes - Compile step now properly takes the decodeRC parameter in account - Fix duplicate build requests results in :py:class:`~buildbot.db.buildrequests.BuildRequestsConnectorComponent` when querying the database - :py:class:`~buildbot.changes.gitpoller.GitPoller` now accepts git branch names with UTF-8 characters - Fixed inconsistent use of `pointer` style mouse cursor by removing it from the `.label` css rule and instead creating a new `.clickable` css rule which is used only in places which are clickable and would not otherwise automatically get the `pointer` icon, for example it is not needed for hyper-links. - Rebuilding with the same revision now takes new change properties into account instead of re-using the original build change properties - Worker authentication is now delayed via a DeferredLock until Buildbot configuration is finished. This fixes UnauthorizedLogin errors during buildbot restart - Fixes python3 encoding issues with Windows Service Features - new :ref`badges` plugin which reimplement the buildbot eight png badge system. - In progress worker control API. Worker can now be stopped and paused using the UI. Note that there is no UI yet to look the status of those actions. - Make maximum number of builds fetched on the builders page configurable. - Include `context` in the log message for `GitHubStatusPush` - On 'Builders' page reload builds when tags change. - Give reporters access to master single in renderables. This allows access to build logs amongst other things - Added possibility to check www user credentials with a custom class.
Diffstat (limited to 'devel')
-rw-r--r--devel/py-buildbot-console-view/Makefile6
-rw-r--r--devel/py-buildbot-console-view/distinfo10
-rw-r--r--devel/py-buildbot-grid-view/Makefile6
-rw-r--r--devel/py-buildbot-grid-view/distinfo10
-rw-r--r--devel/py-buildbot-pkg/Makefile7
-rw-r--r--devel/py-buildbot-pkg/distinfo10
-rw-r--r--devel/py-buildbot-waterfall-view/Makefile6
-rw-r--r--devel/py-buildbot-waterfall-view/distinfo10
-rw-r--r--devel/py-buildbot-worker/ALTERNATIVES2
-rw-r--r--devel/py-buildbot-worker/Makefile7
-rw-r--r--devel/py-buildbot-worker/distinfo10
-rw-r--r--devel/py-buildbot-www/Makefile6
-rw-r--r--devel/py-buildbot-www/distinfo10
-rw-r--r--devel/py-buildbot/Makefile17
-rw-r--r--devel/py-buildbot/PLIST12
-rw-r--r--devel/py-buildbot/distinfo10
16 files changed, 82 insertions, 57 deletions
diff --git a/devel/py-buildbot-console-view/Makefile b/devel/py-buildbot-console-view/Makefile
index 55f1c976640..1f933f1bcc9 100644
--- a/devel/py-buildbot-console-view/Makefile
+++ b/devel/py-buildbot-console-view/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2017/10/01 23:44:52 joerg Exp $
+# $NetBSD: Makefile,v 1.2 2017/12/18 12:13:56 adam Exp $
-DISTNAME= buildbot-console-view-0.9.11
+DISTNAME= buildbot-console-view-0.9.14
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel net python
MASTER_SITES= ${MASTER_SITE_PYPI:=b/buildbot-console-view/}
@@ -13,5 +13,7 @@ LICENSE= gnu-gpl-v2
DEPENDS+= ${PYPKGPREFIX}-buildbot-[0-9]*:../../devel/py-buildbot
BUILD_DEPENDS+= ${PYPKGPREFIX}-buildbot-pkg-[0-9]*:../../devel/py-buildbot-pkg
+USE_LANGUAGES= # none
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/py-buildbot-console-view/distinfo b/devel/py-buildbot-console-view/distinfo
index c07d720ccc8..fc70b2c8add 100644
--- a/devel/py-buildbot-console-view/distinfo
+++ b/devel/py-buildbot-console-view/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2017/10/01 23:44:52 joerg Exp $
+$NetBSD: distinfo,v 1.2 2017/12/18 12:13:56 adam Exp $
-SHA1 (buildbot-console-view-0.9.11.tar.gz) = e1cb0a2baadc2eeb123862007a824c63e33d8fea
-RMD160 (buildbot-console-view-0.9.11.tar.gz) = 91be975417eb43a938724cb93d97174e30fa5606
-SHA512 (buildbot-console-view-0.9.11.tar.gz) = 24a7915713665aeefe0389fa2aae1cdbde2b0dea0041b4a00410b77956b76897a9a427658303bf976916c5a0e3bb373a4a21339f4ded0b716d80ec380ad16cb4
-Size (buildbot-console-view-0.9.11.tar.gz) = 640623 bytes
+SHA1 (buildbot-console-view-0.9.14.tar.gz) = 07a10814c6b1ae5bf1f4d05026ef3c6e8e9a4970
+RMD160 (buildbot-console-view-0.9.14.tar.gz) = 8d9ae375197e7a610abbdb1252832d6bd9aeeae0
+SHA512 (buildbot-console-view-0.9.14.tar.gz) = a908dc3ddefc543ce93945c18e0067e21b0d147a7e8ba69b6078414c4670f35edd30de7e92c3b30f35abe0388da0319a89c8768a6fb2a806c36578b5d08e16c2
+Size (buildbot-console-view-0.9.14.tar.gz) = 640652 bytes
diff --git a/devel/py-buildbot-grid-view/Makefile b/devel/py-buildbot-grid-view/Makefile
index 46301d6486c..1ff58202f1c 100644
--- a/devel/py-buildbot-grid-view/Makefile
+++ b/devel/py-buildbot-grid-view/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2017/10/01 23:45:09 joerg Exp $
+# $NetBSD: Makefile,v 1.2 2017/12/18 12:13:56 adam Exp $
-DISTNAME= buildbot-grid-view-0.9.11
+DISTNAME= buildbot-grid-view-0.9.14
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel net python
MASTER_SITES= ${MASTER_SITE_PYPI:=b/buildbot-grid-view/}
@@ -13,5 +13,7 @@ LICENSE= gnu-gpl-v2
DEPENDS+= ${PYPKGPREFIX}-buildbot-[0-9]*:../../devel/py-buildbot
BUILD_DEPENDS+= ${PYPKGPREFIX}-buildbot-pkg-[0-9]*:../../devel/py-buildbot-pkg
+USE_LANGUAGES= # none
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/py-buildbot-grid-view/distinfo b/devel/py-buildbot-grid-view/distinfo
index 4edc57bb736..3a91b936169 100644
--- a/devel/py-buildbot-grid-view/distinfo
+++ b/devel/py-buildbot-grid-view/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2017/10/01 23:45:09 joerg Exp $
+$NetBSD: distinfo,v 1.2 2017/12/18 12:13:56 adam Exp $
-SHA1 (buildbot-grid-view-0.9.11.tar.gz) = 51a715e1695cbd3dca21a29f0f2232d12ae3d293
-RMD160 (buildbot-grid-view-0.9.11.tar.gz) = 78060ecbad6205cb73c0047a12a6e1ef451e29d4
-SHA512 (buildbot-grid-view-0.9.11.tar.gz) = 4da052b284452557a1de080afd31064b8ae950f1a1fbe2f2418a130e1150b84fc25a119866ccc5889a38dfe94a5f1f8d3b4ff7f3f7dd6cdb485eea90adda3f2a
-Size (buildbot-grid-view-0.9.11.tar.gz) = 638818 bytes
+SHA1 (buildbot-grid-view-0.9.14.tar.gz) = 319665517dc9bed95afb593a40966f76181c8da9
+RMD160 (buildbot-grid-view-0.9.14.tar.gz) = 6e0221d61e90867dc2b9cb5fc856dad64e62ac3d
+SHA512 (buildbot-grid-view-0.9.14.tar.gz) = 9b0e981550d8866a452abe8d4378772dae221cdc98cf4c8d9088d91726e9061cd3da0540926a4d47553a874eeafa612fc5a80dc5b65472839dea8f067e0b3115
+Size (buildbot-grid-view-0.9.14.tar.gz) = 638810 bytes
diff --git a/devel/py-buildbot-pkg/Makefile b/devel/py-buildbot-pkg/Makefile
index bbef923bd9c..bf050fba55a 100644
--- a/devel/py-buildbot-pkg/Makefile
+++ b/devel/py-buildbot-pkg/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2017/10/02 09:10:12 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2017/12/18 12:13:56 adam Exp $
-DISTNAME= buildbot-pkg-0.9.11
+DISTNAME= buildbot-pkg-0.9.14
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= devel net python
MASTER_SITES= ${MASTER_SITE_PYPI:=b/buildbot-pkg/}
@@ -11,6 +10,8 @@ HOMEPAGE= https://buildbot.net/
COMMENT= Packaging tools for the buildbot CI system
LICENSE= gnu-gpl-v2
+USE_LANGUAGES= # none
+
# override default versioning based on time stamp
MAKE_ENV+= BUILDBOT_VERSION=${PKGVERSION_NOREV}
diff --git a/devel/py-buildbot-pkg/distinfo b/devel/py-buildbot-pkg/distinfo
index 2d2120009c8..7f2dd9fab27 100644
--- a/devel/py-buildbot-pkg/distinfo
+++ b/devel/py-buildbot-pkg/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2017/10/01 23:44:31 joerg Exp $
+$NetBSD: distinfo,v 1.2 2017/12/18 12:13:56 adam Exp $
-SHA1 (buildbot-pkg-0.9.11.tar.gz) = 13125458210f4a1a16b1216464da580b75ba2d7c
-RMD160 (buildbot-pkg-0.9.11.tar.gz) = 9b10ce894dfec5ea2a315032e648a76ef627308c
-SHA512 (buildbot-pkg-0.9.11.tar.gz) = 63f75f4df2a725caa48d98c09037580c7b6a16609e4063e7aaab8a0e4b7bda4c74da8bf524b7d9a0cf9e909146522af5ffe8f1a5a8617c5f67658cc723f61b2e
-Size (buildbot-pkg-0.9.11.tar.gz) = 4420 bytes
+SHA1 (buildbot-pkg-0.9.14.tar.gz) = b19d02913b44747113e97b9fc8c233ece1096086
+RMD160 (buildbot-pkg-0.9.14.tar.gz) = f356a92c1c5219254f127691d393f4df30156385
+SHA512 (buildbot-pkg-0.9.14.tar.gz) = 995d12744e44c26907c39693953c7f6c10b582a36931212534e58725207b3a5c7a5e4c74a4f1fd9f9cd6b0be46c320b619b9f6fd1d19e483e8a391b1ce9bf78d
+Size (buildbot-pkg-0.9.14.tar.gz) = 4425 bytes
diff --git a/devel/py-buildbot-waterfall-view/Makefile b/devel/py-buildbot-waterfall-view/Makefile
index de7fe3843ca..74b893c5465 100644
--- a/devel/py-buildbot-waterfall-view/Makefile
+++ b/devel/py-buildbot-waterfall-view/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2017/10/01 23:45:31 joerg Exp $
+# $NetBSD: Makefile,v 1.2 2017/12/18 12:13:56 adam Exp $
-DISTNAME= buildbot-waterfall-view-0.9.11
+DISTNAME= buildbot-waterfall-view-0.9.14
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel net python
MASTER_SITES= ${MASTER_SITE_PYPI:=b/buildbot-waterfall-view/}
@@ -13,5 +13,7 @@ LICENSE= gnu-gpl-v2
DEPENDS+= ${PYPKGPREFIX}-buildbot-[0-9]*:../../devel/py-buildbot
BUILD_DEPENDS+= ${PYPKGPREFIX}-buildbot-pkg-[0-9]*:../../devel/py-buildbot-pkg
+USE_LANGUAGES= # none
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/py-buildbot-waterfall-view/distinfo b/devel/py-buildbot-waterfall-view/distinfo
index 1633cc80650..87b8a093374 100644
--- a/devel/py-buildbot-waterfall-view/distinfo
+++ b/devel/py-buildbot-waterfall-view/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2017/10/01 23:45:31 joerg Exp $
+$NetBSD: distinfo,v 1.2 2017/12/18 12:13:56 adam Exp $
-SHA1 (buildbot-waterfall-view-0.9.11.tar.gz) = eca53adafea055b772731e6fbf0c60d78f9ac4ac
-RMD160 (buildbot-waterfall-view-0.9.11.tar.gz) = 6721f08fc10b34f9cefb1d5fb16c1509de11dd29
-SHA512 (buildbot-waterfall-view-0.9.11.tar.gz) = aec554156ac6d430f62a090d61896732cca7a0f9ebeaa33c929113f9fcf07c4383d9aae7e544d3dbeb83e7f267327810c10c04ba3ec1f7f9c7192a03b4cd47f6
-Size (buildbot-waterfall-view-0.9.11.tar.gz) = 713915 bytes
+SHA1 (buildbot-waterfall-view-0.9.14.tar.gz) = 058c400a97cc1bc1e57683ba56bd8056c5d37c2b
+RMD160 (buildbot-waterfall-view-0.9.14.tar.gz) = 35f80fc01957403373b4d3fe5019ceb336e29fc7
+SHA512 (buildbot-waterfall-view-0.9.14.tar.gz) = d2522cdb1d3c2ff3dd34bd35343b48c4df75f1218eeb9881eda5b110e267ab0d8476883c3ebab600a057ad20353cd992f7ceb1026f91e20f4b7bff35f08a5b11
+Size (buildbot-waterfall-view-0.9.14.tar.gz) = 713920 bytes
diff --git a/devel/py-buildbot-worker/ALTERNATIVES b/devel/py-buildbot-worker/ALTERNATIVES
new file mode 100644
index 00000000000..4023c1fb7d9
--- /dev/null
+++ b/devel/py-buildbot-worker/ALTERNATIVES
@@ -0,0 +1,2 @@
+bin/buildbot-worker @PREFIX@/bin/buildbot-worker@PYVERSSUFFIX@
+bin/buildbot_worker_windows_service @PREFIX@/bin/buildbot_worker_windows_service@PYVERSSUFFIX@
diff --git a/devel/py-buildbot-worker/Makefile b/devel/py-buildbot-worker/Makefile
index ddd42d84758..58e1c0808ca 100644
--- a/devel/py-buildbot-worker/Makefile
+++ b/devel/py-buildbot-worker/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2017/12/18 08:48:26 adam Exp $
+# $NetBSD: Makefile,v 1.4 2017/12/18 12:13:56 adam Exp $
-DISTNAME= buildbot-worker-0.9.12
+DISTNAME= buildbot-worker-0.9.14
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel net python
MASTER_SITES= ${MASTER_SITE_PYPI:=b/buildbot-worker/}
@@ -13,12 +13,13 @@ LICENSE= gnu-gpl-v2
DEPENDS+= ${PYPKGPREFIX}-future-[0-9]*:../../devel/py-future
DEPENDS+= ${PYPKGPREFIX}-twisted>=17.9.0:../../net/py-twisted
BUILD_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
+BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_trial-[0-9]*:../../devel/py-setuptools_trial
USE_LANGUAGES= # none
post-install:
cd ${DESTDIR}${PREFIX}/bin && \
- ${MV} buildbot_worker buildbot_worker${PYVERSSUFFIX} && \
+ ${MV} buildbot-worker buildbot-worker${PYVERSSUFFIX} && \
${MV} buildbot_worker_windows_service buildbot_worker_windows_service${PYVERSSUFFIX} || ${TRUE}
.include "../../lang/python/egg.mk"
diff --git a/devel/py-buildbot-worker/distinfo b/devel/py-buildbot-worker/distinfo
index 7a085bfaaa1..c7b59bb313b 100644
--- a/devel/py-buildbot-worker/distinfo
+++ b/devel/py-buildbot-worker/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2017/12/18 08:48:26 adam Exp $
+$NetBSD: distinfo,v 1.3 2017/12/18 12:13:56 adam Exp $
-SHA1 (buildbot-worker-0.9.12.tar.gz) = 6bf97039bf8c76a6d11df24fb1d8362e89b4b0cd
-RMD160 (buildbot-worker-0.9.12.tar.gz) = 599fe1cb2d53e46da99c29751b492c8662671ce7
-SHA512 (buildbot-worker-0.9.12.tar.gz) = c2e86bd8818eddc2849626a0c7642169bc91fa2cc1d531977736e53c4ad3c87c3f0cb17d7b9acd137e783ae822f558a19f4668e3cd37e90a8435157485bd1d57
-Size (buildbot-worker-0.9.12.tar.gz) = 101655 bytes
+SHA1 (buildbot-worker-0.9.14.tar.gz) = 23d4ac916af86234b1c4fc6e3b6eb172ea3a6fa4
+RMD160 (buildbot-worker-0.9.14.tar.gz) = 3cfd7929975cc1b1e489de505404fe7eb51e5be6
+SHA512 (buildbot-worker-0.9.14.tar.gz) = edfa407d59478a41432dd198678c7f961f99d98f4f7f584f04eb3cde653aa14e292a3b956affba080e5f626db92b206b6c9c4c87f445e7c10779a85edc33e5c7
+Size (buildbot-worker-0.9.14.tar.gz) = 103975 bytes
diff --git a/devel/py-buildbot-www/Makefile b/devel/py-buildbot-www/Makefile
index d69d53feeb9..cb7676c3e99 100644
--- a/devel/py-buildbot-www/Makefile
+++ b/devel/py-buildbot-www/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2017/10/03 07:04:59 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2017/12/18 12:13:56 adam Exp $
-DISTNAME= buildbot-www-0.9.11
+DISTNAME= buildbot-www-0.9.14
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel net python
MASTER_SITES= ${MASTER_SITE_PYPI:=b/buildbot-www/}
@@ -14,5 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-buildbot-[0-9]*:../../devel/py-buildbot
BUILD_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
BUILD_DEPENDS+= ${PYPKGPREFIX}-buildbot-pkg-[0-9]*:../../devel/py-buildbot-pkg
+USE_LANGUAGE= # none
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/py-buildbot-www/distinfo b/devel/py-buildbot-www/distinfo
index ecd7c3ee0f2..d2a6ddee040 100644
--- a/devel/py-buildbot-www/distinfo
+++ b/devel/py-buildbot-www/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2017/10/01 23:45:50 joerg Exp $
+$NetBSD: distinfo,v 1.2 2017/12/18 12:13:56 adam Exp $
-SHA1 (buildbot-www-0.9.11.tar.gz) = 29fd904700ac2b4eff2d9e07aa3dfc1dd6182d47
-RMD160 (buildbot-www-0.9.11.tar.gz) = 176bf4ffea3d11cbcdb544d1eafd3390c8bf06ce
-SHA512 (buildbot-www-0.9.11.tar.gz) = 5a4ecde7a79bace65fbaeedb9153ccfc8094e0fdccd19bf656a1aee1cb5eb84dd28ffb0279aaa0f75a2365278276f5a16d7015eab732e2642a3344d2b28ff441
-Size (buildbot-www-0.9.11.tar.gz) = 687664 bytes
+SHA1 (buildbot-www-0.9.14.tar.gz) = 7cecfa5ada434b11443c79cffb561963e0691c7d
+RMD160 (buildbot-www-0.9.14.tar.gz) = 6a37e3348b0b33544a9e055371fe6c1fb185b0e2
+SHA512 (buildbot-www-0.9.14.tar.gz) = 093f35b6ca604351872f923338e0fff2387ce309d5ae906abea83bc2c38a29524f5a808c11064e7b18f29f5c339ec44c2fa60a3dba06a343eb03cc06c5c93da5
+Size (buildbot-www-0.9.14.tar.gz) = 691165 bytes
diff --git a/devel/py-buildbot/Makefile b/devel/py-buildbot/Makefile
index ab81f47727c..f41b3e89cbb 100644
--- a/devel/py-buildbot/Makefile
+++ b/devel/py-buildbot/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2017/12/18 08:48:26 adam Exp $
+# $NetBSD: Makefile,v 1.16 2017/12/18 12:13:55 adam Exp $
-DISTNAME= buildbot-0.9.12
+DISTNAME= buildbot-0.9.14
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel net python
MASTER_SITES= ${MASTER_SITE_PYPI:=b/buildbot/}
@@ -19,9 +19,9 @@ DEPENDS+= ${PYPKGPREFIX}-sqlalchemy>=0.8.0:../../databases/py-sqlalchemy
DEPENDS+= ${PYPKGPREFIX}-sqlalchemy-migrate>=0.9:../../databases/py-sqlalchemy-migrate
DEPENDS+= ${PYPKGPREFIX}-twisted>=14.0.1:../../net/py-twisted
DEPENDS+= ${PYPKGPREFIX}-txaio>=2.2.2:../../devel/py-txaio
-
-# Self-test
-#BUILD_DEPENDS+= ${PYPKGPREFIX}-buildbot-worker-[0-9]*:../../devel/py-buildbot-worker
+DEPENDS+= ${PYPKGPREFIX}-ZopeInterface>=4.1.1:../../devel/py-ZopeInterface
+# TEST_DEPENDS
+BUILD_DEPENDS+= ${PYPKGPREFIX}-jade-[0-9]*:../../textproc/py-jade
BUILD_DEPENDS+= ${PYPKGPREFIX}-lz4-[0-9]*:../../archivers/py-lz4
BUILD_DEPENDS+= ${PYPKGPREFIX}-mock>=2.0.0:../../devel/py-mock
BUILD_DEPENDS+= ${PYPKGPREFIX}-moto-[0-9]*:../../net/py-moto
@@ -32,6 +32,13 @@ BUILD_DEPENDS+= ${PYPKGPREFIX}-treq-[0-9]*:../../devel/py-treq
BUILD_DEPENDS+= ${PYPKGPREFIX}-txgithub-[0-9]*:../../devel/py-txgithub
BUILD_DEPENDS+= ${PYPKGPREFIX}-txrequests-[0-9]*:../../devel/py-txrequests
+USE_LANGUAGES= # none
+
+post-install:
+ cd ${DESTDIR}${PREFIX}/bin && \
+ ${MV} buildbot buildbot${PYVERSSUFFIX} && \
+ ${MV} buildbot_windows_service buildbot_windows_service${PYVERSSUFFIX} || ${TRUE}
+
.include "../../lang/python/egg.mk"
.if "${PYPKGPREFIX}" == "py27" || "${PYPKGPREFIX}" == "py34"
diff --git a/devel/py-buildbot/PLIST b/devel/py-buildbot/PLIST
index ed69188331e..3a5cd0854c8 100644
--- a/devel/py-buildbot/PLIST
+++ b/devel/py-buildbot/PLIST
@@ -1,6 +1,6 @@
-@comment $NetBSD: PLIST,v 1.3 2017/09/29 21:46:04 joerg Exp $
-bin/buildbot
-bin/buildbot_windows_service
+@comment $NetBSD: PLIST,v 1.4 2017/12/18 12:13:55 adam Exp $
+bin/buildbot${PYVERSSUFFIX}
+bin/buildbot_windows_service${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -900,6 +900,12 @@ ${PYSITELIB}/buildbot/test/integration/test_customservices.pyo
${PYSITELIB}/buildbot/test/integration/test_hyper.py
${PYSITELIB}/buildbot/test/integration/test_hyper.pyc
${PYSITELIB}/buildbot/test/integration/test_hyper.pyo
+${PYSITELIB}/buildbot/test/integration/test_integration_force_with_patch.py
+${PYSITELIB}/buildbot/test/integration/test_integration_force_with_patch.pyc
+${PYSITELIB}/buildbot/test/integration/test_integration_force_with_patch.pyo
+${PYSITELIB}/buildbot/test/integration/test_integration_locks.py
+${PYSITELIB}/buildbot/test/integration/test_integration_locks.pyc
+${PYSITELIB}/buildbot/test/integration/test_integration_locks.pyo
${PYSITELIB}/buildbot/test/integration/test_integration_mastershell.py
${PYSITELIB}/buildbot/test/integration/test_integration_mastershell.pyc
${PYSITELIB}/buildbot/test/integration/test_integration_mastershell.pyo
diff --git a/devel/py-buildbot/distinfo b/devel/py-buildbot/distinfo
index ddfd128c594..fc798a17295 100644
--- a/devel/py-buildbot/distinfo
+++ b/devel/py-buildbot/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2017/12/18 08:48:26 adam Exp $
+$NetBSD: distinfo,v 1.6 2017/12/18 12:13:55 adam Exp $
-SHA1 (buildbot-0.9.12.tar.gz) = 2458bc5106c27cd9de9e2a0232fd6a956d64092a
-RMD160 (buildbot-0.9.12.tar.gz) = 2c4b42a1aec164745a0816edb68ea7255a378cc7
-SHA512 (buildbot-0.9.12.tar.gz) = 62459918267297b31b2a6416f72794c7a4ebdcb60de04ece1681f6b8be9debf161716cc70ad843fd468b23e02c521c0a0783a5a1e119d75648e107691d6b908d
-Size (buildbot-0.9.12.tar.gz) = 3057832 bytes
+SHA1 (buildbot-0.9.14.tar.gz) = f5f4292c8e6b2d94c28601a4ff40f6113940eb14
+RMD160 (buildbot-0.9.14.tar.gz) = 5f845ca174dd0cc2f30201f5c65832fd2451aa81
+SHA512 (buildbot-0.9.14.tar.gz) = 2adee1c11f13f2c9ed76015180417b817a00303e44b75d9bb4e55cc55d2ba41d76fcbb3c46f2485341464b9d649c642d686feea70f84caba780a5a834240a68c
+Size (buildbot-0.9.14.tar.gz) = 3109782 bytes