Received: by mail.netbsd.org (Postfix, from userid 605) id 62AC784DA0; Mon, 18 Dec 2017 12:14:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E2AA084D3C for ; Mon, 18 Dec 2017 12:14:04 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id MhvBIqCC5MWM for ; Mon, 18 Dec 2017 12:14:03 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 204E984CFB for ; Mon, 18 Dec 2017 12:14:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CF129FB40; Mon, 18 Dec 2017 12:13:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1513599236274200" MIME-Version: 1.0 Date: Mon, 18 Dec 2017 12:13:56 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20171218121356.CF129FB40@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1513599236274200 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Dec 18 12:13:56 UTC 2017 Modified Files: pkgsrc/devel/py-buildbot: Makefile PLIST distinfo pkgsrc/devel/py-buildbot-console-view: Makefile distinfo pkgsrc/devel/py-buildbot-grid-view: Makefile distinfo pkgsrc/devel/py-buildbot-pkg: Makefile distinfo pkgsrc/devel/py-buildbot-waterfall-view: Makefile distinfo pkgsrc/devel/py-buildbot-worker: Makefile distinfo pkgsrc/devel/py-buildbot-www: Makefile distinfo Added Files: pkgsrc/devel/py-buildbot-worker: ALTERNATIVES Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/py-buildbot/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-buildbot/PLIST cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-buildbot/distinfo cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-buildbot-console-view/Makefile \ pkgsrc/devel/py-buildbot-console-view/distinfo cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-buildbot-grid-view/Makefile \ pkgsrc/devel/py-buildbot-grid-view/distinfo cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-buildbot-pkg/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-buildbot-pkg/distinfo cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-buildbot-waterfall-view/Makefile \ pkgsrc/devel/py-buildbot-waterfall-view/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-buildbot-worker/ALTERNATIVES cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-buildbot-worker/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-buildbot-worker/distinfo cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-buildbot-www/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-buildbot-www/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1513599236274200 Content-Disposition: inline Content-Length: 18019 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-buildbot/Makefile diff -u pkgsrc/devel/py-buildbot/Makefile:1.15 pkgsrc/devel/py-buildbot/Makefile:1.16 --- pkgsrc/devel/py-buildbot/Makefile:1.15 Mon Dec 18 08:48:26 2017 +++ pkgsrc/devel/py-buildbot/Makefile Mon Dec 18 12:13:55 2017 @@ -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 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 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" Index: pkgsrc/devel/py-buildbot/PLIST diff -u pkgsrc/devel/py-buildbot/PLIST:1.3 pkgsrc/devel/py-buildbot/PLIST:1.4 --- pkgsrc/devel/py-buildbot/PLIST:1.3 Fri Sep 29 21:46:04 2017 +++ pkgsrc/devel/py-buildbot/PLIST Mon Dec 18 12:13:55 2017 @@ -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/t ${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 Index: pkgsrc/devel/py-buildbot/distinfo diff -u pkgsrc/devel/py-buildbot/distinfo:1.5 pkgsrc/devel/py-buildbot/distinfo:1.6 --- pkgsrc/devel/py-buildbot/distinfo:1.5 Mon Dec 18 08:48:26 2017 +++ pkgsrc/devel/py-buildbot/distinfo Mon Dec 18 12:13:55 2017 @@ -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 Index: pkgsrc/devel/py-buildbot-console-view/Makefile diff -u pkgsrc/devel/py-buildbot-console-view/Makefile:1.1 pkgsrc/devel/py-buildbot-console-view/Makefile:1.2 --- pkgsrc/devel/py-buildbot-console-view/Makefile:1.1 Sun Oct 1 23:44:52 2017 +++ pkgsrc/devel/py-buildbot-console-view/Makefile Mon Dec 18 12:13:56 2017 @@ -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" Index: pkgsrc/devel/py-buildbot-console-view/distinfo diff -u pkgsrc/devel/py-buildbot-console-view/distinfo:1.1 pkgsrc/devel/py-buildbot-console-view/distinfo:1.2 --- pkgsrc/devel/py-buildbot-console-view/distinfo:1.1 Sun Oct 1 23:44:52 2017 +++ pkgsrc/devel/py-buildbot-console-view/distinfo Mon Dec 18 12:13:56 2017 @@ -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 Index: pkgsrc/devel/py-buildbot-grid-view/Makefile diff -u pkgsrc/devel/py-buildbot-grid-view/Makefile:1.1 pkgsrc/devel/py-buildbot-grid-view/Makefile:1.2 --- pkgsrc/devel/py-buildbot-grid-view/Makefile:1.1 Sun Oct 1 23:45:09 2017 +++ pkgsrc/devel/py-buildbot-grid-view/Makefile Mon Dec 18 12:13:56 2017 @@ -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" Index: pkgsrc/devel/py-buildbot-grid-view/distinfo diff -u pkgsrc/devel/py-buildbot-grid-view/distinfo:1.1 pkgsrc/devel/py-buildbot-grid-view/distinfo:1.2 --- pkgsrc/devel/py-buildbot-grid-view/distinfo:1.1 Sun Oct 1 23:45:09 2017 +++ pkgsrc/devel/py-buildbot-grid-view/distinfo Mon Dec 18 12:13:56 2017 @@ -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 Index: pkgsrc/devel/py-buildbot-pkg/Makefile diff -u pkgsrc/devel/py-buildbot-pkg/Makefile:1.2 pkgsrc/devel/py-buildbot-pkg/Makefile:1.3 --- pkgsrc/devel/py-buildbot-pkg/Makefile:1.2 Mon Oct 2 09:10:12 2017 +++ pkgsrc/devel/py-buildbot-pkg/Makefile Mon Dec 18 12:13:56 2017 @@ -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} Index: pkgsrc/devel/py-buildbot-pkg/distinfo diff -u pkgsrc/devel/py-buildbot-pkg/distinfo:1.1 pkgsrc/devel/py-buildbot-pkg/distinfo:1.2 --- pkgsrc/devel/py-buildbot-pkg/distinfo:1.1 Sun Oct 1 23:44:31 2017 +++ pkgsrc/devel/py-buildbot-pkg/distinfo Mon Dec 18 12:13:56 2017 @@ -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 Index: pkgsrc/devel/py-buildbot-waterfall-view/Makefile diff -u pkgsrc/devel/py-buildbot-waterfall-view/Makefile:1.1 pkgsrc/devel/py-buildbot-waterfall-view/Makefile:1.2 --- pkgsrc/devel/py-buildbot-waterfall-view/Makefile:1.1 Sun Oct 1 23:45:31 2017 +++ pkgsrc/devel/py-buildbot-waterfall-view/Makefile Mon Dec 18 12:13:56 2017 @@ -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" Index: pkgsrc/devel/py-buildbot-waterfall-view/distinfo diff -u pkgsrc/devel/py-buildbot-waterfall-view/distinfo:1.1 pkgsrc/devel/py-buildbot-waterfall-view/distinfo:1.2 --- pkgsrc/devel/py-buildbot-waterfall-view/distinfo:1.1 Sun Oct 1 23:45:31 2017 +++ pkgsrc/devel/py-buildbot-waterfall-view/distinfo Mon Dec 18 12:13:56 2017 @@ -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 Index: pkgsrc/devel/py-buildbot-worker/Makefile diff -u pkgsrc/devel/py-buildbot-worker/Makefile:1.3 pkgsrc/devel/py-buildbot-worker/Makefile:1.4 --- pkgsrc/devel/py-buildbot-worker/Makefile:1.3 Mon Dec 18 08:48:26 2017 +++ pkgsrc/devel/py-buildbot-worker/Makefile Mon Dec 18 12:13:56 2017 @@ -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" Index: pkgsrc/devel/py-buildbot-worker/distinfo diff -u pkgsrc/devel/py-buildbot-worker/distinfo:1.2 pkgsrc/devel/py-buildbot-worker/distinfo:1.3 --- pkgsrc/devel/py-buildbot-worker/distinfo:1.2 Mon Dec 18 08:48:26 2017 +++ pkgsrc/devel/py-buildbot-worker/distinfo Mon Dec 18 12:13:56 2017 @@ -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 Index: pkgsrc/devel/py-buildbot-www/Makefile diff -u pkgsrc/devel/py-buildbot-www/Makefile:1.2 pkgsrc/devel/py-buildbot-www/Makefile:1.3 --- pkgsrc/devel/py-buildbot-www/Makefile:1.2 Tue Oct 3 07:04:59 2017 +++ pkgsrc/devel/py-buildbot-www/Makefile Mon Dec 18 12:13:56 2017 @@ -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]* 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" Index: pkgsrc/devel/py-buildbot-www/distinfo diff -u pkgsrc/devel/py-buildbot-www/distinfo:1.1 pkgsrc/devel/py-buildbot-www/distinfo:1.2 --- pkgsrc/devel/py-buildbot-www/distinfo:1.1 Sun Oct 1 23:45:50 2017 +++ pkgsrc/devel/py-buildbot-www/distinfo Mon Dec 18 12:13:56 2017 @@ -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 Added files: Index: pkgsrc/devel/py-buildbot-worker/ALTERNATIVES diff -u /dev/null pkgsrc/devel/py-buildbot-worker/ALTERNATIVES:1.1 --- /dev/null Mon Dec 18 12:13:56 2017 +++ pkgsrc/devel/py-buildbot-worker/ALTERNATIVES Mon Dec 18 12:13:56 2017 @@ -0,0 +1,2 @@ +bin/buildbot-worker @PREFIX@/bin/buildbot-worker@PYVERSSUFFIX@ +bin/buildbot_worker_windows_service @PREFIX@/bin/buildbot_worker_windows_service@PYVERSSUFFIX@ --_----------=_1513599236274200--