Commits

reneeotten authored and Perry E. Metzger committed eaaa58e167d
py-corner: add py37 subport

- no livecheck in subports - reorder build/lib dependencies
No tags

python/py-corner/Portfile

Modified
15 15 description Make some beautiful corner plots of samples
16 16 long_description Make some beautiful corner plots of samples
17 17 homepage https://github.com/dfm/corner.py
18 18
19 19 master_sites pypi:c/corner
20 20 distname corner-${version}
21 21 checksums rmd160 6faff30d80a740db370d09363ac2de10300c198e \
22 22 sha256 102e22797ee75d1432b6dc66aa2850f61388996ece66fd6600508742d2a7b88f \
23 23 size 10534
24 24
25 -python.versions 27 36
25 +python.versions 27 36 37
26 26 python.default_version 36
27 27
28 28 if {${name} ne ${subport}} {
29 + depends_build-append \
30 + port:py${python.version}-setuptools
31 +
29 32 depends_lib-append port:py${python.version}-numpy \
30 33 port:py${python.version}-matplotlib
31 34
32 - depends_build-append \
33 - port:py${python.version}-setuptools
35 + livecheck.type none
34 36 }

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut