# -*- 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-structlog version 24.1.0 revision 0 supported_archs noarch platforms {darwin any} license {MIT Apache-2} maintainers nomaintainer description Structured Logging for Python long_description {*}${description} homepage https://www.structlog.org/ checksums rmd160 a388b5601a3620b09269d5bc0b892a119b9a5b8e \ sha256 41a09886e4d55df25bdcb9b5c9674bccfab723ff43e0a86a1b7b236be8e57b16 \ size 1340948 python.pep517_backend hatch python.versions 38 39 310 311 312 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-hatch-vcs \ port:py${python.version}-hatch-fancy-pypi-readme depends_test-append port:py${python.version}-pytest-asyncio \ port:py${python.version}-freezegun \ port:py${python.version}-pretend \ port:py${python.version}-simplejson test.run yes }