# -*- 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.2.4
revision            0
categories-append   sysutils
license             MIT
supported_archs     noarch
platforms           {darwin any}

python.versions     39 310 311 312

homepage            https://github.com/Exahilosys/survey

maintainers         nomaintainer
description         Simple library for creating beautiful interactive prompts
long_description    {*}${description}

checksums           rmd160  be6beff1dd4239feb3dd984541e480e92a1aa245 \
                    sha256  1ebeec627e95da2c38af73fc997858572503f09a54db31aae271ba84733b8315 \
                    size    1569330

if {${name} ne ${subport}} {
    depends_build-append \
                    port:py${python.version}-setuptools_scm
}
