# -*- 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           github 1.0
PortGroup           python 1.0

# sdist not available on PyPi as of 0.3.2
github.setup        WestHealth pyvis 0.3.2 v
github.tarball_from archive
name                py-pyvis
revision            0
license             BSD
supported_archs     noarch
platforms           {darwin any}

maintainers         {@harens harens} openmaintainer

description         Python package for creating and visualizing interactive network graphs
long_description    {*}${description}. A pyvis network can be customized on a per node or per \
                    edge basis. Nodes can be given colors, sizes, labels, and other metadata. \
                    Pyvis is built around visjs, a JavaScript visualization library.

homepage            https://pyvis.readthedocs.io/en/latest/

checksums           rmd160 29d09d2c2a32000fb4d275bb3b13ac40b856d73d \
                    sha256 ff947e224d9825e4b0f3d6710075945c5c8d13bf60aa54e6396c996f34851a3a \
                    size   104412904

python.versions     39 310 311 312

if {${name} ne ${subport}} {
    depends_run-append  port:py${python.version}-networkx \
                        port:py${python.version}-jinja2 \
                        port:py${python.version}-ipython \
                        port:py${python.version}-jsonpickle
}