# -*- 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-corner version 2.2.2 revision 0 categories-append science supported_archs noarch platforms {darwin any} license BSD maintainers {danfm.ca:dan @dfm} openmaintainer description Make some beautiful corner plots of samples long_description {*}${description} homepage https://github.com/dfm/corner.py checksums rmd160 adeaa6f4fc5d00d191b71187c53ab596f2c3e976 \ sha256 4bc79f3b6778c270103f0926e64ef2606c48c3b6f92daf5382fc4babf5d608d1 \ size 19906 python.versions 38 39 310 311 312 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools_scm depends_lib-append \ port:py${python.version}-numpy \ port:py${python.version}-matplotlib post-destroot { set docdir ${prefix}/share/doc/${subport} xinstall -d ${destroot}${docdir} xinstall -m 0644 -W ${worksrcpath} README.md \ CONTRIBUTING.md LICENSE ${destroot}${docdir} } }