# -*- 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.6.1 revision 0 categories-append science platforms {darwin any} supported_archs noarch maintainers nomaintainer 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 \ from the LIGO and Virgo gravitational-wave observatories. homepage https://gwosc.readthedocs.io checksums rmd160 9b75db1cbb6e39cb577911d5f4a22ba86047c8a3 \ sha256 cfe0d65aa92827e3d50652c9abcccc846449a42512b1a2a19007b30f98bf1e26 \ size 33896 python.versions 38 39 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools_scm depends_lib-append \ port:py${python.version}-requests }