Received: by mail.netbsd.org (Postfix, from userid 605) id 103DF84D96; Sun, 1 Oct 2017 23:44:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 95BD884D8E for ; Sun, 1 Oct 2017 23:44:32 +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 uM31ZHXuh6Ft for ; Sun, 1 Oct 2017 23:44:32 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0D07584D20 for ; Sun, 1 Oct 2017 23:44:32 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 07859FBC7; Sun, 1 Oct 2017 23:44:32 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1506901472231180" MIME-Version: 1.0 Date: Sun, 1 Oct 2017 23:44:32 +0000 From: "Joerg Sonnenberger" Subject: CVS commit: pkgsrc/devel/py-buildbot-pkg To: pkgsrc-changes@NetBSD.org Reply-To: joerg@netbsd.org X-Mailer: log_accum Message-Id: <20171001234432.07859FBC7@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. --_----------=_1506901472231180 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: joerg Date: Sun Oct 1 23:44:31 UTC 2017 Added Files: pkgsrc/devel/py-buildbot-pkg: DESCR Makefile PLIST distinfo Log Message: Add py-buildbot-pkg-0.9.11: The BuildBot is a system to automate the compile/test cycle required by most software projects to validate code changes. By automatically rebuilding and testing the tree each time something has changed, build problems are pinpointed quickly, before other developers are inconvenienced by the failure. The guilty developer can be identified and harassed without human intervention. By running the builds on a variety of platforms, developers who do not have the facilities to test their changes everywhere before checkin will at least know shortly afterwards whether they have broken the build or not. Warning counts, lint checks, image size, compile time, and other build parameters can be tracked over time, are more visible, and are therefore easier to improve. This package contains the BuildBot packaging tools. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-buildbot-pkg/DESCR \ pkgsrc/devel/py-buildbot-pkg/Makefile pkgsrc/devel/py-buildbot-pkg/PLIST \ pkgsrc/devel/py-buildbot-pkg/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1506901472231180 Content-Disposition: inline Content-Length: 3136 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/devel/py-buildbot-pkg/DESCR diff -u /dev/null pkgsrc/devel/py-buildbot-pkg/DESCR:1.1 --- /dev/null Sun Oct 1 23:44:31 2017 +++ pkgsrc/devel/py-buildbot-pkg/DESCR Sun Oct 1 23:44:31 2017 @@ -0,0 +1,14 @@ +The BuildBot is a system to automate the compile/test cycle required by +most software projects to validate code changes. By automatically +rebuilding and testing the tree each time something has changed, build +problems are pinpointed quickly, before other developers are +inconvenienced by the failure. The guilty developer can be identified +and harassed without human intervention. By running the builds on a +variety of platforms, developers who do not have the facilities to test +their changes everywhere before checkin will at least know shortly +afterwards whether they have broken the build or not. Warning counts, +lint checks, image size, compile time, and other build parameters can +be tracked over time, are more visible, and are therefore easier to +improve. + +This package contains the BuildBot packaging tools. Index: pkgsrc/devel/py-buildbot-pkg/Makefile diff -u /dev/null pkgsrc/devel/py-buildbot-pkg/Makefile:1.1 --- /dev/null Sun Oct 1 23:44:31 2017 +++ pkgsrc/devel/py-buildbot-pkg/Makefile Sun Oct 1 23:44:31 2017 @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1 2017/10/01 23:44:31 joerg Exp $ + +DISTNAME= buildbot-pkg-0.9.11 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= devel net python +MASTER_SITES= ${MASTER_SITE_PYPI:=b/buildbot-pkg/} + +MAINTAINER= joerg@NetBSD.org +HOMEPAGE= https://buildbot.net/ +COMMENT= Packaging tools for the buildbot CI system +LICENSE= gnu-gpl-v2 + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/py-buildbot-pkg/PLIST diff -u /dev/null pkgsrc/devel/py-buildbot-pkg/PLIST:1.1 --- /dev/null Sun Oct 1 23:44:31 2017 +++ pkgsrc/devel/py-buildbot-pkg/PLIST Sun Oct 1 23:44:31 2017 @@ -0,0 +1,9 @@ +@comment $NetBSD: PLIST,v 1.1 2017/10/01 23:44:31 joerg Exp $ +${PYSITELIB}/buildbot_pkg-2017.10.1-py${PYVERSSUFFIX}.egg-info/PKG-INFO +${PYSITELIB}/buildbot_pkg-2017.10.1-py${PYVERSSUFFIX}.egg-info/SOURCES.txt +${PYSITELIB}/buildbot_pkg-2017.10.1-py${PYVERSSUFFIX}.egg-info/dependency_links.txt +${PYSITELIB}/buildbot_pkg-2017.10.1-py${PYVERSSUFFIX}.egg-info/requires.txt +${PYSITELIB}/buildbot_pkg-2017.10.1-py${PYVERSSUFFIX}.egg-info/top_level.txt +${PYSITELIB}/buildbot_pkg.py +${PYSITELIB}/buildbot_pkg.pyc +${PYSITELIB}/buildbot_pkg.pyo Index: pkgsrc/devel/py-buildbot-pkg/distinfo diff -u /dev/null pkgsrc/devel/py-buildbot-pkg/distinfo:1.1 --- /dev/null Sun Oct 1 23:44:31 2017 +++ pkgsrc/devel/py-buildbot-pkg/distinfo Sun Oct 1 23:44:31 2017 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2017/10/01 23:44:31 joerg 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 --_----------=_1506901472231180--