# -*- 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.1.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 16bab38d2eb07a27375ec2e6104dfc71c49a1ea5 \ sha256 a7b30b08b547e2b78b02aeba6ed34e3c6a638f8e4824a76a96ffa2d7cf57e71f \ size 173822 python.versions 38 39 310 311 312 if {${name} ne ${subport}} { python.pep517 yes python.pep517_backend \ hatch depends_build-append \ port:py${python.version}-hatch-vcs \ port:py${python.version}-numpy \ port:py${python.version}-pyobjc }