# -*- 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           github 1.0
PortGroup           python 1.0

name                py-core-helpers
github.setup        YisusChrist core_helpers 1.3.1 v
revision            0
categories-append   devel
platforms           any
license             GPL-3
maintainers         nomaintainer
description         ${name} is a collection of helper functions for Python projects
long_description    {*}${description}.
checksums           rmd160  ad39905631ea9b0ce03945d244047c82e61d4a08 \
                    sha256  5beda99d6d3b5f546a7837845d826c0637c2944e4fedc85cdc8e3f2a68b96e84 \
                    size    47752
github.tarball_from archive
supported_archs     noarch

python.versions         310 311 312 313
python.pep517_backend   poetry

if {${subport} ne ${name}} {
    depends_lib-append \
                    port:py${python.version}-loguru \
                    port:py${python.version}-packaging \
                    port:py${python.version}-platformdirs \
                    port:py${python.version}-pyfiglet \
                    port:py${python.version}-requests \
                    port:py${python.version}-rich \
                    port:py${python.version}-rich-argparse-plus \
                    port:py${python.version}-typeguard
}
