# -*- 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-gwosc
version             0.3.3

categories-append   science
maintainers         {ligo.org:duncan.macleod @duncanmmacleod} openmaintainer

platforms           darwin
license             GPL-3

description         A python interface to the GW Open Science data archive
long_description    The `gwosc` package provides an interface to querying \
                    the open data releases hosted on <https://losc.ligo.org> \
                    from the LIGO and Virgo gravitational-wave observatories.
homepage            https://gwosc.readthedocs.io

master_sites        pypi:g/gwosc
distname            gwosc-${version}
checksums           rmd160  45a7437f7cbd62393af7d293ff8b35ae484e9002 \
                    sha256  863a67296763ec9be79fa057b6ee0b3cb4f91c768b97b769840fa91f2f3b4e2c \
                    size    31201

python.versions     27 36 37
python.default_version 36

if {${name} ne ${subport}} {
    depends_build-append port:py${python.version}-setuptools
    depends_lib-append   port:py${python.version}-six
    livecheck.type      none
} else {
    livecheck.type      pypi
}