# -*- 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-aioquic
version             1.2.0
revision            1
license             BSD
maintainers         {mps @Schamschula} openmaintainer
description         aioquic is a library for the QUIC network protocol in Python.
long_description    {*}${description}  It features a minimal TLS 1.3 implementation, \
                    a QUIC stack and an HTTP/3 stack.
homepage            https://github.com/aiortc/aioquic

checksums           rmd160  f2c37e59372be7337460d486fbd03f84fe1f61f0 \
                    sha256  f91263bb3f71948c5c8915b4d50ee370004f20a416f67fab3dcc90556c7e7199 \
                    size    179891

python.versions     39 310 311 312 313

if {${name} ne ${subport}} {
    depends_lib-append  \
                    port:py${python.version}-certifi \
                    port:py${python.version}-cryptography \
                    port:py${python.version}-pylsqpack \
                    port:py${python.version}-openssl \
                    port:py${python.version}-service_identity
}
