# -*- 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 version 2.0.1 maintainers {mps @Schamschula} openmaintainer 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 39 310 311 312 checksums rmd160 2c9d6a1b735366ad09885adb2e1fcebe534eb7a4 \ sha256 e47843379ea35c1296c3b6c67a948a1a490ae0584edfcbdea0eaffb5dd29960b \ size 4573 if {${name} ne ${subport}} { depends_lib-append port:py${python.version}-tz if {${python.version} < 312} { test.run yes python.test_framework nose } }