# -*- 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-pyrfc3339 python.rootname pyRFC3339 version 1.1 maintainers nomaintainer license MIT description pyRFC3339 parses and generates RFC 3339-compliant timestamps \ using Python datetime.datetime objects. long_description {*}${description} supported_archs noarch platforms {darwin any} homepage https://pypi.python.org/pypi/${python.rootname}/ python.versions 38 39 310 311 312 checksums rmd160 d4ebf6b20080d0ac704d524d66f027b7d171f47a \ sha256 81b8cbe1519cdb79bed04910dd6fa4e181faf8c88dff1e1b987b5f7ab23a5b1a \ size 5290 if {${name} ne ${subport}} { depends_lib-append port:py${python.version}-tz if {${python.version} < 312} { test.run yes python.test_framework nose } }