pkgsrc/devel/py-buildbot-grid-view/Makefile
adam c7d9c2768e py-buildbot*: updated to 1.1.1
Bug fixes
* Fix issue which marked all workers dis-configured in the database every 24h
* The :bb:reporter:MailNotifier no longer crashes when sending from/to email
  addresses with "Real Name" parts (e.g., John Doe <john.doe@domain.tld>).
* Corrected pluralization of text on landing page of the web UI

Improved Documentation
* Corrected typo in description of libvirt
* Update sample config to use preferred API

Misc Improvements
* Home page now contains links to recently active builders
2018-05-01 18:20:08 +00:00

19 lines
586 B
Makefile

# $NetBSD: Makefile,v 1.4 2018/05/01 18:20:08 adam Exp $
DISTNAME= buildbot-grid-view-1.1.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel net python
MASTER_SITES= ${MASTER_SITE_PYPI:=b/buildbot-grid-view/}
MAINTAINER= joerg@NetBSD.org
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
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"