# -*- 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-panel-material-ui
python.rootname     panel_material_ui
version             0.14.2
revision            0

license             BSD
maintainers         {mps @Schamschula} openmaintainer
description         Panel Material UI – a library that brings the sleek design and \
                    comprehensive component set of Material UI into the world of Panel.
long_description    {*}${description}
homepage            https://github.com/panel-extensions/panel-material-ui

checksums           rmd160  c5516617750143a59c71d84cb3ed72bfbbbe160f \
                    sha256  4b4e9d6f771294d778b6c13ea77348a633d55e48264dfa803f4d8bbd9d5ebf6a \
                    size    3991585

python.versions     310 311 312 313 314

python.pep517_backend \
                    hatch

if {${name} ne ${subport}} {
    depends_build-append \
                    port:esbuild \
                    port:py${python.version}-hatch-vcs \
                    port:py${python.version}-packaging

    depends_lib-append  \
                    port:py${python.version}-panel
}
