# -*- 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-prometheus_client
version             0.10.1
revision            0
categories-append   devel
platforms           darwin
license             Apache-2
supported_archs     noarch

python.versions     27 35 36 37 38 39

maintainers         {stromnov @stromnov} openmaintainer

description         Prometheus instrumentation library for Python applications
long_description    ${description}

homepage            https://github.com/prometheus/client_python

checksums           rmd160  1a64e36a93d4844a050cafb109a380c5fb4d7f19 \
                    sha256  b6c5a9643e3545bcbfd9451766cbaa5d9c67e7303c7bc32c750b6fa70ecb107d \
                    size    75554

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

    livecheck.type      none
}
