New package: python3-pylsqpack-0.3.18

This commit is contained in:
classabbyamp 2024-12-25 18:01:43 -05:00 committed by classabbyamp
parent dceb7fbb0f
commit 2dd533968f

View file

@ -0,0 +1,22 @@
# Template file for 'python3-pylsqpack'
pkgname=python3-pylsqpack
version=0.3.18
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
makedepends="python3-devel"
checkdepends="python3-pytest"
short_desc="Python bindings for ls-qpack"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause"
homepage="https://github.com/aiortc/pylsqpack"
distfiles="${PYPI_SITE}/p/pylsqpack/pylsqpack-${version}.tar.gz"
checksum=45ae55e721877505f4d5ccd49591d69353f2a548a8673dfafb251d385b3c097f
if [ "$XBPS_TARGET_LIBC" = musl ]; then
makedepends+=" musl-legacy-compat"
fi
post_install() {
vlicense LICENSE
}