# -*- 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.3.0 revision 0 categories-append science maintainers nomaintainer 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 043f8f8eae92dc1dd03a604611e0637a4324f3c1 \ sha256 13e0e278f9a14b247793884b368d6fae3b806cd794284e7afba158a2ccc016b3 \ size 52422 python.versions 27 36 37 38 39 python.default_version 27 if {${name} ne ${subport}} { patch { # FIXME: the upstream tarball has the wrong permissions. # See https://git.ligo.org/lscsoft/ligo-segments/-/issues/11 system "find '${worksrcpath}' -type d -exec chmod go+rx {} \\;" system "find '${worksrcpath}' -type f -exec chmod go+r {} \\;" } depends_lib-append port:py${python.version}-six \ port:py${python.version}-ligo-common depends_build-append port:py${python.version}-setuptools livecheck.type none }