# -*- 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-sybil
version             9.0.0
revision            0
maintainers         {khindenburg @kurthindenburg} openmaintainer
supported_archs     noarch
platforms           {darwin any}
license             MIT

description         Automated testing for the examples in your documentation.
long_description    This library provides a way to test examples in your \
                    documentation by parsing them from the documentation \
                    source and evaluating the parsed examples as part of \
                    your normal test run. Integration is provided for the \
                    three main Python test runners.

homepage            https://github.com/simplistix/sybil

checksums           rmd160  0f5d393b70249699205fe8190c5b1798eb8d1f92 \
                    sha256  0856c253e40d448d6e15d89044ef34c8b5d1f63f685f9371f4bbc9f75f072fa5 \
                    size    42529

python.versions     39 310 311 312 313

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

    livecheck.type  none
}
