Files
2026-01-21 09:18:17 -05:00

31 lines
953 B
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-survey
version 5.4.2
revision 0
categories-append sysutils
license MIT
supported_archs noarch
platforms {darwin any}
maintainers nomaintainer
python.versions 310 311 312 313 314
homepage https://github.com/Exahilosys/survey
description Simple library for creating beautiful interactive prompts
long_description {*}${description}
checksums rmd160 fb9f910ea4ad4d989bfea256345885cb34a87795 \
sha256 e2f9e3b526f0db2fe8f9f4960e5fc2a93119925d2350b18e2d445d6740692af6 \
size 1569930
if {${name} ne ${subport}} {
depends_build-append \
port:py${python.version}-setuptools_scm
}