blob: fcb4ac1b08e6a1a9de55a804298cd0b440d81ee2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
pkgbase = python-qh3-git
pkgdesc = Lightweight QUIC and HTTP/3 implementation in Python (development version)
pkgver = 1.5.0.r0.g4859b8f
pkgrel = 3
url = https://github.com/jawah/qh3
arch = aarch64
arch = x86_64
license = BSD-3-Clause
makedepends = cmake
makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-maturin
makedepends = python-setuptools
makedepends = python-wheel
depends = gcc-libs
depends = glibc
depends = python
optdepends = httpbin: needed to run the examples in the doc directory
optdepends = python-asgiref: needed to run the examples in the doc directory
optdepends = python-dnslib: needed to run the examples in the doc directory
optdepends = python-starlette: needed to run the examples in the doc directory
optdepends = python-uvloop: needed to run the examples in the doc directory
optdepends = python-wsproto: needed to run the examples in the doc directory
provides = python-qh3
conflicts = python-qh3
options = lto
source = qh3::git+https://github.com/jawah/qh3.git
sha256sums = SKIP
pkgname = python-qh3-git
|