# -*- 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 6.0.2 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 62a1ca87a531890a5b05494172b3b079f1f0ec9a \ sha256 8dd4d9675551482a25a0b3a0c0f602a7de4903718305253d56f9b7c3e663a81c \ size 39833 python.versions 38 39 310 311 312 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools # some failures due to missing packages depends_test-append port:py${python.version}-pytest test.run yes livecheck.type none }