You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
33 lines
1.1 KiB
Tcl
33 lines
1.1 KiB
Tcl
# -*- 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-questionary
|
||
version 2.1.1
|
||
license MIT
|
||
supported_archs noarch
|
||
platforms {darwin any}
|
||
|
||
maintainers {@harens harens} openmaintainer
|
||
|
||
description Questionary is a Python library for effortlessly building \
|
||
pretty command line interfaces
|
||
long_description {*}${description}. It makes it very easy to query your user for input. \
|
||
You need your user to confirm a destructive action or enter a file path? \
|
||
We’ve got you covered
|
||
|
||
homepage https://github.com/tmbo/questionary
|
||
|
||
checksums rmd160 a2e53276094b723bf84cd32582076e2d075db311 \
|
||
sha256 3d7e980292bb0107abaa79c68dd3eee3c561b83a0f89ae482860b181c8bd412d \
|
||
size 25845
|
||
|
||
python.versions 310 311 312
|
||
python.pep517_backend poetry
|
||
|
||
|
||
if {${name} ne ${subport}} {
|
||
depends_run-append port:py${python.version}-prompt_toolkit
|
||
}
|