# -*- 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-param version 2.2.0 revision 0 license BSD maintainers {mps @Schamschula} openmaintainer description Param is a library providing Parameters. long_description {*}${description} Python attributes extended to have features such as \ type and range checking, dynamically generated values, documentation \ strings, default values, etc., each of which is inherited from \ parent classes if not specified in a subclass. supported_archs noarch platforms {darwin any} homepage https://github.com/holoviz/param checksums rmd160 6a6dc43fc71d2f85507b7772f93e3dc2a99e73be \ sha256 2ef63ef7aef37412eeb8ee3a06189a51f69c58c068824ae070baecb5b2abd0b8 \ size 176845 python.versions 39 310 311 312 313 python.pep517_backend hatch if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-hatch-vcs }