# -*- 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-zen python.rootname PyZen version 0.3.2 revision 1 python.versions 27 35 36 categories-append devel platforms {darwin any} supported_archs noarch license BSD maintainers nomaintainer description continuous test runner for paranoid developers long_description \ PyZen is a continuous test runner for paranoid developers. As long as the \ script is running, it will monitor for changes in your code and re-run your \ test suite when needed. There are frontends for multiple frameworks as well \ as several notification UIs. homepage https://github.com/coderanger/pyzen checksums rmd160 93933db47c2a56e9c0b1b5e42ace49b13a803d58 \ sha256 b4ee66424a1f78c929d500bc74f56a84339ae7cf18b6b9c41117c3c1d16ba87f \ size 218316 if {${name} ne ${subport}} { depends_lib-append \ port:py${python.version}-setuptools livecheck.type none }