Permalink
Browse files
py-corner @2.0.1: new port
Co-authored-by: Dan Foreman-Mackey <dan@danfm.ca>
- Loading branch information
| @@ -0,0 +1,35 @@ | ||
| # -*- 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.0.1 | ||
|
|
||
| categories-append science | ||
| maintainers {danfm.ca:dan @dfm} {ligo.org:duncan.macleod @duncanmmacleod} openmaintainer | ||
|
|
||
| platforms darwin | ||
| license GPL-3 | ||
|
|
||
| description Make some beautiful corner plots of samples | ||
| long_description Make some beautiful corner plots of samples | ||
| homepage https://github.com/dfm/corner.py | ||
|
|
||
| master_sites pypi:c/corner | ||
| distname corner-${version} | ||
| checksums rmd160 6faff30d80a740db370d09363ac2de10300c198e \ | ||
| sha256 102e22797ee75d1432b6dc66aa2850f61388996ece66fd6600508742d2a7b88f \ | ||
| size 10534 | ||
|
|
||
| python.versions 27 36 | ||
| python.default_version 36 | ||
|
|
||
| if {${name} ne ${subport}} { | ||
|
|
||
| depends_lib-append port:py${python.version}-numpy \ | ||
| port:py${python.version}-matplotlib | ||
|
|
||
| depends_build-append port:py${python.version}-setuptools | ||
|
|
||
| } |