# -*- 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-uritools
version             6.1.1
revision            0

license             MIT
maintainers         nomaintainer
description         URI parsing, classification and composition
long_description    {*}${description}
homepage            https://github.com/tkem/uritools/

supported_archs     noarch
platforms           {darwin any}

checksums           rmd160  8799c06e2b1b33909d661fdc690f33548a28d642 \
                    sha256  579b75d9438431574df07746a3c1445991d07f4bae65b25cdc0f43967670fb61 \
                    size    30636

python.versions     310 311 312 313 314

if {${subport} ne ${name}} {
    depends_build-append \
                    port:py${python.version}-setuptools_scm
}
