# -*- 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-comet
python.rootname     Comet
version             3.1.0
revision            0

python.versions     312
categories-append   science www
maintainers         {aronnax @lpsinger} openmaintainer
description         A complete VOEvent transport system
long_description    \
    Comet is a Python implementation of the VOEvent Transport Protocol (VTP). \
    The core of Comet is a multi-functional VOEvent broker. It is capable of \
    receiving events either by subscribing to one or more remote brokers or \
    by direct connection from authors, and can then both process those events \
    locally and forward them to its own subscribers. In addition, Comet \
    provides a tool for publishing VOEvents to a remote broker. See the \
    website for further details and documentation.

license             BSD
supported_archs     noarch
platforms           {darwin any}
homepage            https://comet.readthedocs.io

checksums           rmd160  451c57686b03ca9f37d2d353df5ac56a73eea396 \
                    sha256  10d7a08e69f4232053364784f7244d1e53aedb9affdc29fc1d77e4868ed524c1 \
                    size    35848

if {${name} ne ${subport}} {
    depends_lib-append \
                    port:py${python.version}-lxml \
                    port:py${python.version}-service_identity \
                    port:py${python.version}-twisted \
                    port:py${python.version}-zopeinterface
}
