# -*- 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-rfc3987-syntax
python.rootname     rfc3987_syntax
version             1.1.0
revision            0

license             MIT
maintainers         {mps @Schamschula} openmaintainer
description         Helper functions to parse and validate the syntax of terms defined \
                    in RFC 3987 — the IETF standard for Internationalized Resource \
                    Identifiers (IRIs).
long_description    {*}${description}
homepage            https://github.com/willynilly/rfc3987-syntax

checksums           rmd160  6e69a9464f415cf97acc71e355f2f6201cd921b6 \
                    sha256  717a62cbf33cffdd16dfa3a497d81ce48a660ea691b1ddd7be710c22f00b4a0d \
                    size    14239

python.versions     310 311 312 313 314

python.pep517_backend \
                    hatch

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