# -*- 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.4
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  329b0fb77b10dc19f946f2bf70ac047a7a9a1275 \
                    sha256  bc27dedc26eafcf8eefe10d419b6fb119e2e4299df996de760e9569434dff214 \
                    size    287851

python.versions     313 314
python.pep517_backend \
                    maturin

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