pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-buildbot-grid-view Add py-buildbot-grid-view-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3336d513571f
branches:  trunk
changeset: 369593:3336d513571f
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Oct 01 23:45:09 2017 +0000

description:
Add py-buildbot-grid-view-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 Grid View Plugin.

diffstat:

 devel/py-buildbot-grid-view/DESCR    |  14 ++++++++++++++
 devel/py-buildbot-grid-view/Makefile |  17 +++++++++++++++++
 devel/py-buildbot-grid-view/PLIST    |  13 +++++++++++++
 devel/py-buildbot-grid-view/distinfo |   6 ++++++
 4 files changed, 50 insertions(+), 0 deletions(-)

diffs (66 lines):

diff -r fb7937613147 -r 3336d513571f devel/py-buildbot-grid-view/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-buildbot-grid-view/DESCR Sun Oct 01 23:45:09 2017 +0000
@@ -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 Grid View Plugin.
diff -r fb7937613147 -r 3336d513571f devel/py-buildbot-grid-view/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-buildbot-grid-view/Makefile      Sun Oct 01 23:45:09 2017 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2017/10/01 23:45:09 joerg Exp $
+
+DISTNAME=      buildbot-grid-view-0.9.11
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    devel net python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=b/buildbot-grid-view/}
+
+MAINTAINER=    joerg%NetBSD.org@localhost
+HOMEPAGE=      https://buildbot.net/
+COMMENT=       Grid View Plugin for the buildbot CI system
+LICENSE=       gnu-gpl-v2
+
+DEPENDS+=      ${PYPKGPREFIX}-buildbot-[0-9]*:../../devel/py-buildbot
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-buildbot-pkg-[0-9]*:../../devel/py-buildbot-pkg
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r fb7937613147 -r 3336d513571f devel/py-buildbot-grid-view/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-buildbot-grid-view/PLIST Sun Oct 01 23:45:09 2017 +0000
@@ -0,0 +1,13 @@
+@comment $NetBSD: PLIST,v 1.1 2017/10/01 23:45:09 joerg Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/buildbot_grid_view/VERSION
+${PYSITELIB}/buildbot_grid_view/__init__.py
+${PYSITELIB}/buildbot_grid_view/__init__.pyc
+${PYSITELIB}/buildbot_grid_view/__init__.pyo
+${PYSITELIB}/buildbot_grid_view/static/scripts.js
+${PYSITELIB}/buildbot_grid_view/static/styles.css
+${PYSITELIB}/buildbot_grid_view/static/tests.js
diff -r fb7937613147 -r 3336d513571f devel/py-buildbot-grid-view/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-buildbot-grid-view/distinfo      Sun Oct 01 23:45:09 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/10/01 23:45:09 joerg 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



Home | Main Index | Thread Index | Old Index