# -*- 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          ligo-lvalert-heartbeat
version       1.1.2
categories    science
platforms     {darwin any}
supported_archs noarch
maintainers   nomaintainer
license       MIT

description   LVAlert Heartbeat Tools
long_description \
  This module implements a basic functionality monitor for \
  lvalert_listen instances via the LVAlert system itself.

homepage      https://www.lsc-group.phys.uwm.edu/daswg/projects/lvalert.html
master_sites  https://software.igwn.org/lscsoft/source/

checksums     rmd160 11a314f579d7f9bdc921268768837df33598ed03 \
              sha256 422f722f40f950e5435f290e7716dd4a84ea8d6a96de027f9bac67825418478c

python.default_version  27

depends_build-append port:py${python.version}-setuptools

depends_lib-append port:py${python.version}-ligo-common \
                   port:py${python.version}-pyxmpp \
                   port:ligo-lvalert

livecheck.type   regex
livecheck.url    ${master_sites}
livecheck.regex  {ligo-lvalert-heartbeat-(\d+(?:\.\d+)*).tar.gz}