# -*- 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-py2vega
version             0.7.0
revision            0

license             BSD
maintainers         {mps @Schamschula} openmaintainer
description         A Python to Vega-expression transpiler.
long_description    {*}${description}
homepage            https://github.com/QuantStack/py2vega

checksums           rmd160  98d7e5d4084a0f21dd65b944ed503904ee1e15f3 \
                    sha256  56e7f7c338db8014658e728fa4c698d316b6ca2513d5ce9cc91007617e6aba90 \
                    size    15929

python.versions     310 311 312 313 314

if {${name} ne ${subport}} {
    depends_lib-append  \
                    port:py${python.version}-gast
}
