# -*- 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-pick
version             2.4.0
revision            0

categories-append   devel
platforms           {darwin any}
supported_archs     noarch
license             MIT
maintainers         nomaintainer

description         pick an option in the terminal with a simple GUI
long_description    {*}${description}

homepage            https://github.com/wong2/pick

checksums           rmd160  6c2220f2bc5541750c3fac5611a7f6ff70e0b6a6 \
                    sha256  71f1b1b5d83652f87652fea5f51a3ba0b3388a71718cdcf8c6bc1326f85ae0b9 \
                    size    5085

python.versions     310 311 312 313 314

python.pep517_backend   poetry

