You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
29 lines
962 B
Tcl
29 lines
962 B
Tcl
# -*- 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.9.2
|
|
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 4cd4e92b27826d0f8ee85af4c293403cf57d350f \
|
|
sha256 c6c92f63c2ec292256b5a5ed9345c42344bdaca2e55ec795623987a563aea19c \
|
|
size 344428
|
|
|
|
python.versions 313 314
|
|
python.pep517_backend \
|
|
maturin
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append \
|
|
port:cmake
|
|
}
|