# -*- 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 # $Id$ PortSystem 1.0 PortGroup python 1.0 set real_name supervisor name py-supervisor version 3.1.3 platforms darwin supported_archs noarch 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 http://supervisord.org master_sites pypi:s/${real_name} distname supervisor-${version} checksums rmd160 9598b25640e72b0322cbb79a8f8f26712135efba \ sha256 e32c546fe8d2a6e079ec4819c49fd24534d4075a58af39118d04367918b3c282 python.versions 27 if {${name} ne ${subport}} { depends_lib-append port:py${python.version}-setuptools \ port:py${python.version}-elementtree \ port:py${python.version}-meld3 \ port:py${python.version}-medusa test.run yes post-destroot { file delete -force ${destroot}${prefix}/doc xinstall -m 644 -W ${worksrcpath} \ README.rst \ CHANGES.txt \ COPYRIGHT.txt \ LICENSES.txt \ TODO.txt \ docs/plugins.rst \ supervisor/skel/sample.conf \ ${destroot}${prefix}/share/doc/${subport} } livecheck.type none } else { livecheck.type regex livecheck.url https://pypi.python.org/pypi/${real_name}/json livecheck.regex "\"${real_name}-(\[.\\d\]+)\\${extract.suffix}\"" }