Files
2026-02-27 15:39:15 -05:00

31 lines
894 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-rfc3339
version 6.2
revision 0
supported_archs noarch
platforms {darwin any}
license ISCL
maintainers nomaintainer
description Formats dates according to the RFC 3339.
long_description {*}${description}
homepage https://bitbucket.org/henry/rfc3339
checksums rmd160 35699d9502db3fe1cb83acbec9144bb2110c2549 \
sha256 d53c3b5eefaef892b7240ba2a91fef012e86faa4d0a0ca782359c490e00ad4d0 \
size 4144
python.versions 314
if {${subport} ne ${name}} {
test.run yes
python.test_framework
test.cmd ${python.bin} rfc3339.py
}