# -*- 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          dqsegdb
version       1.4.0
revision      2
categories    science
license       GPL-3+
platforms     {darwin any}
supported_archs noarch
maintainers   nomaintainer

description   Client library for DQSegDB
long_description \
  This provices the client tools needed to connect to LIGO/Virgo \
  DQSEGDB instances.
homepage      https://www.lsc-group.phys.uwm.edu/daswg/projects/dqsegdb.html
master_sites  https://software.igwn.org/lscsoft/source/

checksums     rmd160 8c4a8067dd1f9e2fbf98857e2e855b96447fa1d2 \
              sha256 962bee846c07209bb8929edcbde9553d8f277315a3535fdee75289992ed0e2bf

python.default_version 27

depends_lib-append port:py${python.version}-lscsoft-glue \
                   port:py${python.version}-six \
                   port:py${python.version}-pyrxp \
                   port:py${python.version}-m2crypto

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