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
30 lines
1.0 KiB
Makefile
30 lines
1.0 KiB
Makefile
# Created by: Michael Gmelin <grembo@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= buildbot-www
|
|
PORTVERSION= 2.7.0
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= koobs@FreeBSD.org
|
|
COMMENT= Buildbot UI
|
|
|
|
LICENSE= GPLv2
|
|
#LICENSE_FILE= Not packaged in sdist
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}buildbot>=${PORTVERSION}:devel/py-buildbot@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}buildbot-pkg>=${PORTVERSION}:devel/py-buildbot-pkg@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR}
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}buildbot-console-view>=${PORTVERSION}:devel/py-buildbot-console-view@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}buildbot-grid-view>=${PORTVERSION}:devel/py-buildbot-grid-view@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}buildbot-waterfall-view>=${PORTVERSION}:devel/py-buildbot-waterfall-view@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}service_identity>=16.0.0:security/py-service_identity@${PY_FLAVOR}
|
|
|
|
USES= python:3.5+
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|