# $Id: Portfile 142815 2015-11-24 03:22:35Z jmr@macports.org $ PortSystem 1.0 PortGroup python 1.0 name dqsegdb version 1.2.2 categories science license GPL-3+ platforms darwin supported_archs noarch maintainers ram 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 http://software.ligo.org/lscsoft/source/ checksums rmd160 04268a3945f2178a2f79a0195397b408b15e5fd6 \ sha256 e1f31033c881d966367d9c00663cc1cf06f213750123ad9614c99c27376ec819 python.default_version 27 depends_lib-append port:glue # git shouldn't be required when building, add git as a build dependency # until upstream can address this depends_build port:git livecheck.type regex livecheck.url ${master_sites} livecheck.regex {dqsegdb-(\d+(?:\.\d+)*).tar.gz}