# -*- 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-supervisor version 4.2.4 revision 0 supported_archs noarch platforms {darwin any} license BSD ZPL-2.1 maintainers nomaintainer description Process manager for UNIX-like OSs long_description The supervisor is a client/server system that allows its users to control \ a number of processes on UNIX-like operating systems homepage https://www.supervisord.org/ checksums rmd160 9a1daf2d4df62c5a8c887d6398b3a17f249ddf40 \ sha256 40dc582ce1eec631c3df79420b187a6da276bbd68a4ec0a8f1f123ea616b97a2 \ size 465151 python.versions 37 if {${name} ne ${subport}} { depends_lib-append \ port:py${python.version}-setuptools # 6 tests fail currently, mostly because of "error: AF_UNIX path too long", which can be ignored test.run yes post-destroot { set docdir ${prefix}/share/doc/${subport} xinstall -d ${destroot}${docdir} xinstall -m 0644 -W ${worksrcpath} CHANGES.rst COPYRIGHT.txt \ LICENSES.txt README.rst supervisor/skel/sample.conf \ docs/plugins.rst ${destroot}${docdir} } }