# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           python 1.0

name                py-asciimatics
version             1.15.0
revision            0

platforms           {darwin any}
supported_archs     noarch
license             Apache-2
maintainers         nomaintainer

description         a package to help people create full-screen text UIs
long_description    Asciimatics is {*}${description} (from interactive \
                    forms to ASCII animations) on any platform.

homepage            https://github.com/peterbrittain/asciimatics

checksums           md5 4304a1cd34e8fa2080bae81a80f47fd7 \
                    rmd160 a10ec677ae4956f3b84b5b11d0d7a0f69c6c7461 \
                    sha256 cfdd398042727519d8b73e62b8ef82c0becfed4eb420899c3b96c98d0b96821a

python.versions     39 310 311

if {${name} ne ${subport}} {
    depends_build-append    port:py${python.version}-setuptools_scm
    depends_lib-append      port:py${python.version}-future \
                            port:py${python.version}-Pillow \
                            port:py${python.version}-pyfiglet \
                            port:py${python.version}-wcwidth

    livecheck.type  none
}
