# -*- 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-cattrs version 25.3.0 revision 1 license MIT maintainers nomaintainer supported_archs noarch platforms {darwin any} description ${name} is an open-source Python library \ for structuring and unstructuring data. long_description {*}${description}. ${name} works best with attrs classes, \ dataclasses and the usual Python collections, \ but other kinds of classes are supported \ by manually registering converters. homepage https://github.com/python-attrs/cattrs checksums rmd160 e5fa1b555b293a41de971be21889c50b90905527 \ sha256 1ac88d9e5eda10436c4517e390a4142d88638fe682c436c93db7ce4a277b884a \ size 509321 python.versions 310 311 312 313 314 python.pep517_backend hatch if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-hatch-vcs depends_lib-append \ port:py${python.version}-attrs \ port:py${python.version}-typing_extensions if {${python.version} < 311} { depends_lib-append \ port:py${python.version}-exceptiongroup } }