blob: 3eee2859d749cdb47c8e59910d72cbb54c14b587 (
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
|
pkgbase = python-qh3-git
pkgdesc = Lightweight QUIC and HTTP/3 implementation in Python (development version)
pkgver = 1.5.2.r0.gb3ccc90
pkgrel = 1
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
source = qh3::git+https://github.com/jawah/qh3.git
sha256sums = SKIP
pkgname = python-qh3-git
|