Commits
Marius Schamschula authored ec35ed1c6d5
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 - | github.setup pyviz holoviews 1.12.6 v |
7 + | github.setup pyviz holoviews 1.12.7 v |
8 8 | revision 0 |
9 9 | categories-prepend science |
10 10 | license BSD |
11 11 | maintainers {mps @Schamschula} openmaintainer |
12 12 | description HoloViews is an open-source Python library designed to make data \ |
13 13 | analysis and visualization seamless and simple. |
14 14 | long_description ${description} With HoloViews, you can usually express what you \ |
15 15 | want to do in very few lines of code, letting you focus on what you \ |
16 16 | are trying to explore and convey, not on the process of plotting. |
17 17 | platforms darwin |
18 18 | |
19 - | checksums rmd160 24211db69e7b8bf7c0d4f5602111b2a095f8e23c \ |
20 - | sha256 f5053517c795fc500ad7abcc51dfd4ec4cf3ab3f6b668b7b77c1755b2b11e855 \ |
21 - | size 4653395 |
19 + | checksums rmd160 490e424ec17495510073db69cb3336d7b3a70a76 \ |
20 + | sha256 3b763b6f040ee2c99b858c6663e089711892a7cbd882e2de88d260a76bec8582 \ |
21 + | size 4653528 |
22 22 | |
23 23 | python.versions 36 37 38 |
24 24 | |
25 25 | depends_lib-append port:py${python.version}-matplotlib \ |
26 26 | port:py${python.version}-notebook \ |
27 27 | port:py${python.version}-param \ |
28 28 | port:py${python.version}-pyviz_comms \ |
29 29 | port:py${python.version}-setuptools |
30 30 | |
31 31 | variant python36 conflicts python37 python38 description {Use Python 3.6} { |