f56573fb26
devel/py-buildbot: - Remove setup.py patch (upstreamed) - Update test target (setup.py test is going away :|) Changelog: https://docs.buildbot.net/current/relnotes/index.html#buildbot-2-7-0-2020-02-27 PR: 244219
24 lines
622 B
Makefile
24 lines
622 B
Makefile
# Created by: Michael Gmelin <grembo@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= buildbot-waterfall-view
|
|
PORTVERSION= 2.7.0
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= koobs@FreeBSD.org
|
|
COMMENT= Buildbot Waterfall View plugin
|
|
|
|
LICENSE= GPLv2
|
|
#LICENSE_FILE= Not packaged in sdist
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}buildbot-pkg>=${PORTVERSION}:devel/py-buildbot-pkg@${PY_FLAVOR}
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}buildbot-pkg>=${PORTVERSION}:devel/py-buildbot-pkg@${PY_FLAVOR}
|
|
|
|
USES= python:3.5+
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|