# -*- 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-qh3
version             1.7.1
revision            0
categories-append   net
homepage            https://github.com/jawah/qh3
license             MIT 
maintainers         {i0ntempest @i0ntempest} openmaintainer

description         lightway and fast implementation of QUIC and HTTP/3
long_description    ${name} is a {*}${description}, a maintained fork of the aioquic library.

checksums           rmd160  803820c19cd63cc5297c951a2a127451d40e3ea5 \
                    sha256  4ce90c54ab94521840248522de2b6620f302cde8ff317333f40f405907e6b6ad \
                    size    285895

python.versions     313 314
python.pep517_backend \
                    maturin

if {${name} ne ${subport}} {
    depends_build-append \
                    port:cmake
}
