Skip to content
Permalink
Browse files

py-corner @2.0.1: new port

Co-authored-by: Dan Foreman-Mackey <dan@danfm.ca>
  • Loading branch information
2 people authored and pmetzger committed Mar 12, 2018
1 parent 80bb232 commit a04f2b1e73baf18363ac279a3b82ad406c06ed96
Showing with 35 additions and 0 deletions.
  1. +35 −0 python/py-corner/Portfile
@@ -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

}

0 comments on commit a04f2b1

Please sign in to comment.
You can’t perform that action at this time.