You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-03-31 14:42:53 -07:00
24 lines
831 B
Tcl
24 lines
831 B
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-durationpy
|
|
version 0.10
|
|
revision 0
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
license MIT
|
|
maintainers nomaintainer
|
|
|
|
description Module for converting between datetime.timedelta and Go's time.Duration strings.
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/icholy/durationpy
|
|
|
|
checksums rmd160 e391698d162809ee5164c1a367e376029ed2bb60 \
|
|
sha256 1fa6893409a6e739c9c72334fc65cca1f355dbdd93405d30f726deb5bde42fba \
|
|
size 3335
|
|
|
|
python.versions 310 311 312 313
|