# -*- 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                awsui
version             0.1.1
revision            0
categories-prepend  net
platforms           any
license             MIT
maintainers         nomaintainer
description         AWS UI
long_description    Textual-powered AWS UI for lightning-fast profile switching, seamless SSO re-auth, \
                    Amazon Q integration, smart CLI autocomplete and bilingual UI.
homepage            https://junminhong.github.io/awsui
checksums           rmd160  180decdf3e7d941868a9cc61080b04d488346d5b \
                    sha256  6444e0b0232602d72b664341586be0bacbe000cece1151dd94c1795d28cf83c2 \
                    size    2885003
supported_archs     noarch

python.default_version  313

python.pep517_backend   hatch

patchfiles          patch-pyproject.toml.diff

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