# -*- 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-listpick
version             0.1.18.1
revision            0
categories-append   devel
platforms           any
license             MIT
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer

description         ${name} is a powerful TUI data tool for creating TUI apps
long_description    {*}${description}
homepage            https://github.com/grimandgreedy/listpick
checksums           rmd160  02864f5babba7d9612e1b607a9dd89008bd4ae63 \
                    sha256  8bf0f4387144f704f2399ef4d8ff36000b30b3e2aae914a778c2f797c0aef0ef \
                    size    96191
supported_archs     noarch

python.versions     310 311 312 313 314

if {${subport} ne ${name}} {
    depends_lib-append \
                    port:py${python.version}-dill \
                    port:py${python.version}-ipython \
                    port:py${python.version}-msgpack \
                    port:py${python.version}-openpyxl \
                    port:py${python.version}-pandas \
                    port:py${python.version}-pyperclip \
                    port:py${python.version}-toml \
                    port:py${python.version}-traitlets \
                    port:py${python.version}-wcwidth
}
