# -*- 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                py-buildbot-macports-custom-views
version             0.1.1
revision            0

maintainers         {rajdeep @rajdeepbharati} openmaintainer

description         MacPorts Custom Views Plugin for Buildbot
long_description    ${description}

platforms           darwin
supported_archs     noarch
license             MIT

homepage            https://github.com/macports/buildbot-macports-custom-views
master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
distname            ${python.rootname}-${version}

checksums           sha256  4fcc176f033f5b838dd7376628ef2054053f3b8f51560940e510e75edea23a5c \
                    rmd160  cd224aaa98114324b046094f6d7b2aac8b31389a \
                    size    447418

python.versions     37

if {${name} ne ${subport}} {
    depends_build-append \
                    port:py${python.version}-buildbot-pkg

    livecheck.type  none
}