Commits
Dan Villiom Podlaski Christiansen authored d0fbfc1020b
1 1 | # -*- 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 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup github 1.0 |
5 5 | PortGroup python 1.0 |
6 6 | |
7 7 | set real_name param |
8 8 | name py-${real_name} |
9 9 | github.setup pyviz ${real_name} 1.9.2 v |
10 - | revision 0 |
10 + | revision 1 |
11 11 | license BSD |
12 12 | maintainers {mps @Schamschula} openmaintainer |
13 13 | description Param is a library providing Parameters. |
14 14 | long_description ${description}: Python attributes extended to have features such as \ |
15 15 | type and range checking, dynamically generated values, documentation \ |
16 16 | strings, default values, etc., each of which is inherited from \ |
17 17 | parent classes if not specified in a subclass. |
18 18 | platforms darwin |
19 19 | |
20 20 | checksums rmd160 a951ea9af28dc94c1a1b0aec56b8c837e08a8b1d \ |