# -*- 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-circuitbreaker
version             2.0.0
revision            0

license             BSD
platforms           {darwin any}
supported_archs     noarch
maintainers         nomaintainer

description         Python implementation of the \"Circuit Breaker\" Pattern
long_description    {*}${description}

homepage            https://github.com/fabfuel/circuitbreaker

checksums           md5     0fc04e58267a46ac371aac0f3e2b0105 \
                    rmd160  992822cb56baf69b33a3da002c9ebbf5dfa56ddd \
                    sha256  28110761ca81a2accbd6b33186bc8c433e69b0933d85e89f280028dbb8c1dd14 \
                    size    10736

python.versions     39 310 311

if {${subport} ne ${name}} {
    test.run        yes
}
