# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           python 1.0

name                buildbot-console-view
version             3.10.1
revision            0
checksums           rmd160  976c7385aa848d52ca26b0b67f58051eeb0ef0e1 \
                    sha256  ca4cf3becc4ff1ed132079d924f4a7149a1934d643bdb67bbd9ea1099c9dd220 \
                    size    19012

categories          devel
maintainers         {ryandesign @ryandesign} {rajdeep @rajdeepbh} openmaintainer
license             GPL-2
supported_archs     noarch
platforms           {darwin any}

description         console view plugin for Buildbot web UI
long_description    {*}${description}

homepage            https://buildbot.net

# Can't update to 311 due to missing dependency:
# https://trac.macports.org/ticket/67849
python.default_version \
                    310

depends_build-append \
                    port:buildbot-pkg

depends_run-append  port:buildbot-www
