# -*- 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-narwhals
version             1.34.0
revision            0
license             MIT
maintainers         {mps @Schamschula} openmaintainer
description         Extremely lightweight and extensible compatibility layer between \
                    dataframe libraries.
long_description    {*}${description}
homepage            https://github.com/narwhals-dev/narwhals

checksums           rmd160  0073e9e7d861535eb5ba2e5defcabba31db3240f \
                    sha256  bdd3fa60bea1f1e8b698e483be18dd43af13290da12dba69ea16dc1f3edbb8f7 \
                    size    265432

python.versions     39 310 311 312 313

python.pep517_backend \
                    hatch

if {${name} ne ${subport}} {
    variant pandas description {build with pandas support} {
        depends_lib-append  \
                    port:py${python.version}-pandas
    }
}
