mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-14 05:07:01 +02:00
New package: python3-aioquic-1.2.0
This commit is contained in:
parent
2dd533968f
commit
786b86d3bc
1 changed files with 22 additions and 0 deletions
22
srcpkgs/python3-aioquic/template
Normal file
22
srcpkgs/python3-aioquic/template
Normal file
|
@ -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 <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
|
||||
}
|
Loading…
Add table
Reference in a new issue