mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 13:46:58 +02:00
New package: python3-pylsqpack-0.3.18
This commit is contained in:
parent
dceb7fbb0f
commit
2dd533968f
1 changed files with 22 additions and 0 deletions
22
srcpkgs/python3-pylsqpack/template
Normal file
22
srcpkgs/python3-pylsqpack/template
Normal 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
|
||||
}
|
Loading…
Add table
Reference in a new issue