You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
32 lines
1.0 KiB
Tcl
32 lines
1.0 KiB
Tcl
# -*- 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-vega
|
|
version 3.6.0
|
|
revision 0
|
|
categories-append devel graphics
|
|
license BSD
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
python.versions 310
|
|
|
|
maintainers {stromnov @stromnov} openmaintainer
|
|
|
|
description IPython/Jupyter notebook module for Vega and Vega-Lite.
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/vega/ipyvega
|
|
|
|
checksums rmd160 bc6ed5ea2519aefb2a3b9beb593543f62c05ab39 \
|
|
sha256 70efbb6276efffeba835438f42f0cd6638b4e25947501966f790b27f2f8dcbcd \
|
|
size 1315786
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append port:py${python.version}-setuptools \
|
|
port:py${python.version}-jupyter \
|
|
port:py${python.version}-pandas
|
|
}
|