You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
41 lines
1.4 KiB
Tcl
41 lines
1.4 KiB
Tcl
# -*- 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.3.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 e776211160329fc146715c2de0f8c7b372d3f6bc \
|
|
sha256 847d1d17b8a857c4bb3f8471b4a57b8affa939a60fbf507e70aa72ad79097c05 \
|
|
size 89078
|
|
|
|
python.versions 310 311 312 313
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append \
|
|
port:py${python.version}-setuptools
|
|
|
|
if (0) {
|
|
# py-seedir missing
|
|
test.run yes
|
|
depends_test-append \
|
|
port:py${python.version}-mypy \
|
|
port:py${python.version}-testfixtures
|
|
}
|
|
}
|