# -*- 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-zdaemon
python.rootname     zdaemon
version             4.3
revision            0

categories-append   sysutils
platforms           {darwin any}
supported_archs     noarch
license             ZPL-2.1
maintainers         nomaintainer

description         Daemon process control library and tools for Unix-based systems
long_description \
    zdaemon is a Python package which provides APIs for managing applications run \
    as daemons. Its principal use to date has been to manage the application \
    server and storage server daemons for Zope / ZEO, although it is not limited \
    to running Python-based applications.

homepage            https://github.com/zopefoundation/zdaemon

checksums           rmd160  8e0cf0000b9fdc91028957b4787ac126db5102dc \
                    sha256  f249fc6885646d165d7d6b228a7b71f5170fc7117de9e0688271f8fb97840f72 \
                    size    60661

python.versions     27

if {${subport} ne ${name}} {
    depends_lib-append \
                    port:py${python.version}-setuptools \
                    port:py${python.version}-zconfig
}
