# -*- 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.8.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  1aa9dd440521fb0f604acf45598b24f494d71420 \
                    sha256  28d5d73903850d5733eb4c7f6cc3a81d40099f98204b5c8482330a1fb7ca92c8 \
                    size    335758

python.versions     313 314
python.pep517_backend \
                    maturin

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