# -*- 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-python-utils
python.rootname     python_utils
version             3.9.1
revision            0
categories-append   devel
platforms           any
license             BSD
maintainers         nomaintainer

description         Python Utils is a module with some convenient utilities
long_description    {*}${description}, not included with the standard Python install.
homepage            https://github.com/WoLpH/python-utils
supported_archs     noarch
checksums           rmd160  3f2c6122c5b9c6afbe4d1036aba2cee5791d579c \
                    sha256  eb574b4292415eb230f094cbf50ab5ef36e3579b8f09e9f2ba74af70891449a0 \
                    size    35403

python.versions     310 311 312 313 314

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