From 786b86d3bc8ac113c25caf46a612a6bc0641aebf Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Wed, 25 Dec 2024 18:01:55 -0500 Subject: [PATCH] New package: python3-aioquic-1.2.0 --- srcpkgs/python3-aioquic/template | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 srcpkgs/python3-aioquic/template diff --git a/srcpkgs/python3-aioquic/template b/srcpkgs/python3-aioquic/template new file mode 100644 index 00000000000..4ddf05e4bf9 --- /dev/null +++ b/srcpkgs/python3-aioquic/template @@ -0,0 +1,22 @@ +# 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 " +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 +}