mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-12 20:27:02 +02:00
22 lines
820 B
Bash
22 lines
820 B
Bash
# Template file for 'python3-aioquic'
|
|
pkgname=python3-aioquic
|
|
version=1.2.0
|
|
revision=1
|
|
build_style=python3-pep517
|
|
make_check_args="-k not(test_verify_subject_no_subjaltname)"
|
|
hostmakedepends="python3-setuptools python3-wheel"
|
|
makedepends="python3-devel openssl-devel"
|
|
depends="python3-certifi python3-cryptography python3-openssl python3-pylsqpack
|
|
python3-service_identity"
|
|
checkdepends="${depends} python3-pytest-xdist"
|
|
short_desc="QUIC and HTTP/3 implementation"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://github.com/aiortc/aioquic"
|
|
changelog="https://aioquic.readthedocs.io/en/stable/changelog.html"
|
|
distfiles="${PYPI_SITE}/a/aioquic/aioquic-${version}.tar.gz"
|
|
checksum=f91263bb3f71948c5c8915b4d50ee370004f20a416f67fab3dcc90556c7e7199
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|