You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
30 lines
1.2 KiB
Tcl
30 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 1.10.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.
|
|
platforms darwin
|
|
homepage https://github.com/holoviz/param
|
|
|
|
checksums rmd160 5a1b9bcd22af661c18fdb3e60ce30b3e66a37775 \
|
|
sha256 1f0f1133fbadcd2c5138e579b9934e29fd00f803af01d9bf6f9e6b80ecf1999b \
|
|
size 74216
|
|
|
|
python.versions 36 37 38 39
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib port:py${python.version}-numpy \
|
|
port:py${python.version}-pyobjc \
|
|
port:py${python.version}-setuptools
|
|
}
|