# -*- 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-ligo-segments version 1.0.0 categories-append science maintainers {ligo.org:duncan.macleod @duncanmmacleod} openmaintainer platforms darwin license GPL-3 description Representations of semi-open intervals long_description Defines the `segment`, `segmentlist`, and \ `segmentlistdict` objects for manipulating semi-open \ intervals. homepage https://git.ligo.org/lscsoft/ligo-segments master_sites pypi:l/ligo-segments distname ligo-segments-${version} checksums rmd160 a90803ef8a4228461a808ddb7e0caa78dbc8b5a1 \ sha256 d8bacc5a7e0a75afab8bced7c066036e844efe3e71f14e4e098d7846a29f0dc2 \ size 41659 python.versions 27 36 37 python.default_version 27 if {${name} ne ${subport}} { depends_lib-append port:py${python.version}-six \ port:py${python.version}-ligo-common depends_build-append port:py${python.version}-setuptools }