# -*- 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
maintainers {gmail.com:stefan.countryman @stefco} openmaintainer
description GPS-aware datetime module with leap-second fetching
long_description This package provides a gpstime package, including a \
gpstime subclass of the built-in datetime class with the \
addition of GPS access and conversion methods. Leap \
second data is provided by the ietf_leap_seconds module \
that helps automatically maintain a local copy of the \
https://www.ietf.org/timezones/data/leap-seconds.list \
A command-line GPS data conversion utility that uses the \
gpstime module is also included. It is a rough \
homepage https://git.ligo.org/cds/${python.rootname}
master_sites https://git.ligo.org/cds/${python.rootname}/-/archive/${version}/
distname ${python.rootname}-${version}
checksums rmd160 d62957cd15570ce24e5e17d5fe6d587777698809 \
sha256 b303807ba1e6a93f1ee1d47f36c014f2580348dd5045dd0cb28c1a59a0d700aa \
if {${name} ne ${subport}} {
port:py${python.version}-setuptools
depends_lib-append port:py${python.version}-dateutil \
port:py${python.version}-requests
livecheck.url https://git.ligo.org/api/v4/projects/cds%2Fgpstime/repository/tags?sort=asc
livecheck.regex {"([0-9]\.[0-9]+\.[0-9]+)"}