# -*- 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-ntplib
version             0.4.0
revision            0

platforms           {darwin any}
maintainers         nomaintainer
license             MIT
supported_archs     noarch

description         Simple interface to query NTP servers from Python.
long_description    This module offers a simple interface to query NTP \
                    servers from Python.  It also provides utility \
                    text (mode, leap indicator, ...). Since it is pure \
                    Python, and only depends on core modules, it should \
                    work on any platform with a decent Python implementation.

homepage            https://github.com/cf-natali/ntplib

checksums           rmd160  c3b3c24245175817d9fe110d7b7dfc4354aadd69 \
                    sha256  899d8fb5f8c2555213aea95efca02934c7343df6ace9d7628a5176b176906267 \
                    size    7135

python.versions     313
