You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
80fdbe4420
- drop py39, add py313 subport
29 lines
1.1 KiB
Tcl
29 lines
1.1 KiB
Tcl
# -*- 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
|