# -*- 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                rexi
version             1.2.1
revision            0

categories-prepend  textproc
platforms           {darwin any}
supported_archs     noarch
license             MIT
maintainers         {reneeotten @reneeotten} openmaintainer

description         Simpel and Interactive regex shell
long_description    {*}${description}

homepage            https://github.com/royreznik/rexi

checksums           rmd160  e6df1ce9f86900c07c8b9c631f98483c5b36cf90 \
                    sha256  307ce5efa4a921b472736f1334652b206a77eb1130528ee5995a45c0a5b1fe82 \
                    size    6098

python.default_version 314
python.pep517_backend poetry

depends_lib-append  port:py${python.version}-click \
                    port:py${python.version}-colorama \
                    port:py${python.version}-textual \
                    port:py${python.version}-typer

test.run            yes
