# -*- 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-term-image
python.rootname     term_image
version             0.7.2
platforms           {darwin any}
license             MIT
maintainers         nomaintainer
description         Display images in the terminal
long_description    {*}${description} with Python.
homepage            https://term-image.readthedocs.io
checksums           rmd160  62860183a8b0dafac13008d96c8aff735ec25b44 \
                    sha256  07320573baa667dcde145d55e94769cbaafeea43b61245245153ff5075b55ffb \
                    size    63946
supported_archs     noarch

python.versions     310 311 312 313

if {${name} ne ${subport}} {
    depends_lib-append \
                    port:py${python.version}-Pillow \
                    port:py${python.version}-requests \
                    port:py${python.version}-typing_extensions
}
