# -*- 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-tempora version 5.5.1 revision 0 categories-append devel supported_archs noarch platforms {darwin any} license MIT maintainers {khindenburg @kurthindenburg} openmaintainer description Objects and routines pertaining to date and time (tempora) long_description {*}${description} homepage https://pypi.python.org/pypi/${python.rootname} checksums rmd160 5b0ed7282894d0b61a8ed3eec2e885cbfa62ed95 \ sha256 a2bb51e2121976d931347b3e433917c364b83fdd5f64ef27336c865bf1fb0f75 \ size 21145 python.versions 38 39 310 311 312 if {${name} ne ${subport}} { depends_build-append port:py${python.version}-setuptools_scm depends_lib-append port:py${python.version}-jaraco.functools \ port:py${python.version}-tz \ port:py${python.version}-setuptools \ port:py${python.version}-six \ port:py${python.version}-toml depends_test-append port:py${python.version}-py \ port:py${python.version}-freezegun test.run yes }