Files
macports-ports/python/py-param/Portfile
T
2025-11-25 11:55:24 -06:00

35 lines
1.2 KiB
Tcl

# -*- 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.3.1
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.
homepage https://github.com/holoviz/param
supported_archs noarch
platforms {darwin any}
checksums rmd160 ed35226b893eb8832a3d05a824173dcf7942ebd5 \
sha256 84e59fc3a9bfb0e4c8100eb92d5be529deea3ec9c1f0881a0068c5caf31f21f3 \
size 201772
python.versions 310 311 312 313 314
python.pep517_backend \
hatch
if {${name} ne ${subport}} {
depends_build-append \
port:py${python.version}-hatch-vcs
}